modify import rpc interface (#16129)

Signed-off-by: groot <yihua.mo@zilliz.com>
This commit is contained in:
groot 2022-03-22 15:11:24 +08:00 committed by GitHub
parent 2e708a2910
commit 1c4b949a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 822 additions and 702 deletions

View File

@ -319,13 +319,13 @@ const char descriptor_table_protodef_common_2eproto[] PROTOBUF_SECTION_VARIABLE(
"\n\017CompactionState\022\021\n\rUndefiedState\020\000\022\r\n\t"
"Executing\020\001\022\r\n\tCompleted\020\002*X\n\020Consistenc"
"yLevel\022\n\n\006Strong\020\000\022\013\n\007Session\020\001\022\013\n\007Bound"
"ed\020\002\022\016\n\nEventually\020\003\022\016\n\nCustomized\020\004*\232\001\n"
"ed\020\002\022\016\n\nEventually\020\003\022\016\n\nCustomized\020\004*\204\001\n"
"\013ImportState\022\021\n\rImportPending\020\000\022\020\n\014Impor"
"tFailed\020\001\022\025\n\021ImportDownloading\020\002\022\021\n\rImpo"
"rtParsing\020\003\022\023\n\017ImportPersisted\020\004\022\022\n\016Impo"
"rtIndexing\020\005\022\023\n\017ImportCompleted\020\006B5Z3git"
"hub.com/milvus-io/milvus/internal/proto/"
"commonpbb\006proto3"
"tFailed\020\001\022\024\n\020ImportDownloaded\020\002\022\020\n\014Impor"
"tParsed\020\003\022\023\n\017ImportPersisted\020\004\022\023\n\017Import"
"Completed\020\005BW\n\016io.milvus.grpcB\013CommonPro"
"toP\001Z3github.com/milvus-io/milvus/intern"
"al/proto/commonpb\240\001\001b\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_common_2eproto_deps[1] = {
};
@ -342,7 +342,7 @@ static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_com
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_common_2eproto_once;
static bool descriptor_table_common_2eproto_initialized = false;
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_common_2eproto = {
&descriptor_table_common_2eproto_initialized, descriptor_table_protodef_common_2eproto, "common.proto", 2896,
&descriptor_table_common_2eproto_initialized, descriptor_table_protodef_common_2eproto, "common.proto", 2908,
&descriptor_table_common_2eproto_once, descriptor_table_common_2eproto_sccs, descriptor_table_common_2eproto_deps, 8, 0,
schemas, file_default_instances, TableStruct_common_2eproto::offsets,
file_level_metadata_common_2eproto, 8, file_level_enum_descriptors_common_2eproto, file_level_service_descriptors_common_2eproto,
@ -556,7 +556,6 @@ bool ImportState_IsValid(int value) {
case 3:
case 4:
case 5:
case 6:
return true;
default:
return false;

View File

@ -370,11 +370,10 @@ inline bool ConsistencyLevel_Parse(
enum ImportState : int {
ImportPending = 0,
ImportFailed = 1,
ImportDownloading = 2,
ImportParsing = 3,
ImportDownloaded = 2,
ImportParsed = 3,
ImportPersisted = 4,
ImportIndexing = 5,
ImportCompleted = 6,
ImportCompleted = 5,
ImportState_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(),
ImportState_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max()
};

View File

@ -2865,8 +2865,9 @@ const char descriptor_table_protodef_milvus_2eproto[] PROTOBUF_SECTION_VARIABLE(
"nse\"\0002u\n\014ProxyService\022e\n\014RegisterLink\022(."
"milvus.proto.milvus.RegisterLinkRequest\032"
").milvus.proto.milvus.RegisterLinkRespon"
"se\"\000B5Z3github.com/milvus-io/milvus/inte"
"rnal/proto/milvuspbb\006proto3"
"se\"\000BW\n\016io.milvus.grpcB\013MilvusProtoP\001Z3g"
"ithub.com/milvus-io/milvus/internal/prot"
"o/milvuspb\240\001\001b\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_milvus_2eproto_deps[2] = {
&::descriptor_table_common_2eproto,
@ -2958,7 +2959,7 @@ static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_mil
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_milvus_2eproto_once;
static bool descriptor_table_milvus_2eproto_initialized = false;
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_milvus_2eproto = {
&descriptor_table_milvus_2eproto_initialized, descriptor_table_protodef_milvus_2eproto, "milvus.proto", 15587,
&descriptor_table_milvus_2eproto_initialized, descriptor_table_protodef_milvus_2eproto, "milvus.proto", 15621,
&descriptor_table_milvus_2eproto_once, descriptor_table_milvus_2eproto_sccs, descriptor_table_milvus_2eproto_deps, 81, 2,
schemas, file_default_instances, TableStruct_milvus_2eproto::offsets,
file_level_metadata_milvus_2eproto, 81, file_level_enum_descriptors_milvus_2eproto, file_level_service_descriptors_milvus_2eproto,

View File

@ -517,9 +517,10 @@ const char descriptor_table_protodef_schema_2eproto[] PROTOBUF_SECTION_VARIABLE(
"Type\022\010\n\004None\020\000\022\010\n\004Bool\020\001\022\010\n\004Int8\020\002\022\t\n\005In"
"t16\020\003\022\t\n\005Int32\020\004\022\t\n\005Int64\020\005\022\t\n\005Float\020\n\022\n"
"\n\006Double\020\013\022\n\n\006String\020\024\022\013\n\007VarChar\020\025\022\020\n\014B"
"inaryVector\020d\022\017\n\013FloatVector\020eB5Z3github"
".com/milvus-io/milvus/internal/proto/sch"
"emapbb\006proto3"
"inaryVector\020d\022\017\n\013FloatVector\020eBW\n\016io.mil"
"vus.grpcB\013SchemaProtoP\001Z3github.com/milv"
"us-io/milvus/internal/proto/schemapb\240\001\001b"
"\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_schema_2eproto_deps[1] = {
&::descriptor_table_common_2eproto,
@ -543,7 +544,7 @@ static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_sch
static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_schema_2eproto_once;
static bool descriptor_table_schema_2eproto_initialized = false;
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_schema_2eproto = {
&descriptor_table_schema_2eproto_initialized, descriptor_table_protodef_schema_2eproto, "schema.proto", 1893,
&descriptor_table_schema_2eproto_initialized, descriptor_table_protodef_schema_2eproto, "schema.proto", 1927,
&descriptor_table_schema_2eproto_once, descriptor_table_schema_2eproto_sccs, descriptor_table_schema_2eproto_deps, 14, 1,
schemas, file_default_instances, TableStruct_schema_2eproto::offsets,
file_level_metadata_schema_2eproto, 14, file_level_enum_descriptors_schema_2eproto, file_level_service_descriptors_schema_2eproto,

View File

@ -2257,7 +2257,7 @@ func TestImport(t *testing.T) {
CollectionName: "dummy",
})
assert.Nil(t, err)
assert.EqualValues(t, commonpb.ErrorCode_Success, resp.ErrorCode)
assert.EqualValues(t, commonpb.ErrorCode_Success, resp.Status.GetErrorCode())
})
t.Run("with closed server", func(t *testing.T) {
@ -2268,8 +2268,8 @@ func TestImport(t *testing.T) {
CollectionName: "dummy",
})
assert.Nil(t, err)
assert.Equal(t, commonpb.ErrorCode_UnexpectedError, resp.GetErrorCode())
assert.Equal(t, msgDataCoordIsUnhealthy(Params.DataCoordCfg.NodeID), resp.GetReason())
assert.Equal(t, commonpb.ErrorCode_UnexpectedError, resp.Status.GetErrorCode())
assert.Equal(t, msgDataCoordIsUnhealthy(Params.DataCoordCfg.NodeID), resp.Status.GetReason())
})
}

View File

@ -963,18 +963,20 @@ func (s *Server) GetFlushState(ctx context.Context, req *milvuspb.GetFlushStateR
}
// Import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments
func (s *Server) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
func (s *Server) Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error) {
log.Info("receive import request")
resp := &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
resp := &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
},
}
if s.isClosed() {
log.Warn("failed to import because of closed server", zap.String("collectionName", req.GetCollectionName()))
resp.Reason = msgDataCoordIsUnhealthy(Params.DataCoordCfg.NodeID)
resp.Status.Reason = msgDataCoordIsUnhealthy(Params.DataCoordCfg.NodeID)
return resp, nil
}
resp.ErrorCode = commonpb.ErrorCode_Success
resp.Status.ErrorCode = commonpb.ErrorCode_Success
return resp, nil
}

View File

@ -488,7 +488,7 @@ func (c *Client) DropVirtualChannel(ctx context.Context, req *datapb.DropVirtual
}
// Import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments
func (c *Client) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
func (c *Client) Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
@ -498,5 +498,5 @@ func (c *Client) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.
if err != nil || ret == nil {
return nil, err
}
return ret.(*commonpb.Status), err
return ret.(*datapb.ImportTaskResponse), err
}

View File

@ -326,6 +326,6 @@ func (s *Server) DropVirtualChannel(ctx context.Context, req *datapb.DropVirtual
}
// Import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments
func (s *Server) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
func (s *Server) Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error) {
return s.dataCoord.Import(ctx, req)
}

View File

@ -55,6 +55,7 @@ type MockDataCoord struct {
watchChannelsResp *datapb.WatchChannelsResponse
getFlushStateResp *milvuspb.GetFlushStateResponse
dropVChanResp *datapb.DropVirtualChannelResponse
importResp *datapb.ImportTaskResponse
}
func (m *MockDataCoord) Init() error {
@ -164,8 +165,8 @@ func (m *MockDataCoord) DropVirtualChannel(ctx context.Context, req *datapb.Drop
return m.dropVChanResp, m.err
}
func (m *MockDataCoord) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return m.status, m.err
func (m *MockDataCoord) Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error) {
return m.importResp, m.err
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@ -380,7 +381,9 @@ func Test_NewServer(t *testing.T) {
t.Run("Import", func(t *testing.T) {
server.dataCoord = &MockDataCoord{
status: &commonpb.Status{},
importResp: &datapb.ImportTaskResponse{
Status: &commonpb.Status{},
},
}
resp, err := server.Import(ctx, nil)
assert.Nil(t, err)

View File

@ -458,7 +458,7 @@ func (m *MockDataCoord) DropVirtualChannel(ctx context.Context, req *datapb.Drop
return &datapb.DropVirtualChannelResponse{}, nil
}
func (m *MockDataCoord) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
func (m *MockDataCoord) Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error) {
return nil, nil
}

View File

@ -210,7 +210,7 @@ func TestGrpcService(t *testing.T) {
core.CallReleasePartitionService = func(ctx context.Context, ts typeutil.Timestamp, dbID, collectionID typeutil.UniqueID, partitionIDs []typeutil.UniqueID) error {
return nil
}
core.CallImportService = func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
core.CallImportService = func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
return nil
}

View File

@ -1,8 +1,12 @@
syntax = "proto3";
package milvus.proto.common;
option go_package="github.com/milvus-io/milvus/internal/proto/commonpb";
option java_multiple_files = true;
option java_package = "io.milvus.grpc";
option java_outer_classname = "CommonProto";
option java_generate_equals_and_hash = true;
enum ErrorCode {
Success = 0;
@ -196,9 +200,8 @@ enum ConsistencyLevel {
enum ImportState {
ImportPending = 0;
ImportFailed = 1;
ImportDownloading = 2;
ImportParsing = 3;
ImportDownloaded = 2;
ImportParsed = 3;
ImportPersisted = 4;
ImportIndexing = 5;
ImportCompleted = 6;
ImportCompleted = 5;
}

View File

@ -486,33 +486,30 @@ func (ConsistencyLevel) EnumDescriptor() ([]byte, []int) {
type ImportState int32
const (
ImportState_ImportPending ImportState = 0
ImportState_ImportFailed ImportState = 1
ImportState_ImportDownloading ImportState = 2
ImportState_ImportParsing ImportState = 3
ImportState_ImportPersisted ImportState = 4
ImportState_ImportIndexing ImportState = 5
ImportState_ImportCompleted ImportState = 6
ImportState_ImportPending ImportState = 0
ImportState_ImportFailed ImportState = 1
ImportState_ImportDownloaded ImportState = 2
ImportState_ImportParsed ImportState = 3
ImportState_ImportPersisted ImportState = 4
ImportState_ImportCompleted ImportState = 5
)
var ImportState_name = map[int32]string{
0: "ImportPending",
1: "ImportFailed",
2: "ImportDownloading",
3: "ImportParsing",
2: "ImportDownloaded",
3: "ImportParsed",
4: "ImportPersisted",
5: "ImportIndexing",
6: "ImportCompleted",
5: "ImportCompleted",
}
var ImportState_value = map[string]int32{
"ImportPending": 0,
"ImportFailed": 1,
"ImportDownloading": 2,
"ImportParsing": 3,
"ImportPersisted": 4,
"ImportIndexing": 5,
"ImportCompleted": 6,
"ImportPending": 0,
"ImportFailed": 1,
"ImportDownloaded": 2,
"ImportParsed": 3,
"ImportPersisted": 4,
"ImportCompleted": 5,
}
func (x ImportState) String() string {
@ -923,104 +920,105 @@ func init() {
func init() { proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206) }
var fileDescriptor_555bd8c177793206 = []byte{
// 1574 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x4b, 0x73, 0x1c, 0x49,
0x11, 0x56, 0x4f, 0x8f, 0x25, 0x4d, 0x6a, 0x24, 0x95, 0x4b, 0x0f, 0x6b, 0x8d, 0x21, 0x1c, 0x3a,
0x39, 0x14, 0xb1, 0x36, 0xe0, 0x00, 0x4e, 0x7b, 0x90, 0xa6, 0x25, 0x79, 0xc2, 0x96, 0x2c, 0x66,
0x64, 0xb3, 0xc1, 0x01, 0x47, 0xa9, 0x3b, 0x35, 0x53, 0xb8, 0xba, 0x6a, 0xa8, 0xaa, 0x96, 0x35,
0x9c, 0xe0, 0x1f, 0xc0, 0x1e, 0xf9, 0x07, 0x44, 0x00, 0xc1, 0x1b, 0x82, 0x5f, 0xc0, 0xfb, 0xcc,
0xe3, 0x0f, 0xf0, 0x03, 0x78, 0xee, 0x93, 0xc8, 0xea, 0x9e, 0xe9, 0xde, 0x88, 0xdd, 0xd3, 0xde,
0x2a, 0xbf, 0xca, 0xfc, 0x32, 0x2b, 0x33, 0x2b, 0xab, 0xa0, 0x9b, 0x9a, 0x3c, 0x37, 0xfa, 0xfe,
0xc4, 0x1a, 0x6f, 0xf8, 0x46, 0x2e, 0xd5, 0x55, 0xe1, 0x4a, 0xe9, 0x7e, 0xb9, 0xb5, 0xfb, 0x02,
0x16, 0x87, 0x5e, 0xf8, 0xc2, 0xf1, 0x37, 0x00, 0xd0, 0x5a, 0x63, 0x5f, 0xa4, 0x26, 0xc3, 0x9d,
0xe8, 0x6e, 0x74, 0x6f, 0xed, 0xf3, 0x9f, 0xb9, 0xff, 0x11, 0x36, 0xf7, 0x0f, 0x49, 0xad, 0x67,
0x32, 0x1c, 0x74, 0x70, 0xb6, 0xe4, 0xdb, 0xb0, 0x68, 0x51, 0x38, 0xa3, 0x77, 0x5a, 0x77, 0xa3,
0x7b, 0x9d, 0x41, 0x25, 0xed, 0x7e, 0x11, 0xba, 0x8f, 0x71, 0xfa, 0x5c, 0xa8, 0x02, 0xcf, 0x84,
0xb4, 0x9c, 0x41, 0xfc, 0x12, 0xa7, 0x81, 0xbf, 0x33, 0xa0, 0x25, 0xdf, 0x84, 0x1b, 0x57, 0xb4,
0x5d, 0x19, 0x96, 0xc2, 0xee, 0x43, 0x58, 0x79, 0x8c, 0xd3, 0x44, 0x78, 0xf1, 0x31, 0x66, 0x1c,
0xda, 0x99, 0xf0, 0x22, 0x58, 0x75, 0x07, 0x61, 0xbd, 0x7b, 0x07, 0xda, 0x07, 0xca, 0x5c, 0xd4,
0x94, 0x51, 0xd8, 0xac, 0x28, 0x5f, 0x87, 0xa5, 0xfd, 0x2c, 0xb3, 0xe8, 0x1c, 0x5f, 0x83, 0x96,
0x9c, 0x54, 0x6c, 0x2d, 0x39, 0x21, 0xb2, 0x89, 0xb1, 0x3e, 0x90, 0xc5, 0x83, 0xb0, 0xde, 0x7d,
0x2b, 0x82, 0xa5, 0x13, 0x37, 0x3a, 0x10, 0x0e, 0xf9, 0x97, 0x60, 0x39, 0x77, 0xa3, 0x17, 0x7e,
0x3a, 0x99, 0xa5, 0xe6, 0xce, 0x47, 0xa6, 0xe6, 0xc4, 0x8d, 0xce, 0xa7, 0x13, 0x1c, 0x2c, 0xe5,
0xe5, 0x82, 0x22, 0xc9, 0xdd, 0xa8, 0x9f, 0x54, 0xcc, 0xa5, 0xc0, 0xef, 0x40, 0xc7, 0xcb, 0x1c,
0x9d, 0x17, 0xf9, 0x64, 0x27, 0xbe, 0x1b, 0xdd, 0x6b, 0x0f, 0x6a, 0x80, 0xdf, 0x86, 0x65, 0x67,
0x0a, 0x9b, 0x62, 0x3f, 0xd9, 0x69, 0x07, 0xb3, 0xb9, 0xbc, 0xfb, 0x06, 0x74, 0x4e, 0xdc, 0xe8,
0x11, 0x8a, 0x0c, 0x2d, 0xff, 0x2c, 0xb4, 0x2f, 0x84, 0x2b, 0x23, 0x5a, 0xf9, 0xf8, 0x88, 0xe8,
0x04, 0x83, 0xa0, 0xb9, 0xfb, 0x35, 0xe8, 0x26, 0x27, 0x4f, 0x3e, 0x01, 0x03, 0x85, 0xee, 0xc6,
0xc2, 0x66, 0xa7, 0x22, 0x9f, 0x55, 0xac, 0x06, 0xf6, 0x7e, 0xd3, 0x86, 0xce, 0xbc, 0x3d, 0xf8,
0x0a, 0x2c, 0x0d, 0x8b, 0x34, 0x45, 0xe7, 0xd8, 0x02, 0xdf, 0x80, 0xf5, 0x67, 0x1a, 0xaf, 0x27,
0x98, 0x7a, 0xcc, 0x82, 0x0e, 0x8b, 0xf8, 0x4d, 0x58, 0xed, 0x19, 0xad, 0x31, 0xf5, 0x47, 0x42,
0x2a, 0xcc, 0x58, 0x8b, 0x6f, 0x02, 0x3b, 0x43, 0x9b, 0x4b, 0xe7, 0xa4, 0xd1, 0x09, 0x6a, 0x89,
0x19, 0x8b, 0xf9, 0x2d, 0xd8, 0xe8, 0x19, 0xa5, 0x30, 0xf5, 0xd2, 0xe8, 0x53, 0xe3, 0x0f, 0xaf,
0xa5, 0xf3, 0x8e, 0xb5, 0x89, 0xb6, 0xaf, 0x14, 0x8e, 0x84, 0xda, 0xb7, 0xa3, 0x22, 0x47, 0xed,
0xd9, 0x0d, 0xe2, 0xa8, 0xc0, 0x44, 0xe6, 0xa8, 0x89, 0x89, 0x2d, 0x35, 0xd0, 0xbe, 0xce, 0xf0,
0x9a, 0xea, 0xc3, 0x96, 0xf9, 0x6b, 0xb0, 0x55, 0xa1, 0x0d, 0x07, 0x22, 0x47, 0xd6, 0xe1, 0xeb,
0xb0, 0x52, 0x6d, 0x9d, 0x3f, 0x3d, 0x7b, 0xcc, 0xa0, 0xc1, 0x30, 0x30, 0xaf, 0x06, 0x98, 0x1a,
0x9b, 0xb1, 0x95, 0x46, 0x08, 0xcf, 0x31, 0xf5, 0xc6, 0xf6, 0x13, 0xd6, 0xa5, 0x80, 0x2b, 0x70,
0x88, 0xc2, 0xa6, 0xe3, 0x01, 0xba, 0x42, 0x79, 0xb6, 0xca, 0x19, 0x74, 0x8f, 0xa4, 0xc2, 0x53,
0xe3, 0x8f, 0x4c, 0xa1, 0x33, 0xb6, 0xc6, 0xd7, 0x00, 0x4e, 0xd0, 0x8b, 0x2a, 0x03, 0xeb, 0xe4,
0xb6, 0x27, 0xd2, 0x31, 0x56, 0x00, 0xe3, 0xdb, 0xc0, 0x7b, 0x42, 0x6b, 0xe3, 0x7b, 0x16, 0x85,
0xc7, 0x23, 0xa3, 0x32, 0xb4, 0xec, 0x26, 0x85, 0xf3, 0x21, 0x5c, 0x2a, 0x64, 0xbc, 0xd6, 0x4e,
0x50, 0xe1, 0x5c, 0x7b, 0xa3, 0xd6, 0xae, 0x70, 0xd2, 0xde, 0xa4, 0xe0, 0x0f, 0x0a, 0xa9, 0xb2,
0x90, 0x92, 0xb2, 0x2c, 0x5b, 0x14, 0x63, 0x15, 0xfc, 0xe9, 0x93, 0xfe, 0xf0, 0x9c, 0x6d, 0xf3,
0x2d, 0xb8, 0x59, 0x21, 0x27, 0xe8, 0xad, 0x4c, 0x43, 0xf2, 0x6e, 0x51, 0xa8, 0x4f, 0x0b, 0xff,
0xf4, 0xf2, 0x04, 0x73, 0x63, 0xa7, 0x6c, 0x87, 0x0a, 0x1a, 0x98, 0x66, 0x25, 0x62, 0xaf, 0x91,
0x87, 0xc3, 0x7c, 0xe2, 0xa7, 0x75, 0x7a, 0xd9, 0x6d, 0xce, 0x61, 0x35, 0x49, 0x06, 0xf8, 0x8d,
0x02, 0x9d, 0x1f, 0x88, 0x14, 0xd9, 0x3f, 0x96, 0xf6, 0xde, 0x04, 0x08, 0xb6, 0x34, 0x90, 0x90,
0x73, 0x58, 0xab, 0xa5, 0x53, 0xa3, 0x91, 0x2d, 0xf0, 0x2e, 0x2c, 0x3f, 0xd3, 0xd2, 0xb9, 0x02,
0x33, 0x16, 0x51, 0xde, 0xfa, 0xfa, 0xcc, 0x9a, 0x11, 0x5d, 0x69, 0xd6, 0xa2, 0xdd, 0x23, 0xa9,
0xa5, 0x1b, 0x87, 0x8e, 0x01, 0x58, 0xac, 0x12, 0xd8, 0xde, 0x73, 0xd0, 0x1d, 0xe2, 0x88, 0x9a,
0xa3, 0xe4, 0xde, 0x04, 0xd6, 0x94, 0x6b, 0xf6, 0x79, 0xd8, 0x11, 0x35, 0xef, 0xb1, 0x35, 0xaf,
0xa4, 0x1e, 0xb1, 0x16, 0x91, 0x0d, 0x51, 0xa8, 0x40, 0xbc, 0x02, 0x4b, 0x47, 0xaa, 0x08, 0x5e,
0xda, 0xc1, 0x27, 0x09, 0xa4, 0x76, 0x83, 0xb6, 0x12, 0x6b, 0x26, 0x13, 0xcc, 0xd8, 0xe2, 0xde,
0xf7, 0x3b, 0x61, 0x7e, 0x84, 0x31, 0xb0, 0x0a, 0x9d, 0x67, 0x3a, 0xc3, 0x4b, 0xa9, 0x31, 0x63,
0x0b, 0xa1, 0x14, 0xa1, 0x64, 0x8d, 0x9c, 0x64, 0x74, 0x62, 0xb2, 0x6e, 0x60, 0x48, 0xf9, 0x7c,
0x24, 0x5c, 0x03, 0xba, 0xa4, 0xfa, 0x26, 0xe8, 0x52, 0x2b, 0x2f, 0x9a, 0xe6, 0x23, 0xca, 0xf3,
0x70, 0x6c, 0x5e, 0xd5, 0x98, 0x63, 0x63, 0xf2, 0x74, 0x8c, 0x7e, 0x38, 0x75, 0x1e, 0xf3, 0x9e,
0xd1, 0x97, 0x72, 0xe4, 0x98, 0x24, 0x4f, 0x4f, 0x8c, 0xc8, 0x1a, 0xe6, 0x5f, 0xa7, 0x0a, 0x0f,
0x50, 0xa1, 0x70, 0x4d, 0xd6, 0x97, 0xa1, 0x19, 0x43, 0xa8, 0xfb, 0x4a, 0x0a, 0xc7, 0x14, 0x1d,
0x85, 0xa2, 0x2c, 0xc5, 0x9c, 0x8a, 0xb0, 0xaf, 0x3c, 0xda, 0x52, 0xd6, 0x7c, 0x13, 0xd6, 0x4b,
0xfd, 0x33, 0x61, 0xbd, 0x0c, 0x24, 0xbf, 0x8d, 0x42, 0xb9, 0xad, 0x99, 0xd4, 0xd8, 0xef, 0xe8,
0xee, 0x77, 0x1f, 0x09, 0x57, 0x43, 0xbf, 0x8f, 0xf8, 0x36, 0xdc, 0x9c, 0x1d, 0xad, 0xc6, 0xff,
0x10, 0xf1, 0x0d, 0x58, 0xa3, 0xa3, 0xcd, 0x31, 0xc7, 0xfe, 0x18, 0x40, 0x3a, 0x44, 0x03, 0xfc,
0x53, 0x60, 0xa8, 0x4e, 0xd1, 0xc0, 0xff, 0x1c, 0x9c, 0x11, 0x43, 0x55, 0x75, 0xc7, 0xde, 0x8e,
0x28, 0xd2, 0x99, 0xb3, 0x0a, 0x66, 0xef, 0x04, 0x45, 0x62, 0x9d, 0x2b, 0xbe, 0x1b, 0x14, 0x2b,
0xce, 0x39, 0xfa, 0x5e, 0x40, 0x1f, 0x09, 0x9d, 0x99, 0xcb, 0xcb, 0x39, 0xfa, 0x7e, 0xc4, 0x77,
0x60, 0x83, 0xcc, 0x0f, 0x84, 0x12, 0x3a, 0xad, 0xf5, 0x3f, 0x88, 0x38, 0x9b, 0x25, 0x32, 0x74,
0x35, 0xfb, 0x41, 0x2b, 0x24, 0xa5, 0x0a, 0xa0, 0xc4, 0x7e, 0xd8, 0xe2, 0x6b, 0x65, 0x76, 0x4b,
0xf9, 0x47, 0x2d, 0xbe, 0x02, 0x8b, 0x7d, 0xed, 0xd0, 0x7a, 0xf6, 0x1d, 0xea, 0xbc, 0xc5, 0xf2,
0xee, 0xb2, 0xef, 0x52, 0x7f, 0xdf, 0x08, 0x9d, 0xc7, 0xde, 0x0a, 0x1b, 0xe5, 0x94, 0x61, 0xff,
0x8c, 0xc3, 0x51, 0x9b, 0x23, 0xe7, 0x5f, 0x31, 0x79, 0x3a, 0x46, 0x5f, 0x5f, 0x27, 0xf6, 0xef,
0x98, 0xdf, 0x86, 0xad, 0x19, 0x16, 0x06, 0xc0, 0xfc, 0x22, 0xfd, 0x27, 0xe6, 0x77, 0xe0, 0xd6,
0x31, 0xfa, 0xba, 0x0f, 0xc8, 0x48, 0x3a, 0x2f, 0x53, 0xc7, 0xfe, 0x1b, 0xf3, 0x4f, 0xc1, 0xf6,
0x31, 0xfa, 0x79, 0x7e, 0x1b, 0x9b, 0xff, 0x8b, 0xf9, 0x2a, 0x2c, 0x0f, 0x68, 0x42, 0xe0, 0x15,
0xb2, 0xb7, 0x63, 0x2a, 0xd2, 0x4c, 0xac, 0xc2, 0x79, 0x27, 0xa6, 0xd4, 0x7d, 0x45, 0xf8, 0x74,
0x9c, 0xe4, 0xbd, 0xb1, 0xd0, 0x1a, 0x95, 0x63, 0xef, 0xc6, 0x7c, 0x0b, 0xd8, 0x00, 0x73, 0x73,
0x85, 0x0d, 0xf8, 0x3d, 0x9a, 0xfc, 0x3c, 0x28, 0x7f, 0xb9, 0x40, 0x3b, 0x9d, 0x6f, 0xbc, 0x1f,
0x53, 0xaa, 0x4b, 0xfd, 0x0f, 0xef, 0x7c, 0x10, 0xf3, 0x4f, 0xc3, 0x4e, 0x79, 0x5b, 0x67, 0xf9,
0xa7, 0xcd, 0x11, 0xf6, 0xf5, 0xa5, 0x61, 0xdf, 0x6a, 0xcf, 0x19, 0x13, 0x54, 0x5e, 0xcc, 0xed,
0xbe, 0xdd, 0xa6, 0x12, 0x55, 0x16, 0x41, 0xf5, 0x2f, 0x6d, 0xbe, 0x0e, 0x50, 0xde, 0x9d, 0x00,
0xfc, 0xb5, 0x4d, 0xa1, 0x1f, 0xa3, 0xa7, 0xd1, 0x7f, 0x85, 0x76, 0x1a, 0xd0, 0xbf, 0xcd, 0xd0,
0xe6, 0x48, 0x61, 0x7f, 0x6f, 0x53, 0x2a, 0xce, 0x65, 0x8e, 0xe7, 0x32, 0x7d, 0xc9, 0x7e, 0xdc,
0xa1, 0x54, 0x84, 0x48, 0x4f, 0x4d, 0x86, 0xa4, 0xe3, 0xd8, 0x4f, 0x3a, 0x54, 0x6f, 0xea, 0x97,
0xb2, 0xde, 0x3f, 0x0d, 0x72, 0x35, 0x15, 0xfb, 0x09, 0xfb, 0x19, 0x3d, 0x41, 0x50, 0xc9, 0xe7,
0xc3, 0xa7, 0xec, 0xe7, 0x1d, 0x72, 0xb5, 0xaf, 0x94, 0x49, 0x85, 0x9f, 0x77, 0xed, 0x2f, 0x3a,
0xd4, 0xf6, 0x0d, 0xef, 0x55, 0x35, 0x7e, 0xd9, 0xa1, 0x9c, 0x56, 0x78, 0xe8, 0x95, 0x84, 0x06,
0xdd, 0xaf, 0x02, 0x2b, 0xfd, 0xac, 0x28, 0x92, 0x73, 0xcf, 0x7e, 0xdd, 0xd9, 0xdb, 0x85, 0xa5,
0xc4, 0xa9, 0x30, 0xaa, 0x96, 0x20, 0x4e, 0x9c, 0x62, 0x0b, 0x74, 0xb3, 0x0f, 0x8c, 0x51, 0x87,
0xd7, 0x13, 0xfb, 0xfc, 0x73, 0x2c, 0xda, 0x3b, 0x80, 0xf5, 0x9e, 0xc9, 0x27, 0x62, 0xde, 0x11,
0x61, 0x3a, 0x95, 0x63, 0x0d, 0xb3, 0xf2, 0xd4, 0x0b, 0x34, 0x1e, 0x0e, 0xaf, 0x31, 0x2d, 0x3c,
0x4d, 0xc4, 0x88, 0x44, 0x32, 0xa2, 0xa6, 0xcd, 0x58, 0x6b, 0xef, 0x4d, 0x60, 0x3d, 0xa3, 0x9d,
0x74, 0x1e, 0x75, 0x3a, 0x7d, 0x82, 0x57, 0xa8, 0xc2, 0x6c, 0xf5, 0xd6, 0xe8, 0x11, 0x5b, 0x08,
0x3f, 0x06, 0x0c, 0x2f, 0x7f, 0x39, 0x81, 0x0f, 0xe8, 0x89, 0x0c, 0xdf, 0x82, 0x35, 0x80, 0xc3,
0x2b, 0xd4, 0xbe, 0x10, 0x4a, 0x4d, 0x59, 0x4c, 0x72, 0xaf, 0x70, 0xde, 0xe4, 0xf2, 0x9b, 0x61,
0xc4, 0x7f, 0x2f, 0x82, 0x95, 0x7e, 0x4e, 0x1f, 0xb7, 0x79, 0x68, 0xa5, 0x78, 0x86, 0x3a, 0x93,
0x81, 0x9c, 0x5e, 0xb5, 0x00, 0x55, 0xef, 0x42, 0x14, 0x5e, 0xb5, 0x80, 0x24, 0xe6, 0x95, 0x56,
0x46, 0x64, 0xe5, 0xb4, 0xaf, 0x6d, 0x85, 0x75, 0x04, 0xc5, 0xe1, 0x8d, 0xaf, 0xe8, 0x6c, 0x08,
0x9f, 0x86, 0x3f, 0x3d, 0x51, 0x01, 0x0c, 0xe5, 0x2b, 0x9f, 0x80, 0xb9, 0x62, 0x7d, 0xec, 0xc5,
0x83, 0x2f, 0x7c, 0xf5, 0xe1, 0x48, 0xfa, 0x71, 0x71, 0x41, 0x7f, 0xaa, 0x07, 0xe5, 0x27, 0xeb,
0x75, 0x69, 0xaa, 0xd5, 0x03, 0xa9, 0x3d, 0x5a, 0x2d, 0xd4, 0x83, 0xf0, 0xef, 0x7a, 0x50, 0xfe,
0xbb, 0x26, 0x17, 0x17, 0x8b, 0x41, 0x7e, 0xf8, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc2, 0x1f,
0xd6, 0x1c, 0xc8, 0x0b, 0x00, 0x00,
// 1588 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x4b, 0x6f, 0x1b, 0xc9,
0x11, 0xd6, 0x90, 0x94, 0x28, 0x16, 0x29, 0xaa, 0xdd, 0x7a, 0x58, 0xeb, 0x38, 0x81, 0xa1, 0x93,
0x21, 0x60, 0xed, 0x24, 0x06, 0x92, 0xd3, 0x1e, 0x44, 0x8e, 0x24, 0x13, 0xb6, 0x64, 0x86, 0x94,
0xbd, 0x8b, 0x1c, 0x62, 0xb4, 0x66, 0x4a, 0x64, 0xc7, 0x33, 0xdd, 0x4c, 0x77, 0x8f, 0x24, 0xe6,
0x94, 0x00, 0xf9, 0x01, 0xc9, 0xfe, 0x82, 0x5c, 0x03, 0x24, 0x41, 0xde, 0x09, 0xf2, 0x0b, 0xf2,
0x3e, 0xe7, 0xf1, 0x07, 0xf2, 0x03, 0xf2, 0xdc, 0x67, 0x50, 0x3d, 0xc3, 0xe1, 0x2c, 0xb0, 0x7b,
0xca, 0xad, 0xeb, 0xeb, 0xaa, 0xaf, 0xaa, 0xab, 0xaa, 0xab, 0x1b, 0x3a, 0x91, 0x4e, 0x53, 0xad,
0x1e, 0xcc, 0x8c, 0x76, 0x9a, 0x6f, 0xa5, 0x32, 0xb9, 0xca, 0x6c, 0x2e, 0x3d, 0xc8, 0xb7, 0xf6,
0x5f, 0xc2, 0xda, 0xd8, 0x09, 0x97, 0x59, 0xfe, 0x06, 0x00, 0x1a, 0xa3, 0xcd, 0xcb, 0x48, 0xc7,
0xb8, 0x17, 0xdc, 0x0b, 0xee, 0x77, 0x3f, 0xff, 0x99, 0x07, 0x1f, 0x63, 0xf3, 0xe0, 0x88, 0xd4,
0xfa, 0x3a, 0xc6, 0x51, 0x0b, 0x17, 0x4b, 0xbe, 0x0b, 0x6b, 0x06, 0x85, 0xd5, 0x6a, 0xaf, 0x76,
0x2f, 0xb8, 0xdf, 0x1a, 0x15, 0xd2, 0xfe, 0x17, 0xa0, 0xf3, 0x04, 0xe7, 0x2f, 0x44, 0x92, 0xe1,
0x50, 0x48, 0xc3, 0x19, 0xd4, 0x5f, 0xe1, 0xdc, 0xf3, 0xb7, 0x46, 0xb4, 0xe4, 0xdb, 0xb0, 0x7a,
0x45, 0xdb, 0x85, 0x61, 0x2e, 0xec, 0x3f, 0x82, 0xf6, 0x13, 0x9c, 0x87, 0xc2, 0x89, 0x4f, 0x30,
0xe3, 0xd0, 0x88, 0x85, 0x13, 0xde, 0xaa, 0x33, 0xf2, 0xeb, 0xfd, 0xbb, 0xd0, 0xe8, 0x25, 0xfa,
0x62, 0x49, 0x19, 0xf8, 0xcd, 0x82, 0xf2, 0x75, 0x68, 0x1e, 0xc6, 0xb1, 0x41, 0x6b, 0x79, 0x17,
0x6a, 0x72, 0x56, 0xb0, 0xd5, 0xe4, 0x8c, 0xc8, 0x66, 0xda, 0x38, 0x4f, 0x56, 0x1f, 0xf9, 0xf5,
0xfe, 0xdb, 0x01, 0x34, 0x4f, 0xed, 0xa4, 0x27, 0x2c, 0xf2, 0x2f, 0xc2, 0x7a, 0x6a, 0x27, 0x2f,
0xdd, 0x7c, 0xb6, 0x48, 0xcd, 0xdd, 0x8f, 0x4d, 0xcd, 0xa9, 0x9d, 0x9c, 0xcf, 0x67, 0x38, 0x6a,
0xa6, 0xf9, 0x82, 0x22, 0x49, 0xed, 0x64, 0x10, 0x16, 0xcc, 0xb9, 0xc0, 0xef, 0x42, 0xcb, 0xc9,
0x14, 0xad, 0x13, 0xe9, 0x6c, 0xaf, 0x7e, 0x2f, 0xb8, 0xdf, 0x18, 0x2d, 0x01, 0x7e, 0x07, 0xd6,
0xad, 0xce, 0x4c, 0x84, 0x83, 0x70, 0xaf, 0xe1, 0xcd, 0x4a, 0x79, 0xff, 0x0d, 0x68, 0x9d, 0xda,
0xc9, 0x63, 0x14, 0x31, 0x1a, 0xfe, 0x59, 0x68, 0x5c, 0x08, 0x9b, 0x47, 0xd4, 0xfe, 0xe4, 0x88,
0xe8, 0x04, 0x23, 0xaf, 0xb9, 0xff, 0x15, 0xe8, 0x84, 0xa7, 0x4f, 0xff, 0x0f, 0x06, 0x0a, 0xdd,
0x4e, 0x85, 0x89, 0xcf, 0x44, 0xba, 0xa8, 0xd8, 0x12, 0x38, 0xf8, 0x75, 0x03, 0x5a, 0x65, 0x7b,
0xf0, 0x36, 0x34, 0xc7, 0x59, 0x14, 0xa1, 0xb5, 0x6c, 0x85, 0x6f, 0xc1, 0xe6, 0x73, 0x85, 0x37,
0x33, 0x8c, 0x1c, 0xc6, 0x5e, 0x87, 0x05, 0xfc, 0x16, 0x6c, 0xf4, 0xb5, 0x52, 0x18, 0xb9, 0x63,
0x21, 0x13, 0x8c, 0x59, 0x8d, 0x6f, 0x03, 0x1b, 0xa2, 0x49, 0xa5, 0xb5, 0x52, 0xab, 0x10, 0x95,
0xc4, 0x98, 0xd5, 0xf9, 0x6d, 0xd8, 0xea, 0xeb, 0x24, 0xc1, 0xc8, 0x49, 0xad, 0xce, 0xb4, 0x3b,
0xba, 0x91, 0xd6, 0x59, 0xd6, 0x20, 0xda, 0x41, 0x92, 0xe0, 0x44, 0x24, 0x87, 0x66, 0x92, 0xa5,
0xa8, 0x1c, 0x5b, 0x25, 0x8e, 0x02, 0x0c, 0x65, 0x8a, 0x8a, 0x98, 0x58, 0xb3, 0x82, 0x0e, 0x54,
0x8c, 0x37, 0x54, 0x1f, 0xb6, 0xce, 0x5f, 0x83, 0x9d, 0x02, 0xad, 0x38, 0x10, 0x29, 0xb2, 0x16,
0xdf, 0x84, 0x76, 0xb1, 0x75, 0xfe, 0x6c, 0xf8, 0x84, 0x41, 0x85, 0x61, 0xa4, 0xaf, 0x47, 0x18,
0x69, 0x13, 0xb3, 0x76, 0x25, 0x84, 0x17, 0x18, 0x39, 0x6d, 0x06, 0x21, 0xeb, 0x50, 0xc0, 0x05,
0x38, 0x46, 0x61, 0xa2, 0xe9, 0x08, 0x6d, 0x96, 0x38, 0xb6, 0xc1, 0x19, 0x74, 0x8e, 0x65, 0x82,
0x67, 0xda, 0x1d, 0xeb, 0x4c, 0xc5, 0xac, 0xcb, 0xbb, 0x00, 0xa7, 0xe8, 0x44, 0x91, 0x81, 0x4d,
0x72, 0xdb, 0x17, 0xd1, 0x14, 0x0b, 0x80, 0xf1, 0x5d, 0xe0, 0x7d, 0xa1, 0x94, 0x76, 0x7d, 0x83,
0xc2, 0xe1, 0xb1, 0x4e, 0x62, 0x34, 0xec, 0x16, 0x85, 0xf3, 0x11, 0x5c, 0x26, 0xc8, 0xf8, 0x52,
0x3b, 0xc4, 0x04, 0x4b, 0xed, 0xad, 0xa5, 0x76, 0x81, 0x93, 0xf6, 0x36, 0x05, 0xdf, 0xcb, 0x64,
0x12, 0xfb, 0x94, 0xe4, 0x65, 0xd9, 0xa1, 0x18, 0x8b, 0xe0, 0xcf, 0x9e, 0x0e, 0xc6, 0xe7, 0x6c,
0x97, 0xef, 0xc0, 0xad, 0x02, 0x39, 0x45, 0x67, 0x64, 0xe4, 0x93, 0x77, 0x9b, 0x42, 0x7d, 0x96,
0xb9, 0x67, 0x97, 0xa7, 0x98, 0x6a, 0x33, 0x67, 0x7b, 0x54, 0x50, 0xcf, 0xb4, 0x28, 0x11, 0x7b,
0x8d, 0x3c, 0x1c, 0xa5, 0x33, 0x37, 0x5f, 0xa6, 0x97, 0xdd, 0xe1, 0x1c, 0x36, 0xc2, 0x70, 0x84,
0x5f, 0xcb, 0xd0, 0xba, 0x91, 0x88, 0x90, 0xfd, 0xbd, 0x79, 0xf0, 0x16, 0x80, 0xb7, 0xa5, 0x81,
0x84, 0x9c, 0x43, 0x77, 0x29, 0x9d, 0x69, 0x85, 0x6c, 0x85, 0x77, 0x60, 0xfd, 0xb9, 0x92, 0xd6,
0x66, 0x18, 0xb3, 0x80, 0xf2, 0x36, 0x50, 0x43, 0xa3, 0x27, 0x74, 0xa5, 0x59, 0x8d, 0x76, 0x8f,
0xa5, 0x92, 0x76, 0xea, 0x3b, 0x06, 0x60, 0xad, 0x48, 0x60, 0xe3, 0xc0, 0x42, 0x67, 0x8c, 0x13,
0x6a, 0x8e, 0x9c, 0x7b, 0x1b, 0x58, 0x55, 0x5e, 0xb2, 0x97, 0x61, 0x07, 0xd4, 0xbc, 0x27, 0x46,
0x5f, 0x4b, 0x35, 0x61, 0x35, 0x22, 0x1b, 0xa3, 0x48, 0x3c, 0x71, 0x1b, 0x9a, 0xc7, 0x49, 0xe6,
0xbd, 0x34, 0xbc, 0x4f, 0x12, 0x48, 0x6d, 0x95, 0xb6, 0x42, 0xa3, 0x67, 0x33, 0x8c, 0xd9, 0xda,
0xc1, 0xf7, 0x5a, 0x7e, 0x7e, 0xf8, 0x31, 0xb0, 0x01, 0xad, 0xe7, 0x2a, 0xc6, 0x4b, 0xa9, 0x30,
0x66, 0x2b, 0xbe, 0x14, 0xbe, 0x64, 0x95, 0x9c, 0xc4, 0x74, 0x62, 0xb2, 0xae, 0x60, 0x48, 0xf9,
0x7c, 0x2c, 0x6c, 0x05, 0xba, 0xa4, 0xfa, 0x86, 0x68, 0x23, 0x23, 0x2f, 0xaa, 0xe6, 0x13, 0xca,
0xf3, 0x78, 0xaa, 0xaf, 0x97, 0x98, 0x65, 0x53, 0xf2, 0x74, 0x82, 0x6e, 0x3c, 0xb7, 0x0e, 0xd3,
0xbe, 0x56, 0x97, 0x72, 0x62, 0x99, 0x24, 0x4f, 0x4f, 0xb5, 0x88, 0x2b, 0xe6, 0x5f, 0xa5, 0x0a,
0x8f, 0x30, 0x41, 0x61, 0xab, 0xac, 0xaf, 0x7c, 0x33, 0xfa, 0x50, 0x0f, 0x13, 0x29, 0x2c, 0x4b,
0xe8, 0x28, 0x14, 0x65, 0x2e, 0xa6, 0x54, 0x84, 0xc3, 0xc4, 0xa1, 0xc9, 0x65, 0xc5, 0xb7, 0x61,
0x33, 0xd7, 0x1f, 0x0a, 0xe3, 0xa4, 0x27, 0xf9, 0x4d, 0xe0, 0xcb, 0x6d, 0xf4, 0x6c, 0x89, 0xfd,
0x96, 0xee, 0x7e, 0xe7, 0xb1, 0xb0, 0x4b, 0xe8, 0x77, 0x01, 0xdf, 0x85, 0x5b, 0x8b, 0xa3, 0x2d,
0xf1, 0xdf, 0x07, 0x7c, 0x0b, 0xba, 0x74, 0xb4, 0x12, 0xb3, 0xec, 0x0f, 0x1e, 0xa4, 0x43, 0x54,
0xc0, 0x3f, 0x7a, 0x86, 0xe2, 0x14, 0x15, 0xfc, 0x4f, 0xde, 0x19, 0x31, 0x14, 0x55, 0xb7, 0xec,
0x9d, 0x80, 0x22, 0x5d, 0x38, 0x2b, 0x60, 0xf6, 0xae, 0x57, 0x24, 0xd6, 0x52, 0xf1, 0x3d, 0xaf,
0x58, 0x70, 0x96, 0xe8, 0xfb, 0x1e, 0x7d, 0x2c, 0x54, 0xac, 0x2f, 0x2f, 0x4b, 0xf4, 0x83, 0x80,
0xef, 0xc1, 0x16, 0x99, 0xf7, 0x44, 0x22, 0x54, 0xb4, 0xd4, 0xff, 0x30, 0xe0, 0x6c, 0x91, 0x48,
0xdf, 0xd5, 0xec, 0xfb, 0x35, 0x9f, 0x94, 0x22, 0x80, 0x1c, 0xfb, 0x41, 0x8d, 0x77, 0xf3, 0xec,
0xe6, 0xf2, 0x0f, 0x6b, 0xbc, 0x0d, 0x6b, 0x03, 0x65, 0xd1, 0x38, 0xf6, 0x6d, 0xea, 0xbc, 0xb5,
0xfc, 0xee, 0xb2, 0xef, 0x50, 0x7f, 0xaf, 0xfa, 0xce, 0x63, 0x6f, 0xfb, 0x8d, 0x7c, 0xca, 0xb0,
0x7f, 0xd4, 0xfd, 0x51, 0xab, 0x23, 0xe7, 0x9f, 0x75, 0xf2, 0x74, 0x82, 0x6e, 0x79, 0x9d, 0xd8,
0xbf, 0xea, 0xfc, 0x0e, 0xec, 0x2c, 0x30, 0x3f, 0x00, 0xca, 0x8b, 0xf4, 0xef, 0x3a, 0xbf, 0x0b,
0xb7, 0x4f, 0xd0, 0x2d, 0xfb, 0x80, 0x8c, 0xa4, 0x75, 0x32, 0xb2, 0xec, 0x3f, 0x75, 0xfe, 0x29,
0xd8, 0x3d, 0x41, 0x57, 0xe6, 0xb7, 0xb2, 0xf9, 0xdf, 0x3a, 0xdf, 0x80, 0xf5, 0x11, 0x4d, 0x08,
0xbc, 0x42, 0xf6, 0x4e, 0x9d, 0x8a, 0xb4, 0x10, 0x8b, 0x70, 0xde, 0xad, 0x53, 0xea, 0xde, 0x14,
0x2e, 0x9a, 0x86, 0x69, 0x7f, 0x2a, 0x94, 0xc2, 0xc4, 0xb2, 0xf7, 0xea, 0x7c, 0x07, 0xd8, 0x08,
0x53, 0x7d, 0x85, 0x15, 0xf8, 0x7d, 0x9a, 0xfc, 0xdc, 0x2b, 0x7f, 0x29, 0x43, 0x33, 0x2f, 0x37,
0x3e, 0xa8, 0x53, 0xaa, 0x73, 0xfd, 0x8f, 0xee, 0x7c, 0x58, 0xe7, 0x9f, 0x86, 0xbd, 0xfc, 0xb6,
0x2e, 0xf2, 0x4f, 0x9b, 0x13, 0x1c, 0xa8, 0x4b, 0xcd, 0xbe, 0xd1, 0x28, 0x19, 0x43, 0x4c, 0x9c,
0x28, 0xed, 0xbe, 0xd9, 0xa0, 0x12, 0x15, 0x16, 0x5e, 0xf5, 0xcf, 0x0d, 0xbe, 0x09, 0x90, 0xdf,
0x1d, 0x0f, 0xfc, 0xa5, 0x41, 0xa1, 0x9f, 0xa0, 0xa3, 0xd1, 0x7f, 0x85, 0x66, 0xee, 0xd1, 0xbf,
0x2e, 0xd0, 0xea, 0x48, 0x61, 0x7f, 0x6b, 0x50, 0x2a, 0xce, 0x65, 0x8a, 0xe7, 0x32, 0x7a, 0xc5,
0x7e, 0xd4, 0xa2, 0x54, 0xf8, 0x48, 0xcf, 0x74, 0x8c, 0xa4, 0x63, 0xd9, 0x8f, 0x5b, 0x54, 0x6f,
0xea, 0x97, 0xbc, 0xde, 0x3f, 0xf1, 0x72, 0x31, 0x15, 0x07, 0x21, 0xfb, 0x29, 0x3d, 0x41, 0x50,
0xc8, 0xe7, 0xe3, 0x67, 0xec, 0x67, 0x2d, 0x72, 0x75, 0x98, 0x24, 0x3a, 0x12, 0xae, 0xec, 0xda,
0x9f, 0xb7, 0xa8, 0xed, 0x2b, 0xde, 0x8b, 0x6a, 0xfc, 0xa2, 0x45, 0x39, 0x2d, 0x70, 0xdf, 0x2b,
0x21, 0x0d, 0xba, 0x5f, 0x7a, 0x56, 0xfa, 0x59, 0x51, 0x24, 0xe7, 0x8e, 0xfd, 0xaa, 0x75, 0xb0,
0x0f, 0xcd, 0xd0, 0x26, 0x7e, 0x54, 0x35, 0xa1, 0x1e, 0xda, 0x84, 0xad, 0xd0, 0xcd, 0xee, 0x69,
0x9d, 0x1c, 0xdd, 0xcc, 0xcc, 0x8b, 0xcf, 0xb1, 0xe0, 0xa0, 0x07, 0x9b, 0x7d, 0x9d, 0xce, 0x44,
0xd9, 0x11, 0x7e, 0x3a, 0xe5, 0x63, 0x0d, 0xe3, 0xfc, 0xd4, 0x2b, 0x34, 0x1e, 0x8e, 0x6e, 0x30,
0xca, 0x1c, 0x4d, 0xc4, 0x80, 0x44, 0x32, 0xa2, 0xa6, 0x8d, 0x59, 0xed, 0xe0, 0x2d, 0x60, 0x7d,
0xad, 0xac, 0xb4, 0x0e, 0x55, 0x34, 0x7f, 0x8a, 0x57, 0x98, 0xf8, 0xd9, 0xea, 0x8c, 0x56, 0x13,
0xb6, 0xe2, 0x7f, 0x0c, 0xe8, 0x5f, 0xfe, 0x7c, 0x02, 0xf7, 0xe8, 0x89, 0xf4, 0xdf, 0x82, 0x2e,
0xc0, 0xd1, 0x15, 0x2a, 0x97, 0x89, 0x24, 0x99, 0xb3, 0x3a, 0xc9, 0xfd, 0xcc, 0x3a, 0x9d, 0xca,
0xaf, 0xfb, 0x11, 0xff, 0xad, 0x00, 0xda, 0x83, 0x94, 0x3e, 0x6e, 0x65, 0x68, 0xb9, 0x38, 0x44,
0x15, 0x4b, 0x4f, 0x4e, 0xaf, 0x9a, 0x87, 0x8a, 0x77, 0x21, 0xf0, 0xef, 0xb9, 0x47, 0x42, 0x7d,
0xad, 0x12, 0x2d, 0x72, 0x57, 0xa5, 0xde, 0x50, 0x18, 0xeb, 0x47, 0x3e, 0xbd, 0xf0, 0x05, 0x99,
0xf1, 0xc1, 0xc7, 0xc5, 0xcf, 0xc3, 0x83, 0xcb, 0x03, 0xae, 0xf6, 0xde, 0x84, 0xae, 0xd4, 0x8b,
0x6f, 0xd4, 0xc4, 0xcc, 0xa2, 0x5e, 0xbb, 0xef, 0xbf, 0x51, 0x43, 0xfa, 0x52, 0x0d, 0x83, 0x2f,
0x3f, 0x9a, 0x48, 0x37, 0xcd, 0x2e, 0xe8, 0x73, 0xf5, 0x30, 0x57, 0x7b, 0x5d, 0xea, 0x62, 0xf5,
0x50, 0x2a, 0x87, 0x46, 0x89, 0xe4, 0xa1, 0xff, 0x80, 0x3d, 0xcc, 0x3f, 0x60, 0xb3, 0x8b, 0xef,
0x06, 0xc1, 0xc5, 0x9a, 0x87, 0x1e, 0xfd, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x11, 0x36, 0xcb,
0xd4, 0x0b, 0x00, 0x00,
}

View File

@ -43,7 +43,7 @@ service DataCoord {
rpc DropVirtualChannel(DropVirtualChannelRequest) returns (DropVirtualChannelResponse) {}
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
rpc Import(ImportTask) returns (common.Status) {}
rpc Import(ImportTask) returns (ImportTaskResponse) {}
}
service DataNode {
@ -426,4 +426,9 @@ message ImportTask {
int64 task_id = 5; // id of the task
repeated string files = 6; // file paths to be imported
repeated common.KeyValuePair infos = 7; // more informations about the task, bucket, etc.
}
message ImportTaskResponse {
common.Status status = 1;
int64 datanode_id = 2; // which datanode takes this task
}

View File

@ -3200,6 +3200,53 @@ func (m *ImportTask) GetInfos() []*commonpb.KeyValuePair {
return nil
}
type ImportTaskResponse struct {
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
DatanodeId int64 `protobuf:"varint,2,opt,name=datanode_id,json=datanodeId,proto3" json:"datanode_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ImportTaskResponse) Reset() { *m = ImportTaskResponse{} }
func (m *ImportTaskResponse) String() string { return proto.CompactTextString(m) }
func (*ImportTaskResponse) ProtoMessage() {}
func (*ImportTaskResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_82cd95f524594f49, []int{51}
}
func (m *ImportTaskResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ImportTaskResponse.Unmarshal(m, b)
}
func (m *ImportTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ImportTaskResponse.Marshal(b, m, deterministic)
}
func (m *ImportTaskResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ImportTaskResponse.Merge(m, src)
}
func (m *ImportTaskResponse) XXX_Size() int {
return xxx_messageInfo_ImportTaskResponse.Size(m)
}
func (m *ImportTaskResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ImportTaskResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ImportTaskResponse proto.InternalMessageInfo
func (m *ImportTaskResponse) GetStatus() *commonpb.Status {
if m != nil {
return m.Status
}
return nil
}
func (m *ImportTaskResponse) GetDatanodeId() int64 {
if m != nil {
return m.DatanodeId
}
return 0
}
func init() {
proto.RegisterEnum("milvus.proto.data.ChannelWatchState", ChannelWatchState_name, ChannelWatchState_value)
proto.RegisterEnum("milvus.proto.data.CompactionType", CompactionType_name, CompactionType_value)
@ -3254,202 +3301,205 @@ func init() {
proto.RegisterType((*DropVirtualChannelSegment)(nil), "milvus.proto.data.DropVirtualChannelSegment")
proto.RegisterType((*DropVirtualChannelResponse)(nil), "milvus.proto.data.DropVirtualChannelResponse")
proto.RegisterType((*ImportTask)(nil), "milvus.proto.data.ImportTask")
proto.RegisterType((*ImportTaskResponse)(nil), "milvus.proto.data.ImportTaskResponse")
}
func init() { proto.RegisterFile("data_coord.proto", fileDescriptor_82cd95f524594f49) }
var fileDescriptor_82cd95f524594f49 = []byte{
// 3026 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x3b, 0x5b, 0x6f, 0x1b, 0xc7,
0xd5, 0x5e, 0x2e, 0x49, 0x91, 0x87, 0x17, 0xd1, 0x63, 0x47, 0xa6, 0x69, 0x47, 0x96, 0x37, 0xb1,
0xad, 0x38, 0x8e, 0x9d, 0xc8, 0x5f, 0x90, 0xe0, 0x4b, 0xd2, 0x20, 0xb2, 0x22, 0x85, 0xa8, 0xe4,
0x2a, 0x2b, 0x25, 0x29, 0x9a, 0xa2, 0xc4, 0x8a, 0x3b, 0xa2, 0xb6, 0xda, 0x0b, 0xb3, 0xb3, 0xf4,
0x25, 0x2f, 0x31, 0x1a, 0xa0, 0x40, 0x8b, 0x20, 0x6d, 0x51, 0xa0, 0x40, 0x81, 0xa2, 0x28, 0xfa,
0xd4, 0xa2, 0x2f, 0xed, 0x63, 0x5b, 0xf4, 0x3d, 0x68, 0xff, 0x40, 0xff, 0x41, 0xdf, 0xfa, 0x1b,
0x8a, 0xb9, 0xec, 0xec, 0x85, 0x4b, 0x72, 0x25, 0xf9, 0xf2, 0xa6, 0x99, 0x3d, 0xb7, 0x39, 0x73,
0xee, 0x1c, 0x41, 0xcb, 0x34, 0x02, 0xa3, 0xd7, 0xf7, 0x3c, 0xdf, 0xbc, 0x39, 0xf4, 0xbd, 0xc0,
0x43, 0xa7, 0x1d, 0xcb, 0xbe, 0x37, 0x22, 0x7c, 0x75, 0x93, 0x7e, 0xee, 0xd4, 0xfb, 0x9e, 0xe3,
0x78, 0x2e, 0xdf, 0xea, 0x34, 0x2d, 0x37, 0xc0, 0xbe, 0x6b, 0xd8, 0x62, 0x5d, 0x8f, 0x23, 0x74,
0xea, 0xa4, 0x7f, 0x80, 0x1d, 0x83, 0xaf, 0xb4, 0x07, 0x50, 0x5f, 0xb7, 0x47, 0xe4, 0x40, 0xc7,
0x9f, 0x8d, 0x30, 0x09, 0xd0, 0xab, 0x50, 0xdc, 0x33, 0x08, 0x6e, 0x2b, 0x4b, 0xca, 0x72, 0x6d,
0xe5, 0xe2, 0xcd, 0x04, 0x2f, 0xc1, 0x65, 0x8b, 0x0c, 0x56, 0x0d, 0x82, 0x75, 0x06, 0x89, 0x10,
// 3057 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x1b, 0x4d, 0x6f, 0x1b, 0xc7,
0xd5, 0xcb, 0x25, 0x29, 0xf2, 0xf1, 0x43, 0xf4, 0xd8, 0x91, 0x69, 0xda, 0x91, 0xe5, 0x4d, 0x6c,
0x2b, 0x8e, 0x63, 0x27, 0x72, 0x83, 0x04, 0x4d, 0xd2, 0x20, 0xb2, 0x22, 0x85, 0xa8, 0xe4, 0x2a,
0x2b, 0x25, 0x29, 0x9a, 0xa2, 0xc4, 0x8a, 0x3b, 0xa2, 0x36, 0xda, 0x0f, 0x66, 0x67, 0xe9, 0x8f,
0x5c, 0x62, 0x34, 0x40, 0x81, 0x16, 0x41, 0xda, 0xa2, 0x40, 0x81, 0x02, 0x45, 0x51, 0xf4, 0xd4,
0xa2, 0x97, 0xf6, 0xd8, 0x16, 0xbd, 0x07, 0xed, 0xbf, 0xe8, 0xa5, 0xb7, 0xfe, 0x86, 0x62, 0x3e,
0x76, 0xf6, 0x83, 0x4b, 0x72, 0x25, 0xd9, 0xf1, 0x4d, 0xf3, 0xf6, 0xbd, 0x37, 0x6f, 0xde, 0xbc,
0x6f, 0x8e, 0xa0, 0x65, 0x1a, 0x81, 0xd1, 0xeb, 0x7b, 0x9e, 0x6f, 0xde, 0x1c, 0xfa, 0x5e, 0xe0,
0xa1, 0xd3, 0x8e, 0x65, 0xdf, 0x1b, 0x11, 0xbe, 0xba, 0x49, 0x3f, 0x77, 0xea, 0x7d, 0xcf, 0x71,
0x3c, 0x97, 0x83, 0x3a, 0x4d, 0xcb, 0x0d, 0xb0, 0xef, 0x1a, 0xb6, 0x58, 0xd7, 0xe3, 0x04, 0x9d,
0x3a, 0xe9, 0x1f, 0x60, 0xc7, 0xe0, 0x2b, 0xed, 0x01, 0xd4, 0xd7, 0xed, 0x11, 0x39, 0xd0, 0xf1,
0xa7, 0x23, 0x4c, 0x02, 0xf4, 0x32, 0x14, 0xf7, 0x0c, 0x82, 0xdb, 0xca, 0x92, 0xb2, 0x5c, 0x5b,
0xb9, 0x78, 0x33, 0xb1, 0x97, 0xd8, 0x65, 0x8b, 0x0c, 0x56, 0x0d, 0x82, 0x75, 0x86, 0x89, 0x10,
0x14, 0xcd, 0xbd, 0xee, 0x5a, 0xbb, 0xb0, 0xa4, 0x2c, 0xab, 0x3a, 0xfb, 0x1b, 0x69, 0x50, 0xef,
0x7b, 0xb6, 0x8d, 0xfb, 0x81, 0xe5, 0xb9, 0xdd, 0xb5, 0x76, 0x91, 0x7d, 0x4b, 0xec, 0x69, 0xbf,
0x51, 0xa0, 0x21, 0x58, 0x93, 0xa1, 0xe7, 0x12, 0x8c, 0x6e, 0x43, 0x99, 0x04, 0x46, 0x30, 0x22,
0x82, 0xfb, 0x85, 0x4c, 0xee, 0x3b, 0x0c, 0x44, 0x17, 0xa0, 0xb9, 0xd8, 0xab, 0xe3, 0xec, 0xd1,
0x22, 0x00, 0xc1, 0x03, 0x07, 0xbb, 0x41, 0x77, 0x8d, 0xb4, 0x8b, 0x4b, 0xea, 0xb2, 0xaa, 0xc7,
0x76, 0xb4, 0x5f, 0x28, 0xd0, 0xda, 0x09, 0x97, 0xa1, 0x76, 0xce, 0x42, 0xa9, 0xef, 0x8d, 0xdc,
0x80, 0x09, 0xd8, 0xd0, 0xf9, 0x02, 0x5d, 0x86, 0x7a, 0xff, 0xc0, 0x70, 0x5d, 0x6c, 0xf7, 0x5c,
0xc3, 0xc1, 0x4c, 0x94, 0xaa, 0x5e, 0x13, 0x7b, 0x77, 0x0d, 0x07, 0xe7, 0x92, 0x68, 0x09, 0x6a,
0x43, 0xc3, 0x0f, 0xac, 0x84, 0xce, 0xe2, 0x5b, 0xda, 0xef, 0x14, 0x58, 0x78, 0x8f, 0x10, 0x6b,
0xe0, 0x8e, 0x49, 0xb6, 0x00, 0x65, 0xd7, 0x33, 0x71, 0x77, 0x8d, 0x89, 0xa6, 0xea, 0x62, 0x85,
0x2e, 0x40, 0x75, 0x88, 0xb1, 0xdf, 0xf3, 0x3d, 0x3b, 0x14, 0xac, 0x42, 0x37, 0x74, 0xcf, 0xc6,
0xe8, 0x43, 0x38, 0x4d, 0x52, 0x84, 0x48, 0x5b, 0x5d, 0x52, 0x97, 0x6b, 0x2b, 0x2f, 0xdc, 0x1c,
0xb3, 0xb2, 0x9b, 0x69, 0xa6, 0xfa, 0x38, 0xb6, 0xf6, 0xa8, 0x00, 0x67, 0x24, 0x1c, 0x97, 0x95,
0xfe, 0x4d, 0x35, 0x47, 0xf0, 0x40, 0x8a, 0xc7, 0x17, 0x79, 0x34, 0x27, 0x55, 0xae, 0xc6, 0x55,
0x9e, 0xc3, 0xc0, 0xd2, 0xfa, 0x2c, 0x8d, 0xe9, 0x13, 0x5d, 0x82, 0x1a, 0x7e, 0x30, 0xb4, 0x7c,
0xdc, 0x0b, 0x2c, 0x07, 0xb7, 0xcb, 0x4b, 0xca, 0x72, 0x51, 0x07, 0xbe, 0xb5, 0x6b, 0x39, 0x71,
0x8b, 0x9c, 0xcb, 0x6d, 0x91, 0xda, 0xef, 0x15, 0x38, 0x37, 0x76, 0x4b, 0xc2, 0xc4, 0x75, 0x68,
0xb1, 0x93, 0x47, 0x9a, 0xa1, 0xc6, 0x4e, 0x15, 0x7e, 0x75, 0x9a, 0xc2, 0x23, 0x70, 0x7d, 0x0c,
0x3f, 0x26, 0x64, 0x21, 0xbf, 0x90, 0x87, 0x70, 0x6e, 0x03, 0x07, 0x82, 0x01, 0xfd, 0x86, 0xc9,
0xf1, 0x43, 0x40, 0xd2, 0x97, 0x0a, 0x63, 0xbe, 0xf4, 0xe7, 0x82, 0xf4, 0x25, 0xc6, 0xaa, 0xeb,
0xee, 0x7b, 0xe8, 0x22, 0x54, 0x25, 0x88, 0xb0, 0x8a, 0x68, 0x03, 0xbd, 0x01, 0x25, 0x2a, 0x29,
0x37, 0x89, 0xe6, 0xca, 0xe5, 0xec, 0x33, 0xc5, 0x68, 0xea, 0x1c, 0x1e, 0x75, 0xa1, 0x49, 0x02,
0xc3, 0x0f, 0x7a, 0x43, 0x8f, 0xb0, 0x7b, 0x66, 0x86, 0x53, 0x5b, 0xd1, 0x92, 0x14, 0x64, 0x88,
0xdc, 0x22, 0x83, 0x6d, 0x01, 0xa9, 0x37, 0x18, 0x66, 0xb8, 0x44, 0xef, 0x43, 0x1d, 0xbb, 0x66,
0x44, 0xa8, 0x98, 0x9b, 0x50, 0x0d, 0xbb, 0xa6, 0x24, 0x13, 0xdd, 0x4f, 0x29, 0xff, 0xfd, 0x7c,
0xa5, 0x40, 0x7b, 0xfc, 0x82, 0x4e, 0x12, 0x28, 0xdf, 0xe2, 0x48, 0x98, 0x5f, 0xd0, 0x54, 0x0f,
0x97, 0x97, 0xa4, 0x0b, 0x14, 0xcd, 0x82, 0xe7, 0x22, 0x69, 0xd8, 0x97, 0x27, 0x66, 0x2c, 0x5f,
0x2a, 0xb0, 0x90, 0xe6, 0x75, 0x92, 0x73, 0xff, 0x1f, 0x94, 0x2c, 0x77, 0xdf, 0x0b, 0x8f, 0xbd,
0x38, 0xc5, 0xcf, 0x28, 0x2f, 0x0e, 0xac, 0x39, 0x70, 0x61, 0x03, 0x07, 0x5d, 0x97, 0x60, 0x3f,
0x58, 0xb5, 0x5c, 0xdb, 0x1b, 0x6c, 0x1b, 0xc1, 0xc1, 0x09, 0x7c, 0x24, 0x61, 0xee, 0x85, 0x94,
0xb9, 0x6b, 0x7f, 0x50, 0xe0, 0x62, 0x36, 0x3f, 0x71, 0xf4, 0x0e, 0x54, 0xf6, 0x2d, 0x6c, 0x9b,
0x54, 0x67, 0x0a, 0xd3, 0x99, 0x5c, 0x53, 0x5f, 0x19, 0x52, 0x60, 0x71, 0xc2, 0xcb, 0x13, 0x0c,
0x74, 0x27, 0xf0, 0x2d, 0x77, 0xb0, 0x69, 0x91, 0x40, 0xe7, 0xf0, 0x31, 0x7d, 0xaa, 0xf9, 0x2d,
0xf3, 0xa7, 0x0a, 0x2c, 0x6e, 0xe0, 0xe0, 0x8e, 0x0c, 0xb5, 0xf4, 0xbb, 0x45, 0x02, 0xab, 0x4f,
0x9e, 0x6c, 0x11, 0x91, 0x91, 0x33, 0xb5, 0x9f, 0x29, 0x70, 0x69, 0xa2, 0x30, 0x42, 0x75, 0x22,
0x94, 0x84, 0x81, 0x36, 0x3b, 0x94, 0x7c, 0x1b, 0x3f, 0xfc, 0xd8, 0xb0, 0x47, 0x78, 0xdb, 0xb0,
0x7c, 0x1e, 0x4a, 0x8e, 0x19, 0x58, 0xff, 0xa4, 0xc0, 0xf3, 0x1b, 0x38, 0xd8, 0x0e, 0xd3, 0xcc,
0x33, 0xd4, 0x4e, 0x8e, 0x8a, 0xe2, 0x6b, 0x7e, 0x99, 0x99, 0xd2, 0x3e, 0x13, 0xf5, 0x2d, 0x32,
0x3f, 0x88, 0x39, 0xe4, 0x1d, 0x5e, 0x0b, 0x08, 0xe5, 0x69, 0x8f, 0x54, 0xa8, 0x7f, 0x2c, 0xea,
0x03, 0x96, 0x46, 0xd2, 0x7a, 0x50, 0xb2, 0xf5, 0x10, 0x2b, 0x29, 0xb2, 0xaa, 0x8c, 0x0d, 0x68,
0x10, 0x8c, 0x0f, 0x8f, 0x93, 0x34, 0xea, 0x14, 0x51, 0x06, 0xfb, 0x4d, 0x38, 0x3d, 0x72, 0xf7,
0x69, 0x59, 0x8b, 0x4d, 0x71, 0x0a, 0x5e, 0x5d, 0xce, 0x8e, 0x3c, 0xe3, 0x88, 0xe8, 0x03, 0x98,
0x4f, 0xd3, 0x2a, 0xe5, 0xa2, 0x95, 0x46, 0x43, 0x5d, 0x68, 0x99, 0xbe, 0x37, 0x1c, 0x62, 0xb3,
0x47, 0x42, 0x52, 0xe5, 0x7c, 0xa4, 0x04, 0x5e, 0x48, 0x4a, 0xfb, 0x89, 0x02, 0x0b, 0x9f, 0x18,
0x41, 0xff, 0x60, 0xcd, 0x11, 0x97, 0x73, 0x02, 0xd3, 0x7e, 0x07, 0xaa, 0xf7, 0xc4, 0x45, 0x84,
0xf1, 0xeb, 0x52, 0x86, 0x40, 0xf1, 0x2b, 0xd7, 0x23, 0x0c, 0xed, 0x1b, 0x05, 0xce, 0xb2, 0x26,
0x22, 0x94, 0xee, 0xe9, 0x3b, 0xd9, 0x8c, 0x46, 0x02, 0x5d, 0x85, 0xa6, 0x63, 0xf8, 0x87, 0x3b,
0x11, 0x4c, 0x89, 0xc1, 0xa4, 0x76, 0xb5, 0x07, 0x00, 0x62, 0xb5, 0x45, 0x06, 0xc7, 0x90, 0xff,
0x4d, 0x98, 0x13, 0x5c, 0x85, 0xbf, 0xcd, 0xba, 0xd8, 0x10, 0x5c, 0xfb, 0xa7, 0x02, 0xcd, 0x28,
0x82, 0x32, 0xaf, 0x6a, 0x42, 0x41, 0xfa, 0x52, 0xa1, 0xbb, 0x86, 0xde, 0x81, 0x32, 0x6f, 0x1b,
0x05, 0xed, 0x2b, 0x49, 0xda, 0xa2, 0xa5, 0x8c, 0x85, 0x61, 0xb6, 0xa1, 0x0b, 0x24, 0xaa, 0x23,
0x19, 0x75, 0x78, 0x87, 0xa1, 0xea, 0xb1, 0x1d, 0xd4, 0x85, 0xf9, 0x64, 0xd1, 0x16, 0xfa, 0xcc,
0xd2, 0xa4, 0x68, 0xb3, 0x66, 0x04, 0x06, 0x0b, 0x36, 0xcd, 0x44, 0xcd, 0x46, 0xb4, 0xff, 0x96,
0xa0, 0x16, 0x3b, 0xe5, 0xd8, 0x49, 0xd2, 0x57, 0x5a, 0x98, 0x1d, 0x37, 0xd5, 0xf1, 0xce, 0xe1,
0x0a, 0x34, 0x2d, 0x96, 0xab, 0x7b, 0xc2, 0x14, 0x59, 0x70, 0xad, 0xea, 0x0d, 0xbe, 0x2b, 0xfc,
0x02, 0x2d, 0x42, 0xcd, 0x1d, 0x39, 0x3d, 0x6f, 0xbf, 0xe7, 0x7b, 0xf7, 0x89, 0x68, 0x41, 0xaa,
0xee, 0xc8, 0xf9, 0xce, 0xbe, 0xee, 0xdd, 0x27, 0x51, 0x95, 0x5b, 0x3e, 0x62, 0x95, 0xbb, 0x08,
0x35, 0xc7, 0x78, 0x40, 0xa9, 0xf6, 0xdc, 0x91, 0xc3, 0xba, 0x13, 0x55, 0xaf, 0x3a, 0xc6, 0x03,
0xdd, 0xbb, 0x7f, 0x77, 0xe4, 0xa0, 0x65, 0x68, 0xd9, 0x06, 0x09, 0x7a, 0xf1, 0xf6, 0xa6, 0xc2,
0xda, 0x9b, 0x26, 0xdd, 0x7f, 0x3f, 0x6a, 0x71, 0xc6, 0xeb, 0xe5, 0xea, 0x09, 0xea, 0x65, 0xd3,
0xb1, 0x23, 0x42, 0x90, 0xbf, 0x5e, 0x36, 0x1d, 0x5b, 0x92, 0x79, 0x13, 0xe6, 0xf6, 0x58, 0x05,
0x44, 0xda, 0xb5, 0x89, 0x11, 0x6a, 0x9d, 0x16, 0x3f, 0xbc, 0x50, 0xd2, 0x43, 0x70, 0xf4, 0x36,
0x54, 0x59, 0xea, 0x61, 0xb8, 0xf5, 0x5c, 0xb8, 0x11, 0x02, 0xc5, 0x36, 0xb1, 0x1d, 0x18, 0x0c,
0xbb, 0x91, 0x0f, 0x5b, 0x22, 0xa0, 0x57, 0xe1, 0x4c, 0xdf, 0xc7, 0x46, 0x80, 0xcd, 0xd5, 0x87,
0x7b, 0xb6, 0x8d, 0xfb, 0x81, 0xe5, 0xb9, 0xdd, 0xb5, 0x76, 0x91, 0x7d, 0x4b, 0xc0, 0xb4, 0xdf,
0x2a, 0xd0, 0x10, 0x5b, 0x93, 0xa1, 0xe7, 0x12, 0x8c, 0x6e, 0x43, 0x99, 0x04, 0x46, 0x30, 0x22,
0x62, 0xf7, 0x0b, 0x99, 0xbb, 0xef, 0x30, 0x14, 0x5d, 0xa0, 0xe6, 0xda, 0x5e, 0x1d, 0xdf, 0x1e,
0x2d, 0x02, 0x10, 0x3c, 0x70, 0xb0, 0x1b, 0x74, 0xd7, 0x48, 0xbb, 0xb8, 0xa4, 0x2e, 0xab, 0x7a,
0x0c, 0xa2, 0xfd, 0x52, 0x81, 0xd6, 0x4e, 0xb8, 0x0c, 0xb5, 0x73, 0x16, 0x4a, 0x7d, 0x6f, 0xe4,
0x06, 0x4c, 0xc0, 0x86, 0xce, 0x17, 0xe8, 0x32, 0xd4, 0xfb, 0x07, 0x86, 0xeb, 0x62, 0xbb, 0xe7,
0x1a, 0x0e, 0x66, 0xa2, 0x54, 0xf5, 0x9a, 0x80, 0xdd, 0x35, 0x1c, 0x9c, 0x4b, 0xa2, 0x25, 0xa8,
0x0d, 0x0d, 0x3f, 0xb0, 0x12, 0x3a, 0x8b, 0x83, 0xb4, 0xdf, 0x2b, 0xb0, 0xf0, 0x0e, 0x21, 0xd6,
0xc0, 0x1d, 0x93, 0x6c, 0x01, 0xca, 0xae, 0x67, 0xe2, 0xee, 0x1a, 0x13, 0x4d, 0xd5, 0xc5, 0x0a,
0x5d, 0x80, 0xea, 0x10, 0x63, 0xbf, 0xe7, 0x7b, 0x76, 0x28, 0x58, 0x85, 0x02, 0x74, 0xcf, 0xc6,
0xe8, 0x7d, 0x38, 0x4d, 0x52, 0x8c, 0x48, 0x5b, 0x5d, 0x52, 0x97, 0x6b, 0x2b, 0xcf, 0xdd, 0x1c,
0xb3, 0xb2, 0x9b, 0xe9, 0x4d, 0xf5, 0x71, 0x6a, 0xed, 0x51, 0x01, 0xce, 0x48, 0x3c, 0x2e, 0x2b,
0xfd, 0x9b, 0x6a, 0x8e, 0xe0, 0x81, 0x14, 0x8f, 0x2f, 0xf2, 0x68, 0x4e, 0xaa, 0x5c, 0x8d, 0xab,
0x3c, 0x87, 0x81, 0xa5, 0xf5, 0x59, 0x1a, 0xd3, 0x27, 0xba, 0x04, 0x35, 0xfc, 0x60, 0x68, 0xf9,
0xb8, 0x17, 0x58, 0x0e, 0x6e, 0x97, 0x97, 0x94, 0xe5, 0xa2, 0x0e, 0x1c, 0xb4, 0x6b, 0x39, 0x71,
0x8b, 0x9c, 0xcb, 0x6d, 0x91, 0xda, 0x1f, 0x14, 0x38, 0x37, 0x76, 0x4b, 0xc2, 0xc4, 0x75, 0x68,
0xb1, 0x93, 0x47, 0x9a, 0xa1, 0xc6, 0x4e, 0x15, 0x7e, 0x75, 0x9a, 0xc2, 0x23, 0x74, 0x7d, 0x8c,
0x3e, 0x26, 0x64, 0x21, 0xbf, 0x90, 0x87, 0x70, 0x6e, 0x03, 0x07, 0x62, 0x03, 0xfa, 0x0d, 0x93,
0xe3, 0x87, 0x80, 0xa4, 0x2f, 0x15, 0xc6, 0x7c, 0xe9, 0x2f, 0x05, 0xe9, 0x4b, 0x6c, 0xab, 0xae,
0xbb, 0xef, 0xa1, 0x8b, 0x50, 0x95, 0x28, 0xc2, 0x2a, 0x22, 0x00, 0x7a, 0x0d, 0x4a, 0x54, 0x52,
0x6e, 0x12, 0xcd, 0x95, 0xcb, 0xd9, 0x67, 0x8a, 0xf1, 0xd4, 0x39, 0x3e, 0xea, 0x42, 0x93, 0x04,
0x86, 0x1f, 0xf4, 0x86, 0x1e, 0x61, 0xf7, 0xcc, 0x0c, 0xa7, 0xb6, 0xa2, 0x25, 0x39, 0xc8, 0x10,
0xb9, 0x45, 0x06, 0xdb, 0x02, 0x53, 0x6f, 0x30, 0xca, 0x70, 0x89, 0xde, 0x85, 0x3a, 0x76, 0xcd,
0x88, 0x51, 0x31, 0x37, 0xa3, 0x1a, 0x76, 0x4d, 0xc9, 0x26, 0xba, 0x9f, 0x52, 0xfe, 0xfb, 0xf9,
0x52, 0x81, 0xf6, 0xf8, 0x05, 0x9d, 0x24, 0x50, 0xbe, 0xc1, 0x89, 0x30, 0xbf, 0xa0, 0xa9, 0x1e,
0x2e, 0x2f, 0x49, 0x17, 0x24, 0x9a, 0x05, 0xcf, 0x44, 0xd2, 0xb0, 0x2f, 0x4f, 0xcc, 0x58, 0xbe,
0x50, 0x60, 0x21, 0xbd, 0xd7, 0x49, 0xce, 0xfd, 0x2d, 0x28, 0x59, 0xee, 0xbe, 0x17, 0x1e, 0x7b,
0x71, 0x8a, 0x9f, 0xd1, 0xbd, 0x38, 0xb2, 0xe6, 0xc0, 0x85, 0x0d, 0x1c, 0x74, 0x5d, 0x82, 0xfd,
0x60, 0xd5, 0x72, 0x6d, 0x6f, 0xb0, 0x6d, 0x04, 0x07, 0x27, 0xf0, 0x91, 0x84, 0xb9, 0x17, 0x52,
0xe6, 0xae, 0xfd, 0x51, 0x81, 0x8b, 0xd9, 0xfb, 0x89, 0xa3, 0x77, 0xa0, 0xb2, 0x6f, 0x61, 0xdb,
0xa4, 0x3a, 0x53, 0x98, 0xce, 0xe4, 0x9a, 0xfa, 0xca, 0x90, 0x22, 0x8b, 0x13, 0x5e, 0x9e, 0x60,
0xa0, 0x3b, 0x81, 0x6f, 0xb9, 0x83, 0x4d, 0x8b, 0x04, 0x3a, 0xc7, 0x8f, 0xe9, 0x53, 0xcd, 0x6f,
0x99, 0x3f, 0x53, 0x60, 0x71, 0x03, 0x07, 0x77, 0x64, 0xa8, 0xa5, 0xdf, 0x2d, 0x12, 0x58, 0x7d,
0xf2, 0x64, 0x8b, 0x88, 0x8c, 0x9c, 0xa9, 0xfd, 0x5c, 0x81, 0x4b, 0x13, 0x85, 0x11, 0xaa, 0x13,
0xa1, 0x24, 0x0c, 0xb4, 0xd9, 0xa1, 0xe4, 0xbb, 0xf8, 0xe1, 0x87, 0x86, 0x3d, 0xc2, 0xdb, 0x86,
0xe5, 0xf3, 0x50, 0x72, 0xcc, 0xc0, 0xfa, 0x67, 0x05, 0x9e, 0xdd, 0xc0, 0xc1, 0x76, 0x98, 0x66,
0x9e, 0xa2, 0x76, 0x72, 0x54, 0x14, 0x5f, 0xf1, 0xcb, 0xcc, 0x94, 0xf6, 0xa9, 0xa8, 0x6f, 0x91,
0xf9, 0x41, 0xcc, 0x21, 0xef, 0xf0, 0x5a, 0x40, 0x28, 0x4f, 0x7b, 0xa4, 0x42, 0xfd, 0x43, 0x51,
0x1f, 0xb0, 0x34, 0x92, 0xd6, 0x83, 0x92, 0xad, 0x87, 0x58, 0x49, 0x91, 0x55, 0x65, 0x6c, 0x40,
0x83, 0x60, 0x7c, 0x78, 0x9c, 0xa4, 0x51, 0xa7, 0x84, 0x32, 0xd8, 0x6f, 0xc2, 0xe9, 0x91, 0xbb,
0x4f, 0xcb, 0x5a, 0x6c, 0x8a, 0x53, 0xf0, 0xea, 0x72, 0x76, 0xe4, 0x19, 0x27, 0x44, 0xef, 0xc1,
0x7c, 0x9a, 0x57, 0x29, 0x17, 0xaf, 0x34, 0x19, 0xea, 0x42, 0xcb, 0xf4, 0xbd, 0xe1, 0x10, 0x9b,
0x3d, 0x12, 0xb2, 0x2a, 0xe7, 0x63, 0x25, 0xe8, 0x42, 0x56, 0xda, 0x4f, 0x15, 0x58, 0xf8, 0xc8,
0x08, 0xfa, 0x07, 0x6b, 0x8e, 0xb8, 0x9c, 0x13, 0x98, 0xf6, 0x5b, 0x50, 0xbd, 0x27, 0x2e, 0x22,
0x8c, 0x5f, 0x97, 0x32, 0x04, 0x8a, 0x5f, 0xb9, 0x1e, 0x51, 0x68, 0x5f, 0x2b, 0x70, 0x96, 0x35,
0x11, 0xa1, 0x74, 0xdf, 0xbc, 0x93, 0xcd, 0x68, 0x24, 0xd0, 0x55, 0x68, 0x3a, 0x86, 0x7f, 0xb8,
0x13, 0xe1, 0x94, 0x18, 0x4e, 0x0a, 0xaa, 0x3d, 0x00, 0x10, 0xab, 0x2d, 0x32, 0x38, 0x86, 0xfc,
0xaf, 0xc3, 0x9c, 0xd8, 0x55, 0xf8, 0xdb, 0xac, 0x8b, 0x0d, 0xd1, 0xb5, 0x7f, 0x29, 0xd0, 0x8c,
0x22, 0x28, 0xf3, 0xaa, 0x26, 0x14, 0xa4, 0x2f, 0x15, 0xba, 0x6b, 0xe8, 0x2d, 0x28, 0xf3, 0xb6,
0x51, 0xf0, 0xbe, 0x92, 0xe4, 0x2d, 0x5a, 0xca, 0x58, 0x18, 0x66, 0x00, 0x5d, 0x10, 0x51, 0x1d,
0xc9, 0xa8, 0xc3, 0x3b, 0x0c, 0x55, 0x8f, 0x41, 0x50, 0x17, 0xe6, 0x93, 0x45, 0x5b, 0xe8, 0x33,
0x4b, 0x93, 0xa2, 0xcd, 0x9a, 0x11, 0x18, 0x2c, 0xd8, 0x34, 0x13, 0x35, 0x1b, 0xd1, 0xfe, 0x57,
0x82, 0x5a, 0xec, 0x94, 0x63, 0x27, 0x49, 0x5f, 0x69, 0x61, 0x76, 0xdc, 0x54, 0xc7, 0x3b, 0x87,
0x2b, 0xd0, 0xb4, 0x58, 0xae, 0xee, 0x09, 0x53, 0x64, 0xc1, 0xb5, 0xaa, 0x37, 0x38, 0x54, 0xf8,
0x05, 0x5a, 0x84, 0x9a, 0x3b, 0x72, 0x7a, 0xde, 0x7e, 0xcf, 0xf7, 0xee, 0x13, 0xd1, 0x82, 0x54,
0xdd, 0x91, 0xf3, 0xbd, 0x7d, 0xdd, 0xbb, 0x4f, 0xa2, 0x2a, 0xb7, 0x7c, 0xc4, 0x2a, 0x77, 0x11,
0x6a, 0x8e, 0xf1, 0x80, 0x72, 0xed, 0xb9, 0x23, 0x87, 0x75, 0x27, 0xaa, 0x5e, 0x75, 0x8c, 0x07,
0xba, 0x77, 0xff, 0xee, 0xc8, 0x41, 0xcb, 0xd0, 0xb2, 0x0d, 0x12, 0xf4, 0xe2, 0xed, 0x4d, 0x85,
0xb5, 0x37, 0x4d, 0x0a, 0x7f, 0x37, 0x6a, 0x71, 0xc6, 0xeb, 0xe5, 0xea, 0x09, 0xea, 0x65, 0xd3,
0xb1, 0x23, 0x46, 0x90, 0xbf, 0x5e, 0x36, 0x1d, 0x5b, 0xb2, 0x79, 0x1d, 0xe6, 0xf6, 0x58, 0x05,
0x44, 0xda, 0xb5, 0x89, 0x11, 0x6a, 0x9d, 0x16, 0x3f, 0xbc, 0x50, 0xd2, 0x43, 0x74, 0xf4, 0x26,
0x54, 0x59, 0xea, 0x61, 0xb4, 0xf5, 0x5c, 0xb4, 0x11, 0x01, 0xa5, 0x36, 0xb1, 0x1d, 0x18, 0x8c,
0xba, 0x91, 0x8f, 0x5a, 0x12, 0xa0, 0x97, 0xe1, 0x4c, 0xdf, 0xc7, 0x46, 0x80, 0xcd, 0xd5, 0x87,
0x77, 0x3c, 0x67, 0x68, 0x30, 0x63, 0x6a, 0x37, 0x97, 0x94, 0xe5, 0x8a, 0x9e, 0xf5, 0x89, 0x06,
0x86, 0xbe, 0x5c, 0xad, 0xfb, 0x9e, 0xd3, 0x9e, 0xe7, 0x81, 0x21, 0xb9, 0x8b, 0x9e, 0x07, 0x08,
0x43, 0xb7, 0x11, 0xb4, 0x5b, 0xec, 0x16, 0xab, 0x62, 0xe7, 0xbd, 0x40, 0xfb, 0x02, 0xce, 0x46,
0x16, 0x12, 0xbb, 0x8d, 0xf1, 0x8b, 0x55, 0x8e, 0x7b, 0xb1, 0xd3, 0x6b, 0xd7, 0xbf, 0x14, 0x61,
0x61, 0xc7, 0xb8, 0x87, 0x9f, 0x7c, 0x99, 0x9c, 0x2b, 0x1e, 0x6f, 0xc2, 0x69, 0x56, 0x19, 0xaf,
0xc4, 0xe4, 0x99, 0x92, 0x81, 0xe3, 0xd7, 0x39, 0x8e, 0x88, 0xde, 0xa5, 0xa5, 0x03, 0xee, 0x1f,
0x6e, 0x7b, 0x56, 0x94, 0x7d, 0x9f, 0xcf, 0xa0, 0x73, 0x47, 0x42, 0xe9, 0x71, 0x0c, 0xb4, 0x3d,
0x1e, 0xda, 0x78, 0xde, 0xbd, 0x36, 0xb5, 0xff, 0x8a, 0xb4, 0x9f, 0x8e, 0x70, 0xa8, 0x0d, 0x73,
0x22, 0xbb, 0x33, 0xbf, 0xaf, 0xe8, 0xe1, 0x12, 0x6d, 0xc3, 0x19, 0x7e, 0x82, 0x1d, 0x61, 0xd4,
0xfc, 0xf0, 0x95, 0x5c, 0x87, 0xcf, 0x42, 0x4d, 0xfa, 0x44, 0xf5, 0xa8, 0x3e, 0xd1, 0x86, 0x39,
0x61, 0xa7, 0x2c, 0x16, 0x54, 0xf4, 0x70, 0x49, 0x9b, 0x08, 0x88, 0x34, 0x36, 0x63, 0x16, 0xf0,
0x2d, 0xa8, 0x48, 0x1b, 0x2e, 0xe4, 0xb6, 0x61, 0x89, 0x93, 0x8e, 0xc2, 0x6a, 0x2a, 0x0a, 0x6b,
0xff, 0x52, 0xa0, 0xbe, 0x46, 0x85, 0xde, 0xf4, 0x06, 0x2c, 0x67, 0x5c, 0x81, 0xa6, 0x8f, 0xfb,
0x9e, 0x6f, 0xf6, 0xb0, 0x1b, 0xf8, 0x16, 0xe6, 0xfd, 0x66, 0x51, 0x6f, 0xf0, 0xdd, 0xf7, 0xf9,
0x26, 0x05, 0xa3, 0x81, 0x95, 0x04, 0x86, 0x33, 0xec, 0xed, 0x53, 0x07, 0x2e, 0x70, 0x30, 0xb9,
0xcb, 0xfc, 0xf7, 0x32, 0xd4, 0x23, 0xb0, 0xc0, 0x63, 0xfc, 0x8b, 0x7a, 0x4d, 0xee, 0xed, 0x7a,
0xe8, 0x45, 0x68, 0x32, 0xad, 0xf5, 0x6c, 0x6f, 0xd0, 0xa3, 0xbd, 0x99, 0x48, 0x27, 0x75, 0x53,
0x88, 0x45, 0x6f, 0x23, 0x09, 0x45, 0xac, 0xcf, 0xb1, 0x48, 0x28, 0x12, 0x6a, 0xc7, 0xfa, 0x1c,
0xd3, 0x6c, 0xde, 0xa0, 0xd9, 0xf1, 0xae, 0x67, 0xe2, 0xdd, 0x63, 0xd6, 0x12, 0x39, 0xe6, 0x72,
0x17, 0xa1, 0x2a, 0x4f, 0x20, 0x8e, 0x14, 0x6d, 0xa0, 0x75, 0x68, 0x86, 0x65, 0x66, 0x8f, 0x77,
0x0f, 0xc5, 0x89, 0xb5, 0x5d, 0x2c, 0xbf, 0x11, 0xbd, 0x11, 0xa2, 0xb1, 0xa5, 0xb6, 0x0e, 0xf5,
0xf8, 0x67, 0xca, 0x75, 0x27, 0x6d, 0x28, 0x72, 0x83, 0xda, 0xdb, 0xdd, 0x91, 0x43, 0xef, 0x54,
0x84, 0x8e, 0x70, 0xa9, 0x7d, 0xa9, 0x40, 0x43, 0x24, 0xe5, 0x1d, 0x39, 0x37, 0x66, 0x47, 0x53,
0xd8, 0xd1, 0xd8, 0xdf, 0xe8, 0xff, 0x93, 0x43, 0xa7, 0x17, 0x33, 0xdd, 0x9c, 0x11, 0x61, 0xf5,
0x6f, 0x22, 0x23, 0xe7, 0xe9, 0x56, 0x1f, 0x51, 0x43, 0x13, 0x57, 0xc3, 0x0c, 0xad, 0x0d, 0x73,
0x86, 0x69, 0xfa, 0x98, 0x10, 0x21, 0x47, 0xb8, 0xa4, 0x5f, 0xee, 0x61, 0x9f, 0x84, 0x26, 0xaf,
0xea, 0xe1, 0x12, 0xbd, 0x0d, 0x15, 0x59, 0x30, 0xab, 0x59, 0x45, 0x52, 0x5c, 0x4e, 0xd1, 0x5d,
0x49, 0x0c, 0xed, 0xeb, 0x02, 0x34, 0x85, 0xc2, 0x56, 0x45, 0xd6, 0x9c, 0xee, 0x7c, 0xab, 0x50,
0xdf, 0x8f, 0xbc, 0x7b, 0xda, 0x14, 0x25, 0x1e, 0x04, 0x12, 0x38, 0xb3, 0x1c, 0x30, 0x99, 0xb7,
0x8b, 0x27, 0xca, 0xdb, 0xa5, 0x23, 0xc6, 0x28, 0xed, 0xfb, 0x50, 0x8b, 0x7d, 0x61, 0xc1, 0x95,
0xcf, 0x55, 0x84, 0x2a, 0xc2, 0x25, 0xba, 0x1d, 0x95, 0x25, 0x5c, 0x07, 0xe7, 0x33, 0x98, 0xa4,
0x2a, 0x12, 0xed, 0x8f, 0x0a, 0x94, 0x05, 0xe5, 0x4b, 0x50, 0x13, 0xd1, 0x84, 0x95, 0x6c, 0x9c,
0x3a, 0x88, 0x2d, 0x5a, 0xb3, 0x3d, 0xbe, 0x70, 0x72, 0x1e, 0x2a, 0xa9, 0x40, 0x32, 0x27, 0x22,
0x7a, 0xf8, 0x29, 0x16, 0x3d, 0xe8, 0x27, 0x16, 0x38, 0xbe, 0x51, 0xd8, 0x4c, 0x58, 0xc7, 0x7d,
0xef, 0x1e, 0xf6, 0x1f, 0x9e, 0x7c, 0xf2, 0xf6, 0x56, 0xcc, 0x52, 0x73, 0xb6, 0x76, 0x12, 0x01,
0xbd, 0x15, 0xa9, 0x5b, 0xcd, 0x1a, 0x3c, 0xc4, 0x43, 0x87, 0xb0, 0xb3, 0x48, 0xed, 0x3f, 0xe7,
0x33, 0xc4, 0xe4, 0x51, 0x8e, 0x5b, 0x92, 0x3c, 0x96, 0x8e, 0x41, 0xfb, 0xa5, 0x02, 0xe7, 0x37,
0x70, 0xb0, 0x9e, 0xec, 0xcb, 0x9f, 0xb5, 0x54, 0x0e, 0x74, 0xb2, 0x84, 0x3a, 0xc9, 0xad, 0x77,
0xa0, 0x22, 0x27, 0x0c, 0x7c, 0xba, 0x2b, 0xd7, 0xda, 0x8f, 0x15, 0x68, 0x0b, 0x2e, 0x8c, 0x27,
0xad, 0x86, 0x6d, 0x1c, 0x60, 0xf3, 0x69, 0xb7, 0xbc, 0xff, 0x50, 0xa0, 0x15, 0x0f, 0xe5, 0x2c,
0x1a, 0xbf, 0x0e, 0x25, 0x36, 0x59, 0x10, 0x12, 0xcc, 0x34, 0x56, 0x0e, 0x4d, 0x43, 0x06, 0xab,
0xd0, 0x76, 0x65, 0xd6, 0x11, 0xcb, 0x28, 0x9f, 0xa8, 0x47, 0xcf, 0x27, 0x22, 0xbf, 0x7a, 0x23,
0x4a, 0x97, 0x4f, 0xee, 0xa2, 0x0d, 0xed, 0xab, 0x02, 0xb4, 0xa3, 0x56, 0xe2, 0xa9, 0x07, 0xf4,
0x09, 0x85, 0xa6, 0xfa, 0x98, 0x0a, 0xcd, 0xe2, 0x51, 0x83, 0xf8, 0xdf, 0x0b, 0xd0, 0x8c, 0xd4,
0xb1, 0x6d, 0x1b, 0x2e, 0x5a, 0x80, 0xf2, 0xd0, 0x36, 0xa2, 0x89, 0xa0, 0x58, 0xa1, 0x1d, 0x59,
0x99, 0x24, 0x15, 0xf0, 0x72, 0xd6, 0xe5, 0x4c, 0xd0, 0xb0, 0x9e, 0x22, 0x41, 0x5b, 0x34, 0x5e,
0xe4, 0xb3, 0x46, 0x5b, 0x54, 0x43, 0xdc, 0x0a, 0x68, 0x8f, 0x7d, 0x03, 0x90, 0xb8, 0xba, 0x9e,
0xe5, 0xf6, 0x08, 0xee, 0x7b, 0xae, 0xc9, 0x2f, 0xb5, 0xa4, 0xb7, 0xc4, 0x97, 0xae, 0xbb, 0xc3,
0xf7, 0xd1, 0xeb, 0x50, 0x0c, 0x1e, 0x0e, 0x79, 0x78, 0x6e, 0x66, 0x86, 0xbd, 0x48, 0xae, 0xdd,
0x87, 0x43, 0xac, 0x33, 0x70, 0xb4, 0x08, 0x40, 0x49, 0x05, 0xbe, 0x71, 0x0f, 0xdb, 0xe1, 0x6f,
0x99, 0xd1, 0x0e, 0x35, 0xd3, 0x70, 0x56, 0x31, 0xc7, 0x73, 0x82, 0x58, 0x6a, 0x7f, 0x2d, 0x40,
0x2b, 0x22, 0xa9, 0x63, 0x32, 0xb2, 0x83, 0x89, 0xfa, 0x9b, 0xde, 0xa0, 0xcd, 0xca, 0xf4, 0xef,
0x42, 0x4d, 0xcc, 0x4d, 0x8e, 0x70, 0xd1, 0xc0, 0x51, 0x36, 0xa7, 0x58, 0x5e, 0xe9, 0x31, 0x59,
0x5e, 0xf9, 0xa8, 0x96, 0xb7, 0x03, 0x0b, 0x61, 0x40, 0x8b, 0x00, 0xb6, 0x70, 0x60, 0x4c, 0xa9,
0x24, 0x2e, 0x41, 0x8d, 0x27, 0x2a, 0x9e, 0xa1, 0x79, 0x71, 0x0d, 0x7b, 0xb2, 0xeb, 0xd4, 0x7e,
0x00, 0x67, 0x59, 0x40, 0x48, 0x8f, 0x57, 0xf3, 0xcc, 0xba, 0x35, 0x59, 0xba, 0xd3, 0x32, 0x9d,
0x5b, 0x77, 0x55, 0x4f, 0xec, 0x69, 0x9b, 0xf0, 0x5c, 0x8a, 0xfe, 0x09, 0x02, 0xbe, 0xf6, 0x37,
0x05, 0xce, 0xaf, 0xf9, 0xde, 0xf0, 0x63, 0xcb, 0x0f, 0x46, 0x86, 0x9d, 0x1c, 0xd8, 0x3f, 0x99,
0xe6, 0xe3, 0x83, 0x58, 0x8e, 0xe1, 0x41, 0xe7, 0x46, 0xc6, 0x95, 0x8d, 0x0b, 0x25, 0xae, 0x2a,
0x96, 0x91, 0xfe, 0xa3, 0x66, 0x09, 0x2f, 0xe0, 0x66, 0x44, 0xd2, 0x3c, 0x29, 0x38, 0x73, 0x1a,
0xa1, 0x1e, 0x77, 0x1a, 0x31, 0xc1, 0xfa, 0x8b, 0x8f, 0xc9, 0xfa, 0x8f, 0x5a, 0x3c, 0xa3, 0x0f,
0x20, 0x39, 0x29, 0x62, 0x61, 0xe7, 0x58, 0x23, 0xa6, 0x55, 0x80, 0x68, 0x6a, 0x22, 0x5e, 0x5b,
0xe4, 0x21, 0x13, 0xc3, 0xa2, 0xb7, 0x25, 0x23, 0x0d, 0x9b, 0x76, 0x26, 0xba, 0xfc, 0x0f, 0xa1,
0x93, 0x65, 0xa5, 0x27, 0xb1, 0xfc, 0x5f, 0x15, 0x00, 0xba, 0xce, 0xd0, 0xf3, 0x83, 0x5d, 0x83,
0x1c, 0x1e, 0xaf, 0x5c, 0xba, 0x06, 0xf3, 0x91, 0xc1, 0xc4, 0x0d, 0xbe, 0x19, 0x6d, 0x33, 0x9b,
0xbf, 0x02, 0x4d, 0x59, 0xb9, 0x71, 0x38, 0x95, 0x8f, 0x9c, 0xe5, 0x2e, 0x03, 0xbb, 0x00, 0x55,
0xdf, 0xbb, 0xdf, 0xa3, 0x9e, 0x64, 0xb2, 0x14, 0x53, 0xd1, 0x2b, 0xbe, 0x77, 0x9f, 0xfa, 0x97,
0x89, 0xce, 0xc1, 0x5c, 0x60, 0x90, 0xc3, 0x9e, 0x65, 0x8a, 0xe2, 0xbf, 0x4c, 0x97, 0x5d, 0x13,
0x9d, 0x85, 0xd2, 0xbe, 0x65, 0x63, 0x1e, 0x00, 0xab, 0x3a, 0x5f, 0xa0, 0x37, 0xc2, 0x9f, 0xce,
0xe7, 0x72, 0xff, 0xf4, 0xc7, 0xe0, 0xaf, 0xff, 0x5a, 0x81, 0xd3, 0x63, 0x95, 0x0d, 0x6a, 0x02,
0x7c, 0xe4, 0xf6, 0x45, 0xc9, 0xd7, 0x3a, 0x85, 0xea, 0x50, 0x09, 0x0b, 0xc0, 0x96, 0x82, 0x6a,
0x30, 0xb7, 0xeb, 0x31, 0xe8, 0x56, 0x01, 0xb5, 0xa0, 0xce, 0x11, 0x47, 0xfd, 0x3e, 0x26, 0xa4,
0xa5, 0xca, 0x9d, 0x75, 0xc3, 0xb2, 0x47, 0x3e, 0x6e, 0x15, 0x51, 0x03, 0xaa, 0xbb, 0x9e, 0x8e,
0x6d, 0x6c, 0x10, 0xdc, 0x2a, 0x21, 0x04, 0x4d, 0xb1, 0x08, 0x91, 0xca, 0xb1, 0xbd, 0x10, 0x6d,
0xee, 0xfa, 0x7e, 0xbc, 0x54, 0xa0, 0xf9, 0x13, 0x9d, 0x83, 0x33, 0x1f, 0xb9, 0x26, 0xde, 0xb7,
0x5c, 0x6c, 0x46, 0x9f, 0x5a, 0xa7, 0xd0, 0x19, 0x98, 0xef, 0xba, 0x2e, 0xf6, 0x63, 0x9b, 0x0a,
0xdd, 0xdc, 0xc2, 0xfe, 0x00, 0xc7, 0x36, 0x0b, 0xe8, 0x34, 0x34, 0xb6, 0xac, 0x07, 0xb1, 0x2d,
0x75, 0xe5, 0xdf, 0x67, 0xa0, 0x4a, 0x9b, 0xfd, 0x3b, 0x9e, 0xe7, 0x9b, 0x68, 0x08, 0x88, 0xfd,
0x4e, 0xed, 0x0c, 0x3d, 0x57, 0x3e, 0xe8, 0x40, 0xaf, 0x4e, 0xb0, 0xf0, 0x71, 0x50, 0x11, 0x4e,
0x3b, 0x57, 0x27, 0x60, 0xa4, 0xc0, 0xb5, 0x53, 0xc8, 0x61, 0x1c, 0x69, 0xfd, 0xb1, 0x6b, 0xf5,
0x0f, 0xc3, 0x5f, 0x24, 0xa6, 0x70, 0x4c, 0x81, 0x86, 0x1c, 0x53, 0xef, 0x44, 0xc4, 0x82, 0x3f,
0x26, 0x08, 0xdd, 0x47, 0x3b, 0x85, 0x3e, 0x83, 0xb3, 0x1b, 0x38, 0x88, 0x7e, 0x3f, 0x0e, 0x19,
0xae, 0x4c, 0x66, 0x38, 0x06, 0x7c, 0x44, 0x96, 0x9b, 0x50, 0x62, 0x5d, 0x04, 0xca, 0xaa, 0xd4,
0xe3, 0xaf, 0x1a, 0x3b, 0x4b, 0x93, 0x01, 0x24, 0xb5, 0x1f, 0xc2, 0x7c, 0xea, 0xd5, 0x16, 0x7a,
0x29, 0x03, 0x2d, 0xfb, 0xfd, 0x5d, 0xe7, 0x7a, 0x1e, 0x50, 0xc9, 0x6b, 0x00, 0xcd, 0xe4, 0xaf,
0xdc, 0x68, 0x39, 0x03, 0x3f, 0xf3, 0xc5, 0x4d, 0xe7, 0xa5, 0x1c, 0x90, 0x92, 0x91, 0x03, 0xad,
0xf4, 0x2b, 0x22, 0x74, 0x7d, 0x2a, 0x81, 0xa4, 0xb9, 0xbd, 0x9c, 0x0b, 0x56, 0xb2, 0x7b, 0xc8,
0x8c, 0x60, 0xec, 0x15, 0x0b, 0xba, 0x99, 0x4d, 0x66, 0xd2, 0xf3, 0x9a, 0xce, 0xad, 0xdc, 0xf0,
0x92, 0xf5, 0x8f, 0xf8, 0xf4, 0x22, 0xeb, 0x25, 0x08, 0x7a, 0x2d, 0x9b, 0xdc, 0x94, 0x27, 0x2c,
0x9d, 0x95, 0xa3, 0xa0, 0x48, 0x21, 0xbe, 0x60, 0x63, 0x87, 0x8c, 0xd7, 0x14, 0x69, 0xbf, 0x0b,
0xe9, 0x4d, 0x7e, 0x26, 0xd2, 0x79, 0xed, 0x08, 0x18, 0x52, 0x00, 0x2f, 0xfd, 0x4e, 0x2b, 0x74,
0xc3, 0x5b, 0x33, 0xad, 0xe6, 0x78, 0x3e, 0xf8, 0x29, 0xcc, 0xa7, 0x7e, 0xfb, 0xc9, 0xf4, 0x9a,
0xec, 0xdf, 0x87, 0x3a, 0xd3, 0x32, 0x24, 0x77, 0xc9, 0xd4, 0x14, 0x07, 0x4d, 0xb0, 0xfe, 0x8c,
0x49, 0x4f, 0xe7, 0x7a, 0x1e, 0x50, 0x79, 0x10, 0xc2, 0xc2, 0x65, 0x6a, 0x12, 0x82, 0x6e, 0x64,
0xd3, 0xc8, 0x9e, 0xe2, 0x74, 0x5e, 0xc9, 0x09, 0x2d, 0x99, 0xf6, 0x00, 0x36, 0x70, 0xb0, 0x85,
0x03, 0x9f, 0xda, 0xc8, 0xd5, 0x4c, 0x95, 0x47, 0x00, 0x21, 0x9b, 0x6b, 0x33, 0xe1, 0x24, 0x83,
0xef, 0x02, 0x0a, 0x53, 0x6c, 0xec, 0x97, 0xc7, 0x17, 0xa6, 0xf6, 0x94, 0xbc, 0x01, 0x9c, 0x75,
0x37, 0x9f, 0x41, 0x6b, 0xcb, 0x70, 0x69, 0x25, 0x15, 0xd1, 0xbd, 0x91, 0x29, 0x58, 0x1a, 0x6c,
0x82, 0xb6, 0x26, 0x42, 0xcb, 0xc3, 0xdc, 0x97, 0x39, 0xd4, 0x90, 0x2e, 0x88, 0xd3, 0xb1, 0x25,
0xd2, 0x46, 0x0a, 0x70, 0x42, 0x6c, 0x99, 0x02, 0x2f, 0x19, 0x3f, 0x52, 0xd8, 0x6b, 0xc0, 0x14,
0xc0, 0x27, 0x56, 0x70, 0xb0, 0x6d, 0x1b, 0x2e, 0xc9, 0x23, 0x02, 0x03, 0x3c, 0x82, 0x08, 0x02,
0x5e, 0x8a, 0x60, 0x42, 0x23, 0xd1, 0xb2, 0xa1, 0xac, 0x9f, 0x0f, 0xb3, 0x9a, 0xc6, 0xce, 0xf2,
0x6c, 0x40, 0xc9, 0xe5, 0x00, 0x1a, 0xa1, 0xbd, 0x72, 0xe5, 0xbe, 0x34, 0x49, 0xd2, 0x08, 0x66,
0x82, 0xbb, 0x65, 0x83, 0xc6, 0xdd, 0x6d, 0xbc, 0x1a, 0x47, 0xf9, 0xba, 0xb8, 0x69, 0xee, 0x36,
0xb9, 0xc4, 0xd7, 0x4e, 0xa1, 0x75, 0x28, 0xf3, 0x72, 0x1d, 0x65, 0xfd, 0x82, 0x1b, 0x55, 0xf2,
0x33, 0x6c, 0x7f, 0xe5, 0xb7, 0x25, 0xa8, 0x84, 0xbf, 0xe3, 0x3c, 0x83, 0xca, 0xee, 0x19, 0x94,
0x5a, 0x9f, 0xc2, 0x7c, 0xea, 0xc9, 0x57, 0x66, 0x24, 0xce, 0x7e, 0x16, 0x36, 0x2b, 0x94, 0x7c,
0x22, 0xfe, 0x11, 0x44, 0x46, 0xdd, 0x6b, 0x93, 0xca, 0xb5, 0x74, 0xc0, 0x9d, 0x41, 0xf8, 0x89,
0x87, 0xd7, 0xbb, 0x00, 0xb1, 0xf0, 0x37, 0x7d, 0x54, 0x47, 0x3d, 0x7a, 0x96, 0xc0, 0x8f, 0xc9,
0x40, 0x57, 0x6f, 0x7f, 0xef, 0xb5, 0x81, 0x15, 0x1c, 0x8c, 0xf6, 0xe8, 0x97, 0x5b, 0x1c, 0xf4,
0x15, 0xcb, 0x13, 0x7f, 0xdd, 0x0a, 0x2d, 0xe3, 0x16, 0xc3, 0xbe, 0x45, 0x89, 0x0f, 0xf7, 0xf6,
0xca, 0x6c, 0x75, 0xfb, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd3, 0xfd, 0xdd, 0x78, 0x72, 0x34,
0x00, 0x00,
0x86, 0xbe, 0x5c, 0xad, 0xfb, 0x9e, 0xd3, 0x9e, 0xe7, 0x81, 0x21, 0x09, 0x45, 0xcf, 0x02, 0x84,
0xa1, 0xdb, 0x08, 0xda, 0x2d, 0x76, 0x8b, 0x55, 0x01, 0x79, 0x27, 0xd0, 0x3e, 0x87, 0xb3, 0x91,
0x85, 0xc4, 0x6e, 0x63, 0xfc, 0x62, 0x95, 0xe3, 0x5e, 0xec, 0xf4, 0xda, 0xf5, 0xaf, 0x45, 0x58,
0xd8, 0x31, 0xee, 0xe1, 0x27, 0x5f, 0x26, 0xe7, 0x8a, 0xc7, 0x9b, 0x70, 0x9a, 0x55, 0xc6, 0x2b,
0x31, 0x79, 0xa6, 0x64, 0xe0, 0xf8, 0x75, 0x8e, 0x13, 0xa2, 0xb7, 0x69, 0xe9, 0x80, 0xfb, 0x87,
0xdb, 0x9e, 0x15, 0x65, 0xdf, 0x67, 0x33, 0xf8, 0xdc, 0x91, 0x58, 0x7a, 0x9c, 0x02, 0x6d, 0x8f,
0x87, 0x36, 0x9e, 0x77, 0xaf, 0x4d, 0xed, 0xbf, 0x22, 0xed, 0xa7, 0x23, 0x1c, 0x6a, 0xc3, 0x9c,
0xc8, 0xee, 0xcc, 0xef, 0x2b, 0x7a, 0xb8, 0x44, 0xdb, 0x70, 0x86, 0x9f, 0x60, 0x47, 0x18, 0x35,
0x3f, 0x7c, 0x25, 0xd7, 0xe1, 0xb3, 0x48, 0x93, 0x3e, 0x51, 0x3d, 0xaa, 0x4f, 0xb4, 0x61, 0x4e,
0xd8, 0x29, 0x8b, 0x05, 0x15, 0x3d, 0x5c, 0xd2, 0x26, 0x02, 0x22, 0x8d, 0xcd, 0x98, 0x05, 0x7c,
0x07, 0x2a, 0xd2, 0x86, 0x0b, 0xb9, 0x6d, 0x58, 0xd2, 0xa4, 0xa3, 0xb0, 0x9a, 0x8a, 0xc2, 0xda,
0xbf, 0x15, 0xa8, 0xaf, 0x51, 0xa1, 0x37, 0xbd, 0x01, 0xcb, 0x19, 0x57, 0xa0, 0xe9, 0xe3, 0xbe,
0xe7, 0x9b, 0x3d, 0xec, 0x06, 0xbe, 0x85, 0x79, 0xbf, 0x59, 0xd4, 0x1b, 0x1c, 0xfa, 0x2e, 0x07,
0x52, 0x34, 0x1a, 0x58, 0x49, 0x60, 0x38, 0xc3, 0xde, 0x3e, 0x75, 0xe0, 0x02, 0x47, 0x93, 0x50,
0xe6, 0xbf, 0x97, 0xa1, 0x1e, 0xa1, 0x05, 0x1e, 0xdb, 0xbf, 0xa8, 0xd7, 0x24, 0x6c, 0xd7, 0x43,
0xcf, 0x43, 0x93, 0x69, 0xad, 0x67, 0x7b, 0x83, 0x1e, 0xed, 0xcd, 0x44, 0x3a, 0xa9, 0x9b, 0x42,
0x2c, 0x7a, 0x1b, 0x49, 0x2c, 0x62, 0x7d, 0x86, 0x45, 0x42, 0x91, 0x58, 0x3b, 0xd6, 0x67, 0x98,
0x66, 0xf3, 0x06, 0xcd, 0x8e, 0x77, 0x3d, 0x13, 0xef, 0x1e, 0xb3, 0x96, 0xc8, 0x31, 0x97, 0xbb,
0x08, 0x55, 0x79, 0x02, 0x71, 0xa4, 0x08, 0x80, 0xd6, 0xa1, 0x19, 0x96, 0x99, 0x3d, 0xde, 0x3d,
0x14, 0x27, 0xd6, 0x76, 0xb1, 0xfc, 0x46, 0xf4, 0x46, 0x48, 0xc6, 0x96, 0xda, 0x3a, 0xd4, 0xe3,
0x9f, 0xe9, 0xae, 0x3b, 0x69, 0x43, 0x91, 0x00, 0x6a, 0x6f, 0x77, 0x47, 0x0e, 0xbd, 0x53, 0x11,
0x3a, 0xc2, 0xa5, 0xf6, 0x85, 0x02, 0x0d, 0x91, 0x94, 0x77, 0xe4, 0xdc, 0x98, 0x1d, 0x4d, 0x61,
0x47, 0x63, 0x7f, 0xa3, 0x6f, 0x27, 0x87, 0x4e, 0xcf, 0x67, 0xba, 0x39, 0x63, 0xc2, 0xea, 0xdf,
0x44, 0x46, 0xce, 0xd3, 0xad, 0x3e, 0xa2, 0x86, 0x26, 0xae, 0x86, 0x19, 0x5a, 0x1b, 0xe6, 0x0c,
0xd3, 0xf4, 0x31, 0x21, 0x42, 0x8e, 0x70, 0x49, 0xbf, 0xdc, 0xc3, 0x3e, 0x09, 0x4d, 0x5e, 0xd5,
0xc3, 0x25, 0x7a, 0x13, 0x2a, 0xb2, 0x60, 0x56, 0xb3, 0x8a, 0xa4, 0xb8, 0x9c, 0xa2, 0xbb, 0x92,
0x14, 0xda, 0x57, 0x05, 0x68, 0x0a, 0x85, 0xad, 0x8a, 0xac, 0x39, 0xdd, 0xf9, 0x56, 0xa1, 0xbe,
0x1f, 0x79, 0xf7, 0xb4, 0x29, 0x4a, 0x3c, 0x08, 0x24, 0x68, 0x66, 0x39, 0x60, 0x32, 0x6f, 0x17,
0x4f, 0x94, 0xb7, 0x4b, 0x47, 0x8c, 0x51, 0xda, 0x0f, 0xa1, 0x16, 0xfb, 0xc2, 0x82, 0x2b, 0x9f,
0xab, 0x08, 0x55, 0x84, 0x4b, 0x74, 0x3b, 0x2a, 0x4b, 0xb8, 0x0e, 0xce, 0x67, 0x6c, 0x92, 0xaa,
0x48, 0xb4, 0x3f, 0x29, 0x50, 0x16, 0x9c, 0x2f, 0x41, 0x4d, 0x44, 0x13, 0x56, 0xb2, 0x71, 0xee,
0x20, 0x40, 0xb4, 0x66, 0x7b, 0x7c, 0xe1, 0xe4, 0x3c, 0x54, 0x52, 0x81, 0x64, 0x4e, 0x44, 0xf4,
0xf0, 0x53, 0x2c, 0x7a, 0xd0, 0x4f, 0x2c, 0x70, 0x7c, 0xad, 0xb0, 0x99, 0xb0, 0x8e, 0xfb, 0xde,
0x3d, 0xec, 0x3f, 0x3c, 0xf9, 0xe4, 0xed, 0x8d, 0x98, 0xa5, 0xe6, 0x6c, 0xed, 0x24, 0x01, 0x7a,
0x23, 0x52, 0xb7, 0x9a, 0x35, 0x78, 0x88, 0x87, 0x0e, 0x61, 0x67, 0x91, 0xda, 0x7f, 0xc1, 0x67,
0x88, 0xc9, 0xa3, 0x1c, 0xb7, 0x24, 0x79, 0x2c, 0x1d, 0x83, 0xf6, 0x2b, 0x05, 0xce, 0x6f, 0xe0,
0x60, 0x3d, 0xd9, 0x97, 0x3f, 0x6d, 0xa9, 0x1c, 0xe8, 0x64, 0x09, 0x75, 0x92, 0x5b, 0xef, 0x40,
0x45, 0x4e, 0x18, 0xf8, 0x74, 0x57, 0xae, 0xb5, 0x9f, 0x28, 0xd0, 0x16, 0xbb, 0xb0, 0x3d, 0x69,
0x35, 0x6c, 0xe3, 0x00, 0x9b, 0xdf, 0x74, 0xcb, 0xfb, 0x4f, 0x05, 0x5a, 0xf1, 0x50, 0xce, 0xa2,
0xf1, 0xab, 0x50, 0x62, 0x93, 0x05, 0x21, 0xc1, 0x4c, 0x63, 0xe5, 0xd8, 0x34, 0x64, 0xb0, 0x0a,
0x6d, 0x57, 0x66, 0x1d, 0xb1, 0x8c, 0xf2, 0x89, 0x7a, 0xf4, 0x7c, 0x22, 0xf2, 0xab, 0x37, 0xa2,
0x7c, 0xf9, 0xe4, 0x2e, 0x02, 0x68, 0x5f, 0x16, 0xa0, 0x1d, 0xb5, 0x12, 0xdf, 0x78, 0x40, 0x9f,
0x50, 0x68, 0xaa, 0x8f, 0xa9, 0xd0, 0x2c, 0x1e, 0x35, 0x88, 0xff, 0xa3, 0x00, 0xcd, 0x48, 0x1d,
0xdb, 0xb6, 0xe1, 0xa2, 0x05, 0x28, 0x0f, 0x6d, 0x23, 0x9a, 0x08, 0x8a, 0x15, 0xda, 0x91, 0x95,
0x49, 0x52, 0x01, 0x2f, 0x66, 0x5d, 0xce, 0x04, 0x0d, 0xeb, 0x29, 0x16, 0xb4, 0x45, 0xe3, 0x45,
0x3e, 0x6b, 0xb4, 0x45, 0x35, 0xc4, 0xad, 0x80, 0xf6, 0xd8, 0x37, 0x00, 0x89, 0xab, 0xeb, 0x59,
0x6e, 0x8f, 0xe0, 0xbe, 0xe7, 0x9a, 0xfc, 0x52, 0x4b, 0x7a, 0x4b, 0x7c, 0xe9, 0xba, 0x3b, 0x1c,
0x8e, 0x5e, 0x85, 0x62, 0xf0, 0x70, 0xc8, 0xc3, 0x73, 0x33, 0x33, 0xec, 0x45, 0x72, 0xed, 0x3e,
0x1c, 0x62, 0x9d, 0xa1, 0xa3, 0x45, 0x00, 0xca, 0x2a, 0xf0, 0x8d, 0x7b, 0xd8, 0x0e, 0x7f, 0xcb,
0x8c, 0x20, 0xd4, 0x4c, 0xc3, 0x59, 0xc5, 0x1c, 0xcf, 0x09, 0x62, 0xa9, 0xfd, 0xad, 0x00, 0xad,
0x88, 0xa5, 0x8e, 0xc9, 0xc8, 0x0e, 0x26, 0xea, 0x6f, 0x7a, 0x83, 0x36, 0x2b, 0xd3, 0xbf, 0x0d,
0x35, 0x31, 0x37, 0x39, 0xc2, 0x45, 0x03, 0x27, 0xd9, 0x9c, 0x62, 0x79, 0xa5, 0xc7, 0x64, 0x79,
0xe5, 0xa3, 0x5a, 0xde, 0x0e, 0x2c, 0x84, 0x01, 0x2d, 0x42, 0xd8, 0xc2, 0x81, 0x31, 0xa5, 0x92,
0xb8, 0x04, 0x35, 0x9e, 0xa8, 0x78, 0x86, 0xe6, 0xc5, 0x35, 0xec, 0xc9, 0xae, 0x53, 0xfb, 0x11,
0x9c, 0x65, 0x01, 0x21, 0x3d, 0x5e, 0xcd, 0x33, 0xeb, 0xd6, 0x64, 0xe9, 0x4e, 0xcb, 0x74, 0x6e,
0xdd, 0x55, 0x3d, 0x01, 0xd3, 0x36, 0xe1, 0x99, 0x14, 0xff, 0x13, 0x04, 0x7c, 0xed, 0xef, 0x0a,
0x9c, 0x5f, 0xf3, 0xbd, 0xe1, 0x87, 0x96, 0x1f, 0x8c, 0x0c, 0x3b, 0x39, 0xb0, 0x7f, 0x32, 0xcd,
0xc7, 0x7b, 0xb1, 0x1c, 0xc3, 0x83, 0xce, 0x8d, 0x8c, 0x2b, 0x1b, 0x17, 0x4a, 0x5c, 0x55, 0x2c,
0x23, 0xfd, 0x57, 0xcd, 0x12, 0x5e, 0xe0, 0xcd, 0x88, 0xa4, 0x79, 0x52, 0x70, 0xe6, 0x34, 0x42,
0x3d, 0xee, 0x34, 0x62, 0x82, 0xf5, 0x17, 0x1f, 0x93, 0xf5, 0x1f, 0xb5, 0x78, 0x46, 0xef, 0x41,
0x72, 0x52, 0xc4, 0xc2, 0xce, 0xb1, 0x46, 0x4c, 0xab, 0x00, 0xd1, 0xd4, 0x44, 0xbc, 0xb6, 0xc8,
0xc3, 0x26, 0x46, 0x45, 0x6f, 0x4b, 0x46, 0x1a, 0x36, 0xed, 0x4c, 0x74, 0xf9, 0xef, 0x43, 0x27,
0xcb, 0x4a, 0x4f, 0x62, 0xf9, 0xbf, 0x2e, 0x00, 0x74, 0x9d, 0xa1, 0xe7, 0x07, 0xbb, 0x06, 0x39,
0x3c, 0x5e, 0xb9, 0x74, 0x0d, 0xe6, 0x23, 0x83, 0x89, 0x1b, 0x7c, 0x33, 0x02, 0x33, 0x9b, 0xbf,
0x02, 0x4d, 0x59, 0xb9, 0x71, 0x3c, 0x95, 0x8f, 0x9c, 0x25, 0x94, 0xa1, 0x5d, 0x80, 0xaa, 0xef,
0xdd, 0xef, 0x51, 0x4f, 0x32, 0x59, 0x8a, 0xa9, 0xe8, 0x15, 0xdf, 0xbb, 0x4f, 0xfd, 0xcb, 0x44,
0xe7, 0x60, 0x2e, 0x30, 0xc8, 0x61, 0xcf, 0x32, 0x45, 0xf1, 0x5f, 0xa6, 0xcb, 0xae, 0x89, 0xce,
0x42, 0x69, 0xdf, 0xb2, 0x31, 0x0f, 0x80, 0x55, 0x9d, 0x2f, 0xd0, 0x6b, 0xe1, 0x4f, 0xe7, 0x73,
0xb9, 0x7f, 0xfa, 0xe3, 0xbf, 0x9e, 0x7f, 0x02, 0x28, 0xd2, 0xcb, 0xc9, 0xca, 0xc9, 0x4b, 0x50,
0xa3, 0x16, 0xe8, 0x7a, 0x26, 0xa6, 0x62, 0x73, 0x1f, 0x83, 0x10, 0xd4, 0x35, 0xaf, 0xff, 0x46,
0x81, 0xd3, 0x63, 0x55, 0x14, 0x6a, 0x02, 0x7c, 0xe0, 0xf6, 0x45, 0x79, 0xd9, 0x3a, 0x85, 0xea,
0x50, 0x09, 0x8b, 0xcd, 0x96, 0x82, 0x6a, 0x30, 0xb7, 0xeb, 0x31, 0xec, 0x56, 0x01, 0xb5, 0xa0,
0xce, 0x09, 0x47, 0xfd, 0x3e, 0x26, 0xa4, 0xa5, 0x4a, 0xc8, 0xba, 0x61, 0xd9, 0x23, 0x1f, 0xb7,
0x8a, 0xa8, 0x01, 0xd5, 0x5d, 0x4f, 0xc7, 0x36, 0x36, 0x08, 0x6e, 0x95, 0x10, 0x82, 0xa6, 0x58,
0x84, 0x44, 0xe5, 0x18, 0x2c, 0x24, 0x9b, 0xbb, 0xbe, 0x1f, 0x2f, 0x4b, 0x68, 0xae, 0x46, 0xe7,
0xe0, 0xcc, 0x07, 0xae, 0x89, 0xf7, 0x2d, 0x17, 0x9b, 0xd1, 0xa7, 0xd6, 0x29, 0x74, 0x06, 0xe6,
0xbb, 0xae, 0x8b, 0xfd, 0x18, 0x50, 0xa1, 0xc0, 0x2d, 0xec, 0x0f, 0x70, 0x0c, 0x58, 0x40, 0xa7,
0xa1, 0xb1, 0x65, 0x3d, 0x88, 0x81, 0xd4, 0x95, 0xff, 0x9c, 0x81, 0xea, 0x9a, 0x11, 0x18, 0x77,
0x3c, 0xcf, 0x37, 0xd1, 0x10, 0x10, 0xfb, 0x4d, 0xdc, 0x19, 0x7a, 0xae, 0x7c, 0x3c, 0x82, 0x5e,
0x9e, 0xe0, 0x4d, 0xe3, 0xa8, 0x22, 0x74, 0x77, 0xae, 0x4e, 0xa0, 0x48, 0xa1, 0x6b, 0xa7, 0x90,
0xc3, 0x76, 0xa4, 0xb5, 0xce, 0xae, 0xd5, 0x3f, 0x0c, 0x7f, 0xfd, 0x98, 0xb2, 0x63, 0x0a, 0x35,
0xdc, 0x31, 0xf5, 0x26, 0x45, 0x2c, 0xf8, 0xc3, 0x85, 0xd0, 0x8c, 0xb4, 0x53, 0xe8, 0x53, 0x38,
0xbb, 0x81, 0x83, 0xe8, 0xb7, 0xea, 0x70, 0xc3, 0x95, 0xc9, 0x1b, 0x8e, 0x21, 0x1f, 0x71, 0xcb,
0x4d, 0x28, 0xb1, 0x8e, 0x05, 0x65, 0x75, 0x05, 0xf1, 0x17, 0x94, 0x9d, 0xa5, 0xc9, 0x08, 0x92,
0xdb, 0x27, 0x30, 0x9f, 0x7a, 0x21, 0x86, 0x5e, 0xc8, 0x20, 0xcb, 0x7e, 0xeb, 0xd7, 0xb9, 0x9e,
0x07, 0x55, 0xee, 0x35, 0x80, 0x66, 0xf2, 0x17, 0x75, 0xb4, 0x9c, 0x41, 0x9f, 0xf9, 0xba, 0xa7,
0xf3, 0x42, 0x0e, 0x4c, 0xb9, 0x91, 0x03, 0xad, 0xf4, 0x8b, 0x25, 0x74, 0x7d, 0x2a, 0x83, 0xa4,
0xb9, 0xbd, 0x98, 0x0b, 0x57, 0x6e, 0xf7, 0x90, 0x19, 0xc1, 0xd8, 0x8b, 0x19, 0x74, 0x33, 0x9b,
0xcd, 0xa4, 0xa7, 0x3c, 0x9d, 0x5b, 0xb9, 0xf1, 0xe5, 0xd6, 0x3f, 0xe6, 0x93, 0x92, 0xac, 0x57,
0x27, 0xe8, 0x95, 0x6c, 0x76, 0x53, 0x9e, 0xcb, 0x74, 0x56, 0x8e, 0x42, 0x22, 0x85, 0xf8, 0x9c,
0x8d, 0x38, 0x32, 0x5e, 0x6e, 0xa4, 0xfd, 0x2e, 0xe4, 0x37, 0xf9, 0x49, 0x4a, 0xe7, 0x95, 0x23,
0x50, 0x48, 0x01, 0xbc, 0xf4, 0x9b, 0xb0, 0xd0, 0x0d, 0x6f, 0xcd, 0xb4, 0x9a, 0xe3, 0xf9, 0xe0,
0xc7, 0x30, 0x9f, 0xfa, 0x9d, 0x29, 0xd3, 0x6b, 0xb2, 0x7f, 0x8b, 0xea, 0x4c, 0xcb, 0x36, 0xdc,
0x25, 0x53, 0x13, 0x23, 0x34, 0xc1, 0xfa, 0x33, 0xa6, 0x4a, 0x9d, 0xeb, 0x79, 0x50, 0xe5, 0x41,
0x08, 0x0b, 0x97, 0xa9, 0xa9, 0x0b, 0xba, 0x91, 0xcd, 0x23, 0x7b, 0x62, 0xd4, 0x79, 0x29, 0x27,
0xb6, 0xdc, 0xb4, 0x07, 0xb0, 0x81, 0x83, 0x2d, 0x1c, 0xf8, 0xd4, 0x46, 0xae, 0x66, 0xaa, 0x3c,
0x42, 0x08, 0xb7, 0xb9, 0x36, 0x13, 0x4f, 0x6e, 0xf0, 0x7d, 0x40, 0x61, 0x8a, 0x8d, 0xfd, 0xca,
0xf9, 0xdc, 0xd4, 0xfe, 0x95, 0x37, 0x9b, 0xb3, 0xee, 0xe6, 0x53, 0x68, 0x6d, 0x19, 0x2e, 0xad,
0xda, 0x22, 0xbe, 0x37, 0x32, 0x05, 0x4b, 0xa3, 0x4d, 0xd0, 0xd6, 0x44, 0x6c, 0x79, 0x98, 0xfb,
0x32, 0x87, 0x1a, 0xd2, 0x05, 0x71, 0x3a, 0xb6, 0x44, 0xda, 0x48, 0x21, 0x4e, 0x88, 0x2d, 0x53,
0xf0, 0xe5, 0xc6, 0x8f, 0x14, 0xf6, 0xf2, 0x30, 0x85, 0xf0, 0x91, 0x15, 0x1c, 0x6c, 0xdb, 0x86,
0x4b, 0xf2, 0x88, 0xc0, 0x10, 0x8f, 0x20, 0x82, 0xc0, 0x97, 0x22, 0x98, 0xd0, 0x48, 0xb4, 0x87,
0x28, 0xeb, 0xa7, 0xca, 0xac, 0x06, 0xb5, 0xb3, 0x3c, 0x1b, 0x51, 0xee, 0x72, 0x00, 0x8d, 0xd0,
0x5e, 0xb9, 0x72, 0x5f, 0x98, 0x24, 0x69, 0x84, 0x33, 0xc1, 0xdd, 0xb2, 0x51, 0xe3, 0xee, 0x36,
0x5e, 0xf9, 0xa3, 0x7c, 0x1d, 0xe3, 0x34, 0x77, 0x9b, 0xdc, 0x4e, 0x68, 0xa7, 0xd0, 0x36, 0x94,
0x79, 0x09, 0x8c, 0xb2, 0x7e, 0x2d, 0x8e, 0xaa, 0xe3, 0xce, 0x95, 0xa9, 0x9f, 0x23, 0x8e, 0x2b,
0xbf, 0x2b, 0x41, 0x25, 0xfc, 0xf5, 0xe8, 0x29, 0xd4, 0x78, 0x4f, 0xa1, 0xe8, 0xfa, 0x18, 0xe6,
0x53, 0x0f, 0xcd, 0x32, 0x63, 0x72, 0xf6, 0x63, 0xb4, 0x59, 0x41, 0xe5, 0x23, 0xf1, 0xef, 0x27,
0x32, 0xfe, 0x5e, 0x9b, 0x54, 0xb8, 0xa5, 0x43, 0xef, 0x0c, 0xc6, 0x4f, 0x3c, 0xd0, 0xde, 0x05,
0x88, 0x05, 0xc2, 0xe9, 0x03, 0x42, 0xea, 0xdb, 0xb3, 0x04, 0x5e, 0xcf, 0x6b, 0xaa, 0xd3, 0xf9,
0xac, 0xde, 0xfe, 0xc1, 0x2b, 0x03, 0x2b, 0x38, 0x18, 0xed, 0xd1, 0x2f, 0xb7, 0x38, 0xea, 0x4b,
0x96, 0x27, 0xfe, 0xba, 0x15, 0x5a, 0xc6, 0x2d, 0x46, 0x7d, 0x8b, 0x32, 0x1f, 0xee, 0xed, 0x95,
0xd9, 0xea, 0xf6, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0xe2, 0xae, 0xfb, 0xcd, 0xe8, 0x34, 0x00,
0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
@ -3488,7 +3538,7 @@ type DataCoordClient interface {
GetFlushState(ctx context.Context, in *milvuspb.GetFlushStateRequest, opts ...grpc.CallOption) (*milvuspb.GetFlushStateResponse, error)
DropVirtualChannel(ctx context.Context, in *DropVirtualChannelRequest, opts ...grpc.CallOption) (*DropVirtualChannelResponse, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error)
Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*ImportTaskResponse, error)
}
type dataCoordClient struct {
@ -3697,8 +3747,8 @@ func (c *dataCoordClient) DropVirtualChannel(ctx context.Context, in *DropVirtua
return out, nil
}
func (c *dataCoordClient) Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error) {
out := new(commonpb.Status)
func (c *dataCoordClient) Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*ImportTaskResponse, error) {
out := new(ImportTaskResponse)
err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/Import", in, out, opts...)
if err != nil {
return nil, err
@ -3732,7 +3782,7 @@ type DataCoordServer interface {
GetFlushState(context.Context, *milvuspb.GetFlushStateRequest) (*milvuspb.GetFlushStateResponse, error)
DropVirtualChannel(context.Context, *DropVirtualChannelRequest) (*DropVirtualChannelResponse, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
Import(context.Context, *ImportTask) (*commonpb.Status, error)
Import(context.Context, *ImportTask) (*ImportTaskResponse, error)
}
// UnimplementedDataCoordServer can be embedded to have forward compatible implementations.
@ -3805,7 +3855,7 @@ func (*UnimplementedDataCoordServer) GetFlushState(ctx context.Context, req *mil
func (*UnimplementedDataCoordServer) DropVirtualChannel(ctx context.Context, req *DropVirtualChannelRequest) (*DropVirtualChannelResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method DropVirtualChannel not implemented")
}
func (*UnimplementedDataCoordServer) Import(ctx context.Context, req *ImportTask) (*commonpb.Status, error) {
func (*UnimplementedDataCoordServer) Import(ctx context.Context, req *ImportTask) (*ImportTaskResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method Import not implemented")
}

View File

@ -3,6 +3,11 @@ package milvus.proto.milvus;
option go_package = "github.com/milvus-io/milvus/internal/proto/milvuspb";
option java_multiple_files = true;
option java_package = "io.milvus.grpc";
option java_outer_classname = "MilvusProto";
option java_generate_equals_and_hash = true;
import "common.proto";
import "schema.proto";
@ -808,7 +813,7 @@ message GetImportStateRequest {
message GetImportStateResponse {
common.Status status = 1;
common.ImportState state = 2; // is this import task finished or not
common.ImportState state = 2; // is this import task finished or not
int64 row_count = 3; // if the task is finished, this value is how many rows are imported. if the task is not finished, this value is how many rows are parsed. return 0 if failed.
repeated int64 id_list = 4; // auto generated ids if the primary key is autoid
repeated common.KeyValuePair infos = 5; // more informations about the task, progress percent, file path, failed reason, etc.

View File

@ -5271,245 +5271,246 @@ func init() {
func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) }
var fileDescriptor_02345ba45cc0e303 = []byte{
// 3800 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3b, 0xcd, 0x73, 0x1c, 0xc7,
0x57, 0x9a, 0x5d, 0xed, 0xd7, 0xdb, 0x5d, 0x69, 0xd5, 0x92, 0xe5, 0xf5, 0xfa, 0x4b, 0x9e, 0x5f,
0xfc, 0xb3, 0x6c, 0xff, 0x6c, 0xc7, 0x72, 0xbe, 0x70, 0x80, 0xc4, 0x96, 0x88, 0xad, 0x8a, 0x6d,
0x94, 0x51, 0x12, 0x2a, 0xa4, 0x5c, 0x53, 0xa3, 0x9d, 0xd6, 0x6a, 0x4a, 0xb3, 0x33, 0x9b, 0xe9,
0x5e, 0xcb, 0xca, 0x29, 0x55, 0xa1, 0xa0, 0xa8, 0x84, 0xa4, 0x28, 0x28, 0x3e, 0x0e, 0x70, 0xe0,
0xe3, 0xc0, 0x01, 0x8a, 0x10, 0x0a, 0x28, 0x2e, 0x70, 0xa0, 0x0a, 0x0e, 0x54, 0xf1, 0x71, 0xe1,
0xc0, 0x85, 0x7f, 0x80, 0x1b, 0x47, 0x0e, 0x54, 0x7f, 0xcc, 0xec, 0xcc, 0x6c, 0xcf, 0x6a, 0xe5,
0x8d, 0x91, 0x74, 0x9b, 0x79, 0xfd, 0x5e, 0xf7, 0xeb, 0xd7, 0xef, 0xa3, 0xfb, 0xf5, 0x6b, 0xa8,
0x75, 0x1d, 0xf7, 0x59, 0x9f, 0xdc, 0xec, 0x05, 0x3e, 0xf5, 0xd1, 0x7c, 0xfc, 0xef, 0xa6, 0xf8,
0x69, 0xd5, 0xda, 0x7e, 0xb7, 0xeb, 0x7b, 0x02, 0xd8, 0xaa, 0x91, 0xf6, 0x0e, 0xee, 0x5a, 0xe2,
0x4f, 0xff, 0x7d, 0x0d, 0xd0, 0x6a, 0x80, 0x2d, 0x8a, 0xef, 0xb9, 0x8e, 0x45, 0x0c, 0xfc, 0x59,
0x1f, 0x13, 0x8a, 0x5e, 0x85, 0xe9, 0x2d, 0x8b, 0xe0, 0xa6, 0xb6, 0xa4, 0x2d, 0x57, 0x57, 0xce,
0xdd, 0x4c, 0x74, 0x2b, 0xbb, 0x7b, 0x4c, 0x3a, 0xf7, 0x2d, 0x82, 0x0d, 0x8e, 0x89, 0x4e, 0x43,
0xc9, 0xde, 0x32, 0x3d, 0xab, 0x8b, 0x9b, 0xb9, 0x25, 0x6d, 0xb9, 0x62, 0x14, 0xed, 0xad, 0x27,
0x56, 0x17, 0xa3, 0x2b, 0x30, 0xdb, 0xf6, 0x5d, 0x17, 0xb7, 0xa9, 0xe3, 0x7b, 0x02, 0x21, 0xcf,
0x11, 0x66, 0x06, 0x60, 0x8e, 0xb8, 0x00, 0x05, 0x8b, 0xf1, 0xd0, 0x9c, 0xe6, 0xcd, 0xe2, 0x47,
0x27, 0xd0, 0x58, 0x0b, 0xfc, 0xde, 0xcb, 0xe2, 0x2e, 0x1a, 0x34, 0x1f, 0x1f, 0xf4, 0xf7, 0x34,
0x98, 0xbb, 0xe7, 0x52, 0x1c, 0x1c, 0x53, 0xa1, 0xfc, 0x4e, 0x0e, 0x4e, 0x8b, 0x55, 0x5b, 0x8d,
0xd0, 0x8f, 0x92, 0xcb, 0x45, 0x28, 0x0a, 0xad, 0xe2, 0x6c, 0xd6, 0x0c, 0xf9, 0x87, 0xce, 0x03,
0x90, 0x1d, 0x2b, 0xb0, 0x89, 0xe9, 0xf5, 0xbb, 0xcd, 0xc2, 0x92, 0xb6, 0x5c, 0x30, 0x2a, 0x02,
0xf2, 0xa4, 0xdf, 0x45, 0x06, 0xcc, 0xb5, 0x7d, 0x8f, 0x38, 0x84, 0x62, 0xaf, 0xbd, 0x6f, 0xba,
0xf8, 0x19, 0x76, 0x9b, 0xc5, 0x25, 0x6d, 0x79, 0x66, 0xe5, 0xb2, 0x92, 0xef, 0xd5, 0x01, 0xf6,
0x23, 0x86, 0x6c, 0x34, 0xda, 0x29, 0x88, 0xfe, 0x95, 0x06, 0xa7, 0x98, 0xc2, 0x1c, 0x0b, 0xc1,
0xe8, 0x7f, 0xa2, 0xc1, 0xc2, 0x43, 0x8b, 0x1c, 0x8f, 0x55, 0x3a, 0x0f, 0x40, 0x9d, 0x2e, 0x36,
0x09, 0xb5, 0xba, 0x3d, 0xbe, 0x52, 0xd3, 0x46, 0x85, 0x41, 0x36, 0x19, 0x40, 0xff, 0x04, 0x6a,
0xf7, 0x7d, 0xdf, 0x35, 0x30, 0xe9, 0xf9, 0x1e, 0xc1, 0xe8, 0x0e, 0x14, 0x09, 0xb5, 0x68, 0x9f,
0x48, 0x26, 0xcf, 0x2a, 0x99, 0xdc, 0xe4, 0x28, 0x86, 0x44, 0x65, 0xfa, 0xfa, 0xcc, 0x72, 0xfb,
0x82, 0xc7, 0xb2, 0x21, 0x7e, 0xf4, 0x4f, 0x61, 0x66, 0x93, 0x06, 0x8e, 0xd7, 0xf9, 0x01, 0x3b,
0xaf, 0x84, 0x9d, 0xff, 0xbb, 0x06, 0x67, 0xd6, 0x30, 0x69, 0x07, 0xce, 0xd6, 0x31, 0x31, 0x07,
0x1d, 0x6a, 0x03, 0xc8, 0xfa, 0x1a, 0x17, 0x75, 0xde, 0x48, 0xc0, 0x52, 0x8b, 0x51, 0x48, 0x2f,
0xc6, 0x17, 0x05, 0x68, 0xa9, 0x26, 0x35, 0x89, 0xf8, 0x7e, 0x26, 0xb2, 0xd2, 0x1c, 0x27, 0x4a,
0xd9, 0x98, 0x8c, 0x0b, 0x83, 0xd1, 0x36, 0x39, 0x20, 0x32, 0xe6, 0xf4, 0xac, 0xf2, 0x8a, 0x59,
0xad, 0xc0, 0xa9, 0x67, 0x4e, 0x40, 0xfb, 0x96, 0x6b, 0xb6, 0x77, 0x2c, 0xcf, 0xc3, 0x2e, 0x97,
0x13, 0x73, 0x5f, 0xf9, 0xe5, 0x8a, 0x31, 0x2f, 0x1b, 0x57, 0x45, 0x1b, 0x13, 0x16, 0x41, 0xaf,
0xc1, 0x62, 0x6f, 0x67, 0x9f, 0x38, 0xed, 0x21, 0xa2, 0x02, 0x27, 0x5a, 0x08, 0x5b, 0x13, 0x54,
0xd7, 0x61, 0xae, 0xcd, 0x3d, 0xa0, 0x6d, 0x32, 0xa9, 0x09, 0x31, 0x16, 0xb9, 0x18, 0x1b, 0xb2,
0xe1, 0xc3, 0x10, 0xce, 0xd8, 0x0a, 0x91, 0xfb, 0xb4, 0x1d, 0x23, 0x28, 0x71, 0x82, 0x79, 0xd9,
0xf8, 0x11, 0x6d, 0x0f, 0x68, 0x92, 0xbe, 0xab, 0x9c, 0xf6, 0x5d, 0x4d, 0x28, 0x71, 0x5f, 0x8c,
0x49, 0xb3, 0xc2, 0xd9, 0x0c, 0x7f, 0xd1, 0x3a, 0xcc, 0x12, 0x6a, 0x05, 0xd4, 0xec, 0xf9, 0xc4,
0x61, 0x72, 0x21, 0x4d, 0x58, 0xca, 0x2f, 0x57, 0x57, 0x96, 0x94, 0x8b, 0xf4, 0x3e, 0xde, 0x5f,
0xb3, 0xa8, 0xb5, 0x61, 0x39, 0x81, 0x31, 0xc3, 0x09, 0x37, 0x42, 0x3a, 0xb5, 0x83, 0xac, 0x4e,
0xe4, 0x20, 0x55, 0x5a, 0x5c, 0x53, 0xfa, 0x2e, 0xe6, 0x49, 0x1f, 0xf9, 0x96, 0x7d, 0x3c, 0x3c,
0xe9, 0x37, 0x1a, 0x34, 0x0d, 0xec, 0x62, 0x8b, 0x1c, 0x0f, 0x23, 0xd7, 0x7f, 0x53, 0x83, 0x0b,
0x0f, 0x30, 0x8d, 0x99, 0x0b, 0xb5, 0xa8, 0x43, 0xa8, 0xd3, 0x3e, 0xca, 0x0d, 0x83, 0xfe, 0xad,
0x06, 0x17, 0x33, 0xd9, 0x9a, 0xc4, 0x7b, 0xbc, 0x09, 0x05, 0xf6, 0x45, 0x9a, 0x39, 0xae, 0xcc,
0x97, 0xb2, 0x94, 0xf9, 0x63, 0xe6, 0x94, 0xb9, 0x36, 0x0b, 0x7c, 0xfd, 0xbf, 0x34, 0x58, 0xdc,
0xdc, 0xf1, 0xf7, 0x06, 0x2c, 0xbd, 0x0c, 0x01, 0x25, 0xfd, 0x69, 0x3e, 0xe5, 0x4f, 0xd1, 0x6d,
0x98, 0xa6, 0xfb, 0x3d, 0xcc, 0x5d, 0xf1, 0xcc, 0xca, 0xf9, 0x9b, 0x8a, 0x7d, 0xf2, 0x4d, 0xc6,
0xe4, 0x87, 0xfb, 0x3d, 0x6c, 0x70, 0x54, 0x74, 0x15, 0x1a, 0x29, 0x91, 0x87, 0x1e, 0x69, 0x36,
0x29, 0x73, 0xa2, 0xff, 0x4d, 0x0e, 0x4e, 0x0f, 0x4d, 0x71, 0x12, 0x61, 0xab, 0xc6, 0xce, 0x29,
0xc7, 0x46, 0x97, 0x21, 0xa6, 0x02, 0xa6, 0x63, 0xb3, 0xad, 0x6c, 0x7e, 0x39, 0x6f, 0xd4, 0x63,
0x8e, 0xd9, 0x26, 0xe8, 0x06, 0xa0, 0x21, 0x7f, 0x29, 0xdc, 0xf2, 0xb4, 0x31, 0x97, 0x76, 0x98,
0xdc, 0x29, 0x2b, 0x3d, 0xa6, 0x10, 0xc1, 0xb4, 0xb1, 0xa0, 0x70, 0x99, 0x04, 0xdd, 0x86, 0x05,
0xc7, 0x7b, 0x8c, 0xbb, 0x7e, 0xb0, 0x6f, 0xf6, 0x70, 0xd0, 0xc6, 0x1e, 0xb5, 0x3a, 0x98, 0x34,
0x8b, 0x9c, 0xa3, 0xf9, 0xb0, 0x6d, 0x63, 0xd0, 0xa4, 0x7f, 0xaf, 0xc1, 0xa2, 0xd8, 0xca, 0x6e,
0x58, 0x01, 0x75, 0x8e, 0x3a, 0x74, 0x5f, 0x86, 0x99, 0x5e, 0xc8, 0x87, 0xc0, 0x13, 0x1b, 0xef,
0x7a, 0x04, 0xe5, 0x56, 0xf6, 0x9d, 0x06, 0x0b, 0x6c, 0x97, 0x79, 0x92, 0x78, 0xfe, 0x73, 0x0d,
0xe6, 0x1f, 0x5a, 0xe4, 0x24, 0xb1, 0xfc, 0x97, 0x32, 0x04, 0x45, 0x3c, 0x1f, 0xe9, 0x59, 0xec,
0x0a, 0xcc, 0x26, 0x99, 0x0e, 0xb7, 0x35, 0x33, 0x09, 0xae, 0x89, 0xfe, 0xd7, 0x83, 0x58, 0x75,
0xc2, 0x38, 0xff, 0x5b, 0x0d, 0xce, 0x3f, 0xc0, 0x34, 0xe2, 0xfa, 0x58, 0xc4, 0xb4, 0x71, 0xb5,
0xe5, 0x1b, 0x11, 0x91, 0x95, 0xcc, 0x1f, 0x49, 0xe4, 0xfb, 0x2a, 0x07, 0xa7, 0x58, 0x58, 0x38,
0x1e, 0x4a, 0x30, 0xce, 0xa9, 0x44, 0xa1, 0x28, 0x05, 0x95, 0xa2, 0x44, 0xf1, 0xb4, 0x38, 0x76,
0x3c, 0xd5, 0xff, 0x22, 0x27, 0xf6, 0x01, 0x71, 0x69, 0x4c, 0xb2, 0x2c, 0x0a, 0x5e, 0x73, 0x4a,
0x5e, 0x75, 0xa8, 0x45, 0x90, 0xf5, 0xb5, 0x30, 0x3e, 0x26, 0x60, 0xc7, 0x36, 0x3c, 0x7e, 0xad,
0xc1, 0x62, 0x78, 0x0e, 0xdc, 0xc4, 0x9d, 0x2e, 0xf6, 0xe8, 0x8b, 0xeb, 0x50, 0x5a, 0x03, 0x72,
0x0a, 0x0d, 0x38, 0x07, 0x15, 0x22, 0xc6, 0x89, 0x8e, 0x78, 0x03, 0x80, 0xfe, 0x77, 0x1a, 0x9c,
0x1e, 0x62, 0x67, 0x92, 0x45, 0x6c, 0x42, 0xc9, 0xf1, 0x6c, 0xfc, 0x3c, 0xe2, 0x26, 0xfc, 0x65,
0x2d, 0x5b, 0x7d, 0xc7, 0xb5, 0x23, 0x36, 0xc2, 0x5f, 0x74, 0x09, 0x6a, 0xd8, 0xb3, 0xb6, 0x5c,
0x6c, 0x72, 0x5c, 0xae, 0xc8, 0x65, 0xa3, 0x2a, 0x60, 0xeb, 0x0c, 0xc4, 0x88, 0xb7, 0x1d, 0xcc,
0x89, 0x0b, 0x82, 0x58, 0xfe, 0xea, 0xbf, 0xa6, 0xc1, 0x3c, 0xd3, 0x42, 0xc9, 0x3d, 0x79, 0xb9,
0xd2, 0x5c, 0x82, 0x6a, 0x4c, 0xcd, 0xe4, 0x44, 0xe2, 0x20, 0x7d, 0x17, 0x16, 0x92, 0xec, 0x4c,
0x22, 0xcd, 0x0b, 0x00, 0xd1, 0x5a, 0x09, 0x6b, 0xc8, 0x1b, 0x31, 0x88, 0xfe, 0x75, 0x2e, 0xcc,
0xf6, 0x72, 0x31, 0x1d, 0x71, 0x32, 0x8a, 0x2f, 0x49, 0xdc, 0x9f, 0x57, 0x38, 0x84, 0x37, 0xaf,
0x41, 0x0d, 0x3f, 0xa7, 0x81, 0x65, 0xf6, 0xac, 0xc0, 0xea, 0x0a, 0xb3, 0x1a, 0xcb, 0xf5, 0x56,
0x39, 0xd9, 0x06, 0xa7, 0x62, 0x83, 0x70, 0x15, 0x11, 0x83, 0x14, 0xc5, 0x20, 0x1c, 0xc2, 0x03,
0xc6, 0x3f, 0xb1, 0x5d, 0x9c, 0xd4, 0xe6, 0xe3, 0x2e, 0x90, 0xe4, 0x54, 0x0a, 0xe9, 0xa9, 0xfc,
0xb1, 0x06, 0x0d, 0x3e, 0x05, 0x31, 0x9f, 0x1e, 0xeb, 0x36, 0x45, 0xa3, 0xa5, 0x68, 0x46, 0xd8,
0xde, 0x4f, 0x41, 0x51, 0xca, 0x3d, 0x3f, 0xae, 0xdc, 0x25, 0xc1, 0x01, 0xd3, 0xd0, 0xff, 0x40,
0x83, 0x53, 0x29, 0x91, 0x4f, 0xa2, 0xf0, 0x1f, 0x02, 0x12, 0x33, 0xb4, 0x07, 0xd3, 0x0e, 0xe3,
0xf4, 0x65, 0x65, 0x50, 0x4a, 0x0b, 0xc9, 0x98, 0x73, 0x52, 0x10, 0xa2, 0xff, 0xab, 0x06, 0xe7,
0x1e, 0x60, 0xca, 0x51, 0xef, 0x33, 0xa7, 0xb3, 0x11, 0xf8, 0x9d, 0x00, 0x13, 0x72, 0x72, 0xf5,
0xe3, 0xb7, 0xc4, 0xc6, 0x4e, 0x35, 0xa5, 0x49, 0xe4, 0x7f, 0x09, 0x6a, 0x7c, 0x0c, 0x6c, 0x9b,
0x81, 0xbf, 0x47, 0xa4, 0x1e, 0x55, 0x25, 0xcc, 0xf0, 0xf7, 0xb8, 0x42, 0x50, 0x9f, 0x5a, 0xae,
0x40, 0x90, 0x11, 0x85, 0x43, 0x58, 0x33, 0xb7, 0xc1, 0x90, 0x31, 0xd6, 0x39, 0x3e, 0xb9, 0x32,
0xfe, 0x23, 0x0d, 0x4e, 0xa5, 0xa6, 0x32, 0x89, 0x6c, 0x5f, 0x17, 0xdb, 0x4e, 0x31, 0x99, 0x99,
0x95, 0x8b, 0x4a, 0x9a, 0xd8, 0x60, 0x02, 0x1b, 0x5d, 0x84, 0xea, 0xb6, 0xe5, 0xb8, 0x66, 0x80,
0x2d, 0xe2, 0x7b, 0x72, 0xa2, 0xc0, 0x40, 0x06, 0x87, 0xe8, 0xff, 0xa0, 0x89, 0x2b, 0xb5, 0x13,
0xee, 0xf1, 0xfe, 0x30, 0x07, 0xf5, 0x75, 0x8f, 0xe0, 0x80, 0x1e, 0xff, 0xa3, 0x09, 0x7a, 0x07,
0xaa, 0x7c, 0x62, 0xc4, 0xb4, 0x2d, 0x6a, 0xc9, 0x68, 0x76, 0x41, 0x99, 0x7f, 0x7f, 0x8f, 0xe1,
0xad, 0x59, 0xd4, 0x32, 0x84, 0x74, 0x08, 0xfb, 0x46, 0x67, 0xa1, 0xb2, 0x63, 0x91, 0x1d, 0x73,
0x17, 0xef, 0x8b, 0xfd, 0x62, 0xdd, 0x28, 0x33, 0xc0, 0xfb, 0x78, 0x9f, 0xa0, 0x33, 0x50, 0xf6,
0xfa, 0x5d, 0x61, 0x60, 0xa5, 0x25, 0x6d, 0xb9, 0x6e, 0x94, 0xbc, 0x7e, 0x97, 0x9b, 0xd7, 0x3f,
0xe7, 0x60, 0xe6, 0x71, 0x9f, 0x1d, 0x84, 0xf8, 0xed, 0x41, 0xdf, 0xa5, 0x2f, 0xa6, 0x8c, 0xd7,
0x20, 0x2f, 0xb6, 0x14, 0x8c, 0xa2, 0xa9, 0x64, 0x7c, 0x7d, 0x8d, 0x18, 0x0c, 0x89, 0x67, 0xce,
0xfb, 0xed, 0xb6, 0xdc, 0x9d, 0xe5, 0x39, 0xb3, 0x15, 0x06, 0x11, 0x7b, 0xb3, 0xb3, 0x50, 0xc1,
0x41, 0x10, 0xed, 0xdd, 0xf8, 0x54, 0x70, 0x10, 0x88, 0x46, 0x1d, 0x6a, 0x56, 0x7b, 0xd7, 0xf3,
0xf7, 0x5c, 0x6c, 0x77, 0xb0, 0xcd, 0x97, 0xbd, 0x6c, 0x24, 0x60, 0x42, 0x31, 0xd8, 0xc2, 0x9b,
0x6d, 0x8f, 0xf2, 0xa8, 0x9e, 0x67, 0x8a, 0xc1, 0x20, 0xab, 0x1e, 0x65, 0xcd, 0x36, 0x76, 0x31,
0xc5, 0xbc, 0xb9, 0x24, 0x9a, 0x05, 0x44, 0x36, 0xf7, 0x7b, 0x11, 0x75, 0x59, 0x34, 0x0b, 0x08,
0x6b, 0x3e, 0x07, 0x95, 0xc1, 0xf5, 0x40, 0x65, 0x90, 0x46, 0xe4, 0x00, 0xfd, 0x3f, 0x35, 0xa8,
0xaf, 0xf1, 0xae, 0x4e, 0x80, 0xd2, 0x21, 0x98, 0xc6, 0xcf, 0x7b, 0x81, 0x34, 0x1d, 0xfe, 0x3d,
0x52, 0x8f, 0xf4, 0x67, 0xd0, 0xd8, 0x70, 0xad, 0x36, 0xde, 0xf1, 0x5d, 0x1b, 0x07, 0x3c, 0xb6,
0xa3, 0x06, 0xe4, 0xa9, 0xd5, 0x91, 0x9b, 0x07, 0xf6, 0x89, 0xde, 0x92, 0x47, 0x3f, 0xe1, 0x96,
0x5e, 0x51, 0x46, 0xd9, 0x58, 0x37, 0xb1, 0x8c, 0xea, 0x22, 0x14, 0xf9, 0x95, 0x9d, 0xd8, 0x56,
0xd4, 0x0c, 0xf9, 0xa7, 0x3f, 0x4d, 0x8c, 0xfb, 0x20, 0xf0, 0xfb, 0x3d, 0xb4, 0x0e, 0xb5, 0xde,
0x00, 0xc6, 0x74, 0x35, 0x3b, 0xa6, 0xa7, 0x99, 0x36, 0x12, 0xa4, 0xfa, 0x7f, 0xe7, 0xa1, 0xbe,
0x89, 0xad, 0xa0, 0xbd, 0x73, 0x12, 0x72, 0x30, 0x4c, 0xe2, 0x36, 0x71, 0xe5, 0xaa, 0xb1, 0x4f,
0x74, 0x1d, 0xe6, 0x62, 0x13, 0x32, 0x3b, 0x4c, 0x40, 0x5c, 0xef, 0x6b, 0x46, 0xa3, 0x97, 0x16,
0xdc, 0x9b, 0x50, 0xb6, 0x89, 0x6b, 0xf2, 0x25, 0x2a, 0xf1, 0x25, 0x52, 0xcf, 0x6f, 0x8d, 0xb8,
0x7c, 0x69, 0x4a, 0xb6, 0xf8, 0x40, 0x3f, 0x82, 0xba, 0xdf, 0xa7, 0xbd, 0x3e, 0x35, 0x85, 0xdf,
0x69, 0x96, 0x39, 0x7b, 0x35, 0x01, 0xe4, 0x6e, 0x89, 0xa0, 0xf7, 0xa0, 0x4e, 0xb8, 0x28, 0xc3,
0x8d, 0x79, 0x65, 0xdc, 0x0d, 0x62, 0x4d, 0xd0, 0xc9, 0x9d, 0xf9, 0x55, 0x68, 0xd0, 0xc0, 0x7a,
0x86, 0xdd, 0xd8, 0x65, 0x1c, 0x70, 0x6b, 0x9b, 0x15, 0xf0, 0xc1, 0x45, 0xdc, 0x2d, 0x98, 0xef,
0xf4, 0xad, 0xc0, 0xf2, 0x28, 0xc6, 0x31, 0xec, 0x2a, 0xc7, 0x46, 0x51, 0x53, 0x44, 0xa0, 0xbf,
0x0f, 0xd3, 0x0f, 0x1d, 0xca, 0x05, 0xc9, 0x7c, 0x96, 0xc6, 0x8f, 0x41, 0xdc, 0x33, 0x9d, 0x81,
0x72, 0xe0, 0xef, 0x09, 0x1f, 0x9c, 0xe3, 0x2a, 0x58, 0x0a, 0xfc, 0x3d, 0xee, 0x60, 0x79, 0x09,
0x83, 0x1f, 0x48, 0xdd, 0xcc, 0x19, 0xf2, 0x4f, 0xff, 0x33, 0x6d, 0xa0, 0x3c, 0xcc, 0x7d, 0x92,
0x17, 0xf3, 0x9f, 0xef, 0x40, 0x29, 0x10, 0xf4, 0x23, 0x2f, 0x5f, 0xe3, 0x23, 0xf1, 0x18, 0x10,
0x52, 0x8d, 0x7f, 0x01, 0xf4, 0x4b, 0x1a, 0xd4, 0xde, 0x73, 0xfb, 0xe4, 0x65, 0x28, 0xbb, 0xea,
0x5a, 0x22, 0xaf, 0xbe, 0x12, 0xf9, 0xf5, 0x1c, 0xd4, 0x25, 0x1b, 0x93, 0x6c, 0x82, 0x32, 0x59,
0xd9, 0x84, 0x2a, 0x1b, 0xd2, 0x24, 0xb8, 0x13, 0xe6, 0x74, 0xaa, 0x2b, 0x2b, 0x4a, 0xf7, 0x90,
0x60, 0x83, 0xdf, 0x6f, 0x6f, 0x72, 0xa2, 0x9f, 0xf3, 0x68, 0xb0, 0x6f, 0x40, 0x3b, 0x02, 0xb4,
0x9e, 0xc2, 0x6c, 0xaa, 0x99, 0x29, 0xd1, 0x2e, 0xde, 0x0f, 0xfd, 0xdf, 0x2e, 0xde, 0x47, 0xaf,
0xc5, 0xab, 0x10, 0xb2, 0xa2, 0xf8, 0x23, 0xdf, 0xeb, 0xdc, 0x0b, 0x02, 0x6b, 0x5f, 0x56, 0x29,
0xdc, 0xcd, 0xbd, 0xa5, 0xe9, 0x7f, 0x9f, 0x83, 0xda, 0x07, 0x7d, 0x1c, 0xec, 0x1f, 0xa5, 0x1f,
0x0a, 0xa3, 0xc2, 0x74, 0x2c, 0x2a, 0x0c, 0x99, 0x7e, 0x41, 0x61, 0xfa, 0x0a, 0x07, 0x56, 0x54,
0x3a, 0x30, 0x95, 0x6d, 0x97, 0x0e, 0x65, 0xdb, 0xe5, 0x4c, 0xdb, 0xfe, 0x53, 0x2d, 0x12, 0xe1,
0x44, 0xd6, 0x98, 0xd8, 0x8e, 0xe5, 0x0e, 0xbd, 0x1d, 0x1b, 0xdb, 0x1a, 0xbf, 0xd3, 0xa0, 0xf2,
0x31, 0x6e, 0x53, 0x3f, 0x60, 0xfe, 0x47, 0x41, 0xa6, 0x8d, 0xb1, 0x35, 0xce, 0xa5, 0xb7, 0xc6,
0x77, 0xa0, 0xec, 0xd8, 0xa6, 0xc5, 0xf4, 0x8b, 0x8f, 0x3b, 0x6a, 0x4b, 0x56, 0x72, 0x6c, 0xae,
0x88, 0xe3, 0x5f, 0x02, 0xfc, 0xb6, 0x06, 0x35, 0xc1, 0x33, 0x11, 0x94, 0x6f, 0xc7, 0x86, 0xd3,
0x54, 0x4a, 0x2f, 0x7f, 0xa2, 0x89, 0x3e, 0x9c, 0x1a, 0x0c, 0x7b, 0x0f, 0x80, 0x09, 0x59, 0x92,
0x0b, 0x9b, 0x59, 0x52, 0x72, 0x2b, 0xc8, 0xb9, 0xc0, 0x1f, 0x4e, 0x19, 0x15, 0x46, 0xc5, 0xbb,
0xb8, 0x5f, 0x82, 0x02, 0xa7, 0xd6, 0xff, 0x57, 0x83, 0xf9, 0x55, 0xcb, 0x6d, 0xaf, 0x39, 0x84,
0x5a, 0x5e, 0x7b, 0x82, 0x4d, 0xd8, 0x5d, 0x28, 0xf9, 0x3d, 0xd3, 0xc5, 0xdb, 0x54, 0xb2, 0x74,
0x69, 0xc4, 0x8c, 0x84, 0x18, 0x8c, 0xa2, 0xdf, 0x7b, 0x84, 0xb7, 0x29, 0xfa, 0x69, 0x28, 0xfb,
0x3d, 0x33, 0x70, 0x3a, 0x3b, 0x54, 0x4a, 0x7f, 0x0c, 0xe2, 0x92, 0xdf, 0x33, 0x18, 0x45, 0x2c,
0xb7, 0x32, 0x7d, 0xc8, 0xdc, 0x8a, 0xfe, 0x6f, 0x43, 0xd3, 0x9f, 0xc0, 0x06, 0xee, 0x42, 0xd9,
0xf1, 0xa8, 0x69, 0x3b, 0x24, 0x14, 0xc1, 0x79, 0xb5, 0x0e, 0x79, 0x94, 0xcf, 0x80, 0xaf, 0xa9,
0x47, 0xd9, 0xd8, 0xe8, 0x5d, 0x80, 0x6d, 0xd7, 0xb7, 0x24, 0xb5, 0x90, 0xc1, 0x45, 0xb5, 0xf9,
0x30, 0xb4, 0x90, 0xbe, 0xc2, 0x89, 0x58, 0x0f, 0x83, 0x25, 0xfd, 0x17, 0x0d, 0x4e, 0x6d, 0xe0,
0x40, 0xd4, 0xa8, 0x50, 0x99, 0x06, 0x5d, 0xf7, 0xb6, 0xfd, 0x64, 0x26, 0x5a, 0x4b, 0x65, 0xa2,
0x7f, 0x98, 0xec, 0x6b, 0xe2, 0xe4, 0x24, 0xee, 0x43, 0xc2, 0x93, 0x53, 0x78, 0xeb, 0x23, 0x4e,
0x9e, 0x33, 0x19, 0xcb, 0x24, 0xf9, 0x8d, 0x1f, 0xc0, 0xf5, 0xdf, 0x10, 0x15, 0x18, 0xca, 0x49,
0xbd, 0xb8, 0xc2, 0x2e, 0x82, 0xf4, 0xf4, 0x29, 0xbf, 0xff, 0x63, 0x48, 0xf9, 0x8e, 0x0c, 0x47,
0xf4, 0xbb, 0x1a, 0x2c, 0x65, 0x73, 0x35, 0x49, 0x88, 0x7e, 0x17, 0x0a, 0x8e, 0xb7, 0xed, 0x87,
0x69, 0xb7, 0x6b, 0xea, 0x2d, 0xba, 0x72, 0x5c, 0x41, 0xa8, 0xff, 0x55, 0x0e, 0x1a, 0xdc, 0xa9,
0x1f, 0xc1, 0xf2, 0x77, 0x71, 0xd7, 0x24, 0xce, 0xe7, 0x38, 0x5c, 0xfe, 0x2e, 0xee, 0x6e, 0x3a,
0x9f, 0xe3, 0x84, 0x66, 0x14, 0x92, 0x9a, 0x31, 0x3a, 0xab, 0x1c, 0x4f, 0xab, 0x96, 0x92, 0x69,
0xd5, 0x45, 0x28, 0x7a, 0xbe, 0x8d, 0xd7, 0xd7, 0xe4, 0xb1, 0x53, 0xfe, 0x0d, 0x54, 0xad, 0x72,
0x48, 0x55, 0xfb, 0x46, 0x83, 0xd6, 0x03, 0x4c, 0xd3, 0xb2, 0x3b, 0x3a, 0x2d, 0xfb, 0x56, 0x83,
0xb3, 0x4a, 0x86, 0x26, 0x51, 0xb0, 0xb7, 0x93, 0x0a, 0xa6, 0x3e, 0x03, 0x0e, 0x0d, 0x29, 0x75,
0xeb, 0x36, 0xd4, 0xd6, 0xfa, 0xdd, 0x6e, 0xb4, 0xe5, 0xba, 0x04, 0xb5, 0x40, 0x7c, 0x8a, 0x23,
0x92, 0x88, 0xbf, 0x55, 0x09, 0x63, 0x07, 0x21, 0xfd, 0x3a, 0xd4, 0x25, 0x89, 0xe4, 0xba, 0x05,
0xe5, 0x40, 0x7e, 0x4b, 0xfc, 0xe8, 0x5f, 0x3f, 0x05, 0xf3, 0x06, 0xee, 0x30, 0xd5, 0x0e, 0x1e,
0x39, 0xde, 0xae, 0x1c, 0x46, 0xff, 0x52, 0x83, 0x85, 0x24, 0x5c, 0xf6, 0xf5, 0x06, 0x94, 0x2c,
0xdb, 0x0e, 0x30, 0x21, 0x23, 0x97, 0xe5, 0x9e, 0xc0, 0x31, 0x42, 0xe4, 0x98, 0xe4, 0x72, 0x63,
0x4b, 0x4e, 0x37, 0x61, 0xee, 0x01, 0xa6, 0x8f, 0x31, 0x0d, 0x26, 0xba, 0xc1, 0x6f, 0xb2, 0xc3,
0x0b, 0x27, 0x96, 0x6a, 0x11, 0xfe, 0xea, 0x5f, 0x6b, 0x80, 0xe2, 0x23, 0x4c, 0xb2, 0xcc, 0x71,
0x29, 0xe7, 0x92, 0x52, 0x16, 0x45, 0x4e, 0xdd, 0x9e, 0xef, 0x61, 0x8f, 0xc6, 0xb7, 0x5b, 0xf5,
0x08, 0xca, 0xd5, 0xef, 0x7b, 0x0d, 0xd0, 0x23, 0xdf, 0xb2, 0xef, 0x5b, 0xee, 0x64, 0xdb, 0x83,
0xf3, 0x00, 0x24, 0x68, 0x9b, 0xd2, 0x5a, 0x73, 0xd2, 0xfb, 0x04, 0xed, 0x27, 0xc2, 0x60, 0x2f,
0x42, 0xd5, 0x26, 0x54, 0x36, 0x87, 0x17, 0xca, 0x60, 0x13, 0x2a, 0xda, 0x79, 0x75, 0x2a, 0xc1,
0x96, 0x8b, 0x6d, 0x33, 0x76, 0x1f, 0x37, 0xcd, 0xd1, 0x1a, 0xa2, 0x61, 0x73, 0x70, 0x2b, 0xf7,
0x14, 0x4e, 0x3f, 0xb6, 0xbc, 0xbe, 0xe5, 0xae, 0xfa, 0xdd, 0x9e, 0x95, 0x28, 0x6c, 0x4c, 0xbb,
0x39, 0x4d, 0xe1, 0xe6, 0x2e, 0x88, 0xca, 0x37, 0xb1, 0xb5, 0xe6, 0xbc, 0x4e, 0x1b, 0x31, 0x88,
0x4e, 0xa0, 0x39, 0xdc, 0xfd, 0x24, 0x0b, 0xc5, 0x99, 0x0a, 0xbb, 0x8a, 0xfb, 0xde, 0x01, 0x4c,
0x7f, 0x07, 0xce, 0xf0, 0x2a, 0xc4, 0x10, 0x94, 0x48, 0xed, 0xa7, 0x3b, 0xd0, 0x14, 0x1d, 0xfc,
0x4a, 0x8e, 0xbb, 0xb6, 0xa1, 0x1e, 0x26, 0x61, 0xfc, 0x6e, 0x32, 0xa3, 0xfe, 0x4a, 0x46, 0x09,
0x6d, 0x72, 0x44, 0x99, 0x56, 0x5f, 0x86, 0x59, 0xfc, 0x1c, 0xb7, 0xfb, 0xd4, 0xf1, 0x3a, 0x1b,
0xae, 0xe5, 0x3d, 0xf1, 0x65, 0x40, 0x49, 0x83, 0xd1, 0x2b, 0x50, 0x67, 0xd2, 0xf7, 0xfb, 0x54,
0xe2, 0x89, 0xc8, 0x92, 0x04, 0xb2, 0xfe, 0xd8, 0x7c, 0x5d, 0x4c, 0xb1, 0x2d, 0xf1, 0x44, 0x98,
0x49, 0x83, 0x87, 0x44, 0xc9, 0xc0, 0xe4, 0x30, 0xa2, 0xfc, 0x0f, 0x2d, 0x25, 0x4a, 0xd9, 0xc3,
0x51, 0x89, 0xf2, 0x21, 0x40, 0x17, 0x07, 0x1d, 0xbc, 0xce, 0x9d, 0xba, 0x38, 0xb9, 0x2f, 0x2b,
0x9d, 0xfa, 0xa0, 0x83, 0xc7, 0x21, 0x81, 0x11, 0xa3, 0xd5, 0x1f, 0xc0, 0xbc, 0x02, 0x85, 0xf9,
0x2b, 0xe2, 0xf7, 0x83, 0x36, 0x0e, 0x93, 0x3f, 0xe1, 0x2f, 0x8b, 0x6f, 0xd4, 0x0a, 0x3a, 0x98,
0x4a, 0xa5, 0x95, 0x7f, 0xfa, 0x1b, 0xfc, 0x12, 0x8a, 0x27, 0x0a, 0x12, 0x9a, 0x9a, 0xbc, 0x50,
0xd7, 0x86, 0x2e, 0xd4, 0xb7, 0xf9, 0x8d, 0x4f, 0x9c, 0x6e, 0xc2, 0x62, 0x88, 0x6d, 0xd6, 0x15,
0xb6, 0xe5, 0xf3, 0x89, 0xf0, 0x97, 0xed, 0x92, 0xeb, 0xeb, 0xdd, 0x9e, 0x3f, 0xb8, 0xec, 0x18,
0xfb, 0x28, 0x39, 0x9c, 0x2c, 0xce, 0xa9, 0x92, 0xc5, 0x67, 0xa1, 0x12, 0xf8, 0x7b, 0x26, 0xf3,
0x7e, 0x36, 0xd7, 0xec, 0xb2, 0x51, 0x0e, 0xfc, 0x3d, 0xe6, 0x13, 0x6d, 0xb4, 0x00, 0x85, 0x6d,
0xc7, 0x8d, 0x0e, 0x8c, 0xe2, 0x07, 0xbd, 0xcd, 0xce, 0x50, 0xe2, 0xc6, 0x75, 0xec, 0xeb, 0xf9,
0x90, 0x42, 0xff, 0x14, 0x66, 0xc2, 0x09, 0x4d, 0xf8, 0x24, 0x84, 0x5a, 0x64, 0x37, 0x2c, 0x76,
0x10, 0x3f, 0xfa, 0x75, 0x71, 0x11, 0xc7, 0xfb, 0x4f, 0xac, 0x27, 0x82, 0x69, 0x86, 0x21, 0xcd,
0x84, 0x7f, 0xeb, 0xff, 0xa3, 0xc1, 0x62, 0x1a, 0x7b, 0x12, 0x96, 0xde, 0x48, 0x9a, 0x86, 0xba,
0xea, 0x3f, 0x3e, 0x9a, 0x34, 0x0b, 0xb9, 0x02, 0x6d, 0xbf, 0xef, 0x51, 0xe9, 0x5b, 0xd8, 0x0a,
0xac, 0xb2, 0x7f, 0x74, 0x1a, 0x4a, 0x8e, 0x6d, 0xba, 0xec, 0xb8, 0x25, 0xc2, 0x48, 0xd1, 0xb1,
0x1f, 0xb1, 0xa3, 0xd8, 0x9b, 0xe1, 0xe6, 0x68, 0xec, 0x25, 0x10, 0xf8, 0xd7, 0x2e, 0x41, 0x39,
0x2c, 0xd0, 0x42, 0x25, 0xc8, 0xdf, 0x73, 0xdd, 0xc6, 0x14, 0xaa, 0x41, 0x79, 0x5d, 0x56, 0x21,
0x35, 0xb4, 0x6b, 0x3f, 0x0b, 0xb3, 0xa9, 0x44, 0x3e, 0x2a, 0xc3, 0xf4, 0x13, 0xdf, 0xc3, 0x8d,
0x29, 0xd4, 0x80, 0xda, 0x7d, 0xc7, 0xb3, 0x82, 0x7d, 0x71, 0xcc, 0x6d, 0xd8, 0x68, 0x16, 0xaa,
0xfc, 0xb8, 0x27, 0x01, 0x78, 0xe5, 0x1f, 0x97, 0xa0, 0xfe, 0x98, 0xb3, 0xb3, 0x89, 0x83, 0x67,
0x4e, 0x1b, 0x23, 0x13, 0x1a, 0xe9, 0x77, 0x6b, 0xe8, 0x27, 0x6a, 0xd3, 0x57, 0x3f, 0x6f, 0x6b,
0x8d, 0x5a, 0x02, 0x7d, 0x0a, 0x7d, 0x0a, 0x33, 0xc9, 0xd7, 0x5f, 0x48, 0x7d, 0x1e, 0x51, 0x3e,
0x11, 0x3b, 0xa8, 0x73, 0x13, 0xea, 0x89, 0xc7, 0x5c, 0xe8, 0xaa, 0xb2, 0x6f, 0xd5, 0x83, 0xaf,
0x96, 0x3a, 0x45, 0x10, 0x7f, 0x70, 0x25, 0xb8, 0x4f, 0xbe, 0xb8, 0xc8, 0xe0, 0x5e, 0xf9, 0x2c,
0xe3, 0x20, 0xee, 0x2d, 0x98, 0x1b, 0x7a, 0x40, 0x81, 0x6e, 0x28, 0xfb, 0xcf, 0x7a, 0x68, 0x71,
0xd0, 0x10, 0x7b, 0x80, 0x86, 0x1f, 0x2d, 0xa1, 0x9b, 0xea, 0x15, 0xc8, 0x7a, 0xb2, 0xd5, 0xba,
0x35, 0x36, 0x7e, 0x24, 0xb8, 0x5f, 0xd6, 0xe0, 0x74, 0xc6, 0xab, 0x07, 0x74, 0x47, 0xd9, 0xdd,
0xe8, 0xa7, 0x1b, 0xad, 0xd7, 0x0e, 0x47, 0x14, 0x31, 0xe2, 0xc1, 0x6c, 0xea, 0x21, 0x00, 0xba,
0x9e, 0x59, 0x1c, 0x39, 0xfc, 0x22, 0xa2, 0xf5, 0x93, 0xf1, 0x90, 0xa3, 0xf1, 0x9e, 0xc2, 0x6c,
0xaa, 0x7a, 0x3e, 0x63, 0x3c, 0x75, 0x8d, 0xfd, 0x41, 0x0b, 0xfa, 0x09, 0xd4, 0x13, 0x65, 0xee,
0x19, 0x1a, 0xaf, 0x2a, 0x85, 0x3f, 0xa8, 0xeb, 0xa7, 0x50, 0x8b, 0x57, 0xa3, 0xa3, 0xe5, 0x2c,
0x5b, 0x1a, 0xea, 0xf8, 0x30, 0xa6, 0x34, 0x28, 0x36, 0x1d, 0x61, 0x4a, 0x43, 0xf5, 0xb9, 0xe3,
0x9b, 0x52, 0xac, 0xff, 0x91, 0xa6, 0x74, 0xe8, 0x21, 0xbe, 0x14, 0x51, 0x49, 0x51, 0xcc, 0x8c,
0x56, 0xb2, 0x74, 0x33, 0xbb, 0x6c, 0xbb, 0x75, 0xe7, 0x50, 0x34, 0x91, 0x14, 0x77, 0x61, 0x26,
0x59, 0xb2, 0x9b, 0x21, 0x45, 0x65, 0x95, 0x73, 0xeb, 0xfa, 0x58, 0xb8, 0xd1, 0x60, 0x1f, 0x41,
0x35, 0xf6, 0x14, 0x1d, 0x5d, 0x19, 0xa1, 0xc7, 0xf1, 0x77, 0xd9, 0x07, 0x49, 0xf2, 0x03, 0xa8,
0x44, 0x2f, 0xc8, 0xd1, 0xe5, 0x4c, 0xfd, 0x3d, 0x4c, 0x97, 0x9b, 0x00, 0x83, 0xe7, 0xe1, 0xe8,
0xc7, 0xca, 0x3e, 0x87, 0xde, 0x8f, 0x1f, 0xd4, 0x69, 0x34, 0x7d, 0x51, 0x09, 0x31, 0x6a, 0xfa,
0xf1, 0xd2, 0x9d, 0x83, 0xba, 0xdd, 0x81, 0x7a, 0xa2, 0xe0, 0x2e, 0xcb, 0x84, 0x15, 0x75, 0x90,
0xad, 0x6b, 0xe3, 0xa0, 0x46, 0xeb, 0xb7, 0x03, 0xf5, 0x44, 0xf9, 0x53, 0xc6, 0x48, 0xaa, 0x6a,
0xaf, 0x8c, 0x91, 0x94, 0xd5, 0x54, 0xfa, 0x14, 0xfa, 0x22, 0x56, 0x69, 0x95, 0xa8, 0x66, 0x43,
0xb7, 0x47, 0xf6, 0xa3, 0x2a, 0xe6, 0x6b, 0xad, 0x1c, 0x86, 0x24, 0x62, 0x41, 0x6a, 0x95, 0x10,
0x69, 0xb6, 0x56, 0x1d, 0x66, 0xa5, 0x36, 0xa1, 0x28, 0x0a, 0x9a, 0x90, 0x9e, 0x51, 0xba, 0x18,
0xab, 0x76, 0x6a, 0xfd, 0x48, 0x89, 0x93, 0xac, 0xf5, 0x11, 0x9d, 0x8a, 0x82, 0x95, 0x8c, 0x4e,
0x13, 0xd5, 0x2c, 0xe3, 0x76, 0x6a, 0x40, 0x51, 0xdc, 0x54, 0x67, 0x74, 0x9a, 0xa8, 0xb6, 0x68,
0x8d, 0xc6, 0xe1, 0x57, 0x18, 0xfa, 0x14, 0xda, 0x80, 0x02, 0x3f, 0x47, 0xa1, 0x4b, 0xa3, 0x2e,
0x71, 0x47, 0xf5, 0x98, 0xb8, 0xe7, 0xd5, 0xa7, 0xd0, 0xcf, 0x43, 0x81, 0x67, 0x05, 0x33, 0x7a,
0x8c, 0xdf, 0xc4, 0xb6, 0x46, 0xa2, 0x84, 0x2c, 0xda, 0x50, 0x8b, 0x5f, 0xbf, 0x64, 0x84, 0x2c,
0xc5, 0x05, 0x55, 0x6b, 0x1c, 0xcc, 0x70, 0x14, 0x61, 0x46, 0x83, 0x33, 0x65, 0xb6, 0x19, 0x0d,
0x9d, 0x57, 0xb3, 0xcd, 0x68, 0xf8, 0x88, 0xaa, 0x4f, 0xa1, 0x5f, 0xd5, 0xa0, 0x99, 0x75, 0x27,
0x80, 0x32, 0x77, 0x40, 0xa3, 0x2e, 0x36, 0x5a, 0xaf, 0x1f, 0x92, 0x2a, 0xe2, 0xe5, 0x73, 0x98,
0x57, 0x24, 0x8e, 0xd1, 0xad, 0xac, 0xfe, 0x32, 0x72, 0xde, 0xad, 0x57, 0xc7, 0x27, 0x88, 0xc6,
0xde, 0x80, 0x02, 0x4f, 0xf8, 0x66, 0x28, 0x4a, 0x3c, 0x7f, 0x9c, 0xa1, 0x7a, 0x89, 0x7c, 0xb1,
0x3e, 0x85, 0x30, 0xd4, 0xe2, 0xd9, 0xdf, 0x0c, 0x4d, 0x51, 0x24, 0x8e, 0x5b, 0x57, 0xc7, 0xc0,
0x8c, 0x86, 0x31, 0x01, 0x06, 0xd9, 0xd7, 0x8c, 0x38, 0x34, 0x94, 0x00, 0x6e, 0x5d, 0x39, 0x10,
0x2f, 0x1e, 0x92, 0x63, 0xf9, 0xd4, 0x8c, 0x98, 0x34, 0x9c, 0x71, 0x1d, 0xe3, 0x9c, 0x30, 0x9c,
0xdb, 0xcb, 0x38, 0x27, 0x64, 0xa6, 0x11, 0x5b, 0xb7, 0xc6, 0xc6, 0x8f, 0xe6, 0xf3, 0x19, 0x34,
0xd2, 0xb9, 0xd0, 0x8c, 0xf3, 0x67, 0x46, 0x46, 0xb6, 0x75, 0x63, 0x4c, 0xec, 0x78, 0xac, 0x3a,
0x3b, 0xcc, 0xd3, 0x2f, 0x38, 0x74, 0x87, 0xa7, 0xe1, 0xc6, 0x99, 0x75, 0x3c, 0xe3, 0x37, 0xce,
0xac, 0x13, 0xf9, 0x3d, 0x19, 0x58, 0x78, 0xbe, 0x21, 0x2b, 0xb0, 0xc4, 0x33, 0x4b, 0x19, 0x31,
0x20, 0x99, 0xac, 0x11, 0x5b, 0xc3, 0x64, 0xd6, 0x04, 0x65, 0xc7, 0xf0, 0xa1, 0x44, 0x4c, 0xc6,
0xd6, 0x50, 0x9d, 0x86, 0xd1, 0xa7, 0x56, 0xfa, 0x50, 0xdb, 0x08, 0xfc, 0xe7, 0xfb, 0x61, 0x1e,
0xe1, 0xff, 0xc7, 0xbe, 0xee, 0xbf, 0xfe, 0x8b, 0x77, 0x3a, 0x0e, 0xdd, 0xe9, 0x6f, 0x31, 0x0d,
0xbe, 0x25, 0x70, 0x6f, 0x38, 0xbe, 0xfc, 0xba, 0xe5, 0x78, 0x14, 0x07, 0x9e, 0xe5, 0xde, 0xe2,
0x7d, 0x49, 0x68, 0x6f, 0x6b, 0xab, 0xc8, 0xff, 0xef, 0xfc, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff,
0xa8, 0x9d, 0xf6, 0x02, 0x9c, 0x49, 0x00, 0x00,
// 3823 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3b, 0x4d, 0x73, 0x1c, 0x49,
0x56, 0xaa, 0x6e, 0xf5, 0xd7, 0xeb, 0x6e, 0xa9, 0x95, 0x92, 0xe5, 0x9e, 0xf6, 0x78, 0x2c, 0xd7,
0x8e, 0xd7, 0xb2, 0xbd, 0xb6, 0xd7, 0xf2, 0xec, 0xcc, 0xe2, 0x01, 0x66, 0x2d, 0x89, 0xb1, 0x15,
0x63, 0x1b, 0x6d, 0x69, 0x76, 0x37, 0x96, 0x09, 0x47, 0x45, 0xa9, 0x2a, 0xd5, 0xaa, 0x50, 0x75,
0x55, 0x6f, 0x65, 0xb6, 0x65, 0xcd, 0x69, 0x23, 0x96, 0x80, 0x20, 0x76, 0x98, 0x0d, 0x02, 0x82,
0x8f, 0x03, 0x04, 0xc1, 0xc7, 0x81, 0x03, 0x04, 0xcb, 0x12, 0x40, 0x70, 0x81, 0x03, 0x11, 0x70,
0x20, 0x82, 0x8f, 0x0b, 0x07, 0x2e, 0xfc, 0x01, 0x6e, 0x1c, 0x39, 0x10, 0xf9, 0x51, 0xd5, 0x55,
0xd5, 0x59, 0xad, 0x96, 0x7b, 0x8c, 0xa4, 0x5b, 0xd5, 0xcb, 0xf7, 0x32, 0x5f, 0xbe, 0x7c, 0x1f,
0x99, 0x2f, 0x5f, 0x42, 0xa3, 0xe7, 0x7a, 0x2f, 0x06, 0xe4, 0x4e, 0x3f, 0x0c, 0x68, 0x80, 0x16,
0x93, 0x7f, 0x77, 0xc4, 0x4f, 0xa7, 0x61, 0x07, 0xbd, 0x5e, 0xe0, 0x0b, 0x60, 0xa7, 0x41, 0xec,
0x7d, 0xdc, 0xb3, 0xc4, 0x9f, 0xfe, 0x7b, 0x1a, 0xa0, 0x8d, 0x10, 0x5b, 0x14, 0x3f, 0xf4, 0x5c,
0x8b, 0x18, 0xf8, 0x7b, 0x03, 0x4c, 0x28, 0xfa, 0x2a, 0xcc, 0xee, 0x5a, 0x04, 0xb7, 0xb5, 0x15,
0x6d, 0xb5, 0xbe, 0xf6, 0xe6, 0x9d, 0x54, 0xb7, 0xb2, 0xbb, 0xa7, 0xa4, 0xbb, 0x6e, 0x11, 0x6c,
0x70, 0x4c, 0x74, 0x11, 0x2a, 0xce, 0xae, 0xe9, 0x5b, 0x3d, 0xdc, 0x2e, 0xac, 0x68, 0xab, 0x35,
0xa3, 0xec, 0xec, 0x3e, 0xb3, 0x7a, 0x18, 0x5d, 0x87, 0x79, 0x3b, 0xf0, 0x3c, 0x6c, 0x53, 0x37,
0xf0, 0x05, 0x42, 0x91, 0x23, 0xcc, 0x0d, 0xc1, 0x1c, 0x71, 0x09, 0x4a, 0x16, 0xe3, 0xa1, 0x3d,
0xcb, 0x9b, 0xc5, 0x8f, 0x4e, 0xa0, 0xb5, 0x19, 0x06, 0xfd, 0xd7, 0xc5, 0x5d, 0x3c, 0x68, 0x31,
0x39, 0xe8, 0xef, 0x6a, 0xb0, 0xf0, 0xd0, 0xa3, 0x38, 0x3c, 0xa3, 0x42, 0xf9, 0xed, 0x02, 0x5c,
0x14, 0xab, 0xb6, 0x11, 0xa3, 0x9f, 0x26, 0x97, 0xcb, 0x50, 0x16, 0x5a, 0xc5, 0xd9, 0x6c, 0x18,
0xf2, 0x0f, 0x5d, 0x06, 0x20, 0xfb, 0x56, 0xe8, 0x10, 0xd3, 0x1f, 0xf4, 0xda, 0xa5, 0x15, 0x6d,
0xb5, 0x64, 0xd4, 0x04, 0xe4, 0xd9, 0xa0, 0x87, 0x0c, 0x58, 0xb0, 0x03, 0x9f, 0xb8, 0x84, 0x62,
0xdf, 0x3e, 0x32, 0x3d, 0xfc, 0x02, 0x7b, 0xed, 0xf2, 0x8a, 0xb6, 0x3a, 0xb7, 0x76, 0x4d, 0xc9,
0xf7, 0xc6, 0x10, 0xfb, 0x09, 0x43, 0x36, 0x5a, 0x76, 0x06, 0xa2, 0xff, 0x50, 0x83, 0x0b, 0x4c,
0x61, 0xce, 0x84, 0x60, 0xf4, 0x3f, 0xd1, 0x60, 0xe9, 0xb1, 0x45, 0xce, 0xc6, 0x2a, 0x5d, 0x06,
0xa0, 0x6e, 0x0f, 0x9b, 0x84, 0x5a, 0xbd, 0x3e, 0x5f, 0xa9, 0x59, 0xa3, 0xc6, 0x20, 0x3b, 0x0c,
0xa0, 0x7f, 0x17, 0x1a, 0xeb, 0x41, 0xe0, 0x19, 0x98, 0xf4, 0x03, 0x9f, 0x60, 0x74, 0x1f, 0xca,
0x84, 0x5a, 0x74, 0x40, 0x24, 0x93, 0x97, 0x94, 0x4c, 0xee, 0x70, 0x14, 0x43, 0xa2, 0x32, 0x7d,
0x7d, 0x61, 0x79, 0x03, 0xc1, 0x63, 0xd5, 0x10, 0x3f, 0xfa, 0x27, 0x30, 0xb7, 0x43, 0x43, 0xd7,
0xef, 0x7e, 0x81, 0x9d, 0xd7, 0xa2, 0xce, 0xff, 0x5d, 0x83, 0x37, 0x36, 0x31, 0xb1, 0x43, 0x77,
0xf7, 0x8c, 0x98, 0x83, 0x0e, 0x8d, 0x21, 0x64, 0x6b, 0x93, 0x8b, 0xba, 0x68, 0xa4, 0x60, 0x99,
0xc5, 0x28, 0x65, 0x17, 0xe3, 0xfb, 0x25, 0xe8, 0xa8, 0x26, 0x35, 0x8d, 0xf8, 0x7e, 0x26, 0xb6,
0xd2, 0x02, 0x27, 0xca, 0xd8, 0x98, 0x8c, 0x0b, 0xc3, 0xd1, 0x76, 0x38, 0x20, 0x36, 0xe6, 0xec,
0xac, 0x8a, 0x8a, 0x59, 0xad, 0xc1, 0x85, 0x17, 0x6e, 0x48, 0x07, 0x96, 0x67, 0xda, 0xfb, 0x96,
0xef, 0x63, 0x8f, 0xcb, 0x89, 0xb9, 0xaf, 0xe2, 0x6a, 0xcd, 0x58, 0x94, 0x8d, 0x1b, 0xa2, 0x8d,
0x09, 0x8b, 0xa0, 0x77, 0x60, 0xb9, 0xbf, 0x7f, 0x44, 0x5c, 0x7b, 0x84, 0xa8, 0xc4, 0x89, 0x96,
0xa2, 0xd6, 0x14, 0xd5, 0x2d, 0x58, 0xb0, 0xb9, 0x07, 0x74, 0x4c, 0x26, 0x35, 0x21, 0xc6, 0x32,
0x17, 0x63, 0x4b, 0x36, 0x7c, 0x1c, 0xc1, 0x19, 0x5b, 0x11, 0xf2, 0x80, 0xda, 0x09, 0x82, 0x0a,
0x27, 0x58, 0x94, 0x8d, 0xdf, 0xa2, 0xf6, 0x90, 0x26, 0xed, 0xbb, 0xaa, 0x59, 0xdf, 0xd5, 0x86,
0x0a, 0xf7, 0xc5, 0x98, 0xb4, 0x6b, 0x9c, 0xcd, 0xe8, 0x17, 0x6d, 0xc1, 0x3c, 0xa1, 0x56, 0x48,
0xcd, 0x7e, 0x40, 0x5c, 0x26, 0x17, 0xd2, 0x86, 0x95, 0xe2, 0x6a, 0x7d, 0x6d, 0x45, 0xb9, 0x48,
0x1f, 0xe1, 0xa3, 0x4d, 0x8b, 0x5a, 0xdb, 0x96, 0x1b, 0x1a, 0x73, 0x9c, 0x70, 0x3b, 0xa2, 0x53,
0x3b, 0xc8, 0xfa, 0x54, 0x0e, 0x52, 0xa5, 0xc5, 0x0d, 0xa5, 0xef, 0x62, 0x9e, 0xf4, 0x49, 0x60,
0x39, 0x67, 0xc3, 0x93, 0x7e, 0xae, 0x41, 0xdb, 0xc0, 0x1e, 0xb6, 0xc8, 0xd9, 0x30, 0x72, 0xfd,
0x37, 0x34, 0x78, 0xeb, 0x11, 0xa6, 0x09, 0x73, 0xa1, 0x16, 0x75, 0x09, 0x75, 0xed, 0xd3, 0xdc,
0x30, 0xe8, 0x3f, 0xd2, 0xe0, 0x4a, 0x2e, 0x5b, 0xd3, 0x78, 0x8f, 0xf7, 0xa0, 0xc4, 0xbe, 0x48,
0xbb, 0xc0, 0x95, 0xf9, 0x6a, 0x9e, 0x32, 0x7f, 0x9b, 0x39, 0x65, 0xae, 0xcd, 0x02, 0x5f, 0xff,
0x2f, 0x0d, 0x96, 0x77, 0xf6, 0x83, 0xc3, 0x21, 0x4b, 0xaf, 0x43, 0x40, 0x69, 0x7f, 0x5a, 0xcc,
0xf8, 0x53, 0x74, 0x0f, 0x66, 0xe9, 0x51, 0x1f, 0x73, 0x57, 0x3c, 0xb7, 0x76, 0xf9, 0x8e, 0x62,
0x9f, 0x7c, 0x87, 0x31, 0xf9, 0xf1, 0x51, 0x1f, 0x1b, 0x1c, 0x15, 0xdd, 0x80, 0x56, 0x46, 0xe4,
0x91, 0x47, 0x9a, 0x4f, 0xcb, 0x9c, 0xe8, 0x7f, 0x53, 0x80, 0x8b, 0x23, 0x53, 0x9c, 0x46, 0xd8,
0xaa, 0xb1, 0x0b, 0xca, 0xb1, 0xd1, 0x35, 0x48, 0xa8, 0x80, 0xe9, 0x3a, 0x6c, 0x2b, 0x5b, 0x5c,
0x2d, 0x1a, 0xcd, 0x84, 0x63, 0x76, 0x08, 0xba, 0x0d, 0x68, 0xc4, 0x5f, 0x0a, 0xb7, 0x3c, 0x6b,
0x2c, 0x64, 0x1d, 0x26, 0x77, 0xca, 0x4a, 0x8f, 0x29, 0x44, 0x30, 0x6b, 0x2c, 0x29, 0x5c, 0x26,
0x41, 0xf7, 0x60, 0xc9, 0xf5, 0x9f, 0xe2, 0x5e, 0x10, 0x1e, 0x99, 0x7d, 0x1c, 0xda, 0xd8, 0xa7,
0x56, 0x17, 0x93, 0x76, 0x99, 0x73, 0xb4, 0x18, 0xb5, 0x6d, 0x0f, 0x9b, 0xf4, 0x9f, 0x68, 0xb0,
0x2c, 0xb6, 0xb2, 0xdb, 0x56, 0x48, 0xdd, 0xd3, 0x0e, 0xdd, 0xd7, 0x60, 0xae, 0x1f, 0xf1, 0x21,
0xf0, 0xc4, 0xc6, 0xbb, 0x19, 0x43, 0xb9, 0x95, 0xfd, 0x58, 0x83, 0x25, 0xb6, 0xcb, 0x3c, 0x4f,
0x3c, 0xff, 0xb9, 0x06, 0x8b, 0x8f, 0x2d, 0x72, 0x9e, 0x58, 0xfe, 0x4b, 0x19, 0x82, 0x62, 0x9e,
0x4f, 0xf5, 0x2c, 0x76, 0x1d, 0xe6, 0xd3, 0x4c, 0x47, 0xdb, 0x9a, 0xb9, 0x14, 0xd7, 0x44, 0xff,
0xeb, 0x61, 0xac, 0x3a, 0x67, 0x9c, 0xff, 0xad, 0x06, 0x97, 0x1f, 0x61, 0x1a, 0x73, 0x7d, 0x26,
0x62, 0xda, 0xa4, 0xda, 0xf2, 0xb9, 0x88, 0xc8, 0x4a, 0xe6, 0x4f, 0x25, 0xf2, 0xfd, 0xb0, 0x00,
0x17, 0x58, 0x58, 0x38, 0x1b, 0x4a, 0x30, 0xc9, 0xa9, 0x44, 0xa1, 0x28, 0x25, 0x95, 0xa2, 0xc4,
0xf1, 0xb4, 0x3c, 0x71, 0x3c, 0xd5, 0xff, 0xa2, 0x20, 0xf6, 0x01, 0x49, 0x69, 0x4c, 0xb3, 0x2c,
0x0a, 0x5e, 0x0b, 0x4a, 0x5e, 0x75, 0x68, 0xc4, 0x90, 0xad, 0xcd, 0x28, 0x3e, 0xa6, 0x60, 0x67,
0x36, 0x3c, 0x7e, 0xa6, 0xc1, 0x72, 0x74, 0x0e, 0xdc, 0xc1, 0xdd, 0x1e, 0xf6, 0xe9, 0xab, 0xeb,
0x50, 0x56, 0x03, 0x0a, 0x0a, 0x0d, 0x78, 0x13, 0x6a, 0x44, 0x8c, 0x13, 0x1f, 0xf1, 0x86, 0x00,
0xfd, 0xef, 0x34, 0xb8, 0x38, 0xc2, 0xce, 0x34, 0x8b, 0xd8, 0x86, 0x8a, 0xeb, 0x3b, 0xf8, 0x65,
0xcc, 0x4d, 0xf4, 0xcb, 0x5a, 0x76, 0x07, 0xae, 0xe7, 0xc4, 0x6c, 0x44, 0xbf, 0xe8, 0x2a, 0x34,
0xb0, 0x6f, 0xed, 0x7a, 0xd8, 0xe4, 0xb8, 0x5c, 0x91, 0xab, 0x46, 0x5d, 0xc0, 0xb6, 0x18, 0x88,
0x11, 0xef, 0xb9, 0x98, 0x13, 0x97, 0x04, 0xb1, 0xfc, 0xd5, 0x7f, 0x55, 0x83, 0x45, 0xa6, 0x85,
0x92, 0x7b, 0xf2, 0x7a, 0xa5, 0xb9, 0x02, 0xf5, 0x84, 0x9a, 0xc9, 0x89, 0x24, 0x41, 0xfa, 0x01,
0x2c, 0xa5, 0xd9, 0x99, 0x46, 0x9a, 0x6f, 0x01, 0xc4, 0x6b, 0x25, 0xac, 0xa1, 0x68, 0x24, 0x20,
0xfa, 0x67, 0x85, 0x28, 0xdb, 0xcb, 0xc5, 0x74, 0xca, 0xc9, 0x28, 0xbe, 0x24, 0x49, 0x7f, 0x5e,
0xe3, 0x10, 0xde, 0xbc, 0x09, 0x0d, 0xfc, 0x92, 0x86, 0x96, 0xd9, 0xb7, 0x42, 0xab, 0x27, 0xcc,
0x6a, 0x22, 0xd7, 0x5b, 0xe7, 0x64, 0xdb, 0x9c, 0x8a, 0x0d, 0xc2, 0x55, 0x44, 0x0c, 0x52, 0x16,
0x83, 0x70, 0x08, 0x0f, 0x18, 0xff, 0xc4, 0x76, 0x71, 0x52, 0x9b, 0xcf, 0xba, 0x40, 0xd2, 0x53,
0x29, 0x65, 0xa7, 0xf2, 0xc7, 0x1a, 0xb4, 0xf8, 0x14, 0xc4, 0x7c, 0xfa, 0xac, 0xdb, 0x0c, 0x8d,
0x96, 0xa1, 0x19, 0x63, 0x7b, 0x3f, 0x05, 0x65, 0x29, 0xf7, 0xe2, 0xa4, 0x72, 0x97, 0x04, 0xc7,
0x4c, 0x43, 0xff, 0x03, 0x0d, 0x2e, 0x64, 0x44, 0x3e, 0x8d, 0xc2, 0x7f, 0x0c, 0x48, 0xcc, 0xd0,
0x19, 0x4e, 0x3b, 0x8a, 0xd3, 0xd7, 0x94, 0x41, 0x29, 0x2b, 0x24, 0x63, 0xc1, 0xcd, 0x40, 0x88,
0xfe, 0xaf, 0x1a, 0xbc, 0xf9, 0x08, 0x53, 0x8e, 0xba, 0xce, 0x9c, 0xce, 0x76, 0x18, 0x74, 0x43,
0x4c, 0xc8, 0xf9, 0xd5, 0x8f, 0xdf, 0x14, 0x1b, 0x3b, 0xd5, 0x94, 0xa6, 0x91, 0xff, 0x55, 0x68,
0xf0, 0x31, 0xb0, 0x63, 0x86, 0xc1, 0x21, 0x91, 0x7a, 0x54, 0x97, 0x30, 0x23, 0x38, 0xe4, 0x0a,
0x41, 0x03, 0x6a, 0x79, 0x02, 0x41, 0x46, 0x14, 0x0e, 0x61, 0xcd, 0xdc, 0x06, 0x23, 0xc6, 0x58,
0xe7, 0xf8, 0xfc, 0xca, 0xf8, 0x8f, 0x34, 0xb8, 0x90, 0x99, 0xca, 0x34, 0xb2, 0xfd, 0x9a, 0xd8,
0x76, 0x8a, 0xc9, 0xcc, 0xad, 0x5d, 0x51, 0xd2, 0x24, 0x06, 0x13, 0xd8, 0xe8, 0x0a, 0xd4, 0xf7,
0x2c, 0xd7, 0x33, 0x43, 0x6c, 0x91, 0xc0, 0x97, 0x13, 0x05, 0x06, 0x32, 0x38, 0x44, 0xff, 0x07,
0x4d, 0x5c, 0xa9, 0x9d, 0x73, 0x8f, 0xf7, 0x87, 0x05, 0x68, 0x6e, 0xf9, 0x04, 0x87, 0xf4, 0xec,
0x1f, 0x4d, 0xd0, 0x07, 0x50, 0xe7, 0x13, 0x23, 0xa6, 0x63, 0x51, 0x4b, 0x46, 0xb3, 0xb7, 0x94,
0xf9, 0xf7, 0x0f, 0x19, 0xde, 0xa6, 0x45, 0x2d, 0x43, 0x48, 0x87, 0xb0, 0x6f, 0x74, 0x09, 0x6a,
0xfb, 0x16, 0xd9, 0x37, 0x0f, 0xf0, 0x91, 0xd8, 0x2f, 0x36, 0x8d, 0x2a, 0x03, 0x7c, 0x84, 0x8f,
0x08, 0x7a, 0x03, 0xaa, 0xfe, 0xa0, 0x27, 0x0c, 0xac, 0xb2, 0xa2, 0xad, 0x36, 0x8d, 0x8a, 0x3f,
0xe8, 0x71, 0xf3, 0xfa, 0xe7, 0x02, 0xcc, 0x3d, 0x1d, 0xb0, 0x83, 0x10, 0xbf, 0x3d, 0x18, 0x78,
0xf4, 0xd5, 0x94, 0xf1, 0x26, 0x14, 0xc5, 0x96, 0x82, 0x51, 0xb4, 0x95, 0x8c, 0x6f, 0x6d, 0x12,
0x83, 0x21, 0xf1, 0xcc, 0xf9, 0xc0, 0xb6, 0xe5, 0xee, 0xac, 0xc8, 0x99, 0xad, 0x31, 0x88, 0xd8,
0x9b, 0x5d, 0x82, 0x1a, 0x0e, 0xc3, 0x78, 0xef, 0xc6, 0xa7, 0x82, 0xc3, 0x50, 0x34, 0xea, 0xd0,
0xb0, 0xec, 0x03, 0x3f, 0x38, 0xf4, 0xb0, 0xd3, 0xc5, 0x0e, 0x5f, 0xf6, 0xaa, 0x91, 0x82, 0x09,
0xc5, 0x60, 0x0b, 0x6f, 0xda, 0x3e, 0xe5, 0x51, 0xbd, 0xc8, 0x14, 0x83, 0x41, 0x36, 0x7c, 0xca,
0x9a, 0x1d, 0xec, 0x61, 0x8a, 0x79, 0x73, 0x45, 0x34, 0x0b, 0x88, 0x6c, 0x1e, 0xf4, 0x63, 0xea,
0xaa, 0x68, 0x16, 0x10, 0xd6, 0xfc, 0x26, 0xd4, 0x86, 0xd7, 0x03, 0xb5, 0x61, 0x1a, 0x91, 0x03,
0xf4, 0xff, 0xd4, 0xa0, 0xb9, 0xc9, 0xbb, 0x3a, 0x07, 0x4a, 0x87, 0x60, 0x16, 0xbf, 0xec, 0x87,
0xd2, 0x74, 0xf8, 0xf7, 0x58, 0x3d, 0xd2, 0x5f, 0x40, 0x6b, 0xdb, 0xb3, 0x6c, 0xbc, 0x1f, 0x78,
0x0e, 0x0e, 0x79, 0x6c, 0x47, 0x2d, 0x28, 0x52, 0xab, 0x2b, 0x37, 0x0f, 0xec, 0x13, 0x7d, 0x5d,
0x1e, 0xfd, 0x84, 0x5b, 0x7a, 0x5b, 0x19, 0x65, 0x13, 0xdd, 0x24, 0x32, 0xaa, 0xcb, 0x50, 0xe6,
0x57, 0x76, 0x62, 0x5b, 0xd1, 0x30, 0xe4, 0x9f, 0xfe, 0x3c, 0x35, 0xee, 0xa3, 0x30, 0x18, 0xf4,
0xd1, 0x16, 0x34, 0xfa, 0x43, 0x18, 0xd3, 0xd5, 0xfc, 0x98, 0x9e, 0x65, 0xda, 0x48, 0x91, 0xea,
0xff, 0x5d, 0x84, 0xe6, 0x0e, 0xb6, 0x42, 0x7b, 0xff, 0x3c, 0xe4, 0x60, 0x98, 0xc4, 0x1d, 0xe2,
0xc9, 0x55, 0x63, 0x9f, 0xe8, 0x16, 0x2c, 0x24, 0x26, 0x64, 0x76, 0x99, 0x80, 0xb8, 0xde, 0x37,
0x8c, 0x56, 0x3f, 0x2b, 0xb8, 0xf7, 0xa0, 0xea, 0x10, 0xcf, 0xe4, 0x4b, 0x54, 0xe1, 0x4b, 0xa4,
0x9e, 0xdf, 0x26, 0xf1, 0xf8, 0xd2, 0x54, 0x1c, 0xf1, 0x81, 0xbe, 0x04, 0xcd, 0x60, 0x40, 0xfb,
0x03, 0x6a, 0x0a, 0xbf, 0xd3, 0xae, 0x72, 0xf6, 0x1a, 0x02, 0xc8, 0xdd, 0x12, 0x41, 0x1f, 0x42,
0x93, 0x70, 0x51, 0x46, 0x1b, 0xf3, 0xda, 0xa4, 0x1b, 0xc4, 0x86, 0xa0, 0x93, 0x3b, 0xf3, 0x1b,
0xd0, 0xa2, 0xa1, 0xf5, 0x02, 0x7b, 0x89, 0xcb, 0x38, 0xe0, 0xd6, 0x36, 0x2f, 0xe0, 0xc3, 0x8b,
0xb8, 0xbb, 0xb0, 0xd8, 0x1d, 0x58, 0xa1, 0xe5, 0x53, 0x8c, 0x13, 0xd8, 0x75, 0x8e, 0x8d, 0xe2,
0xa6, 0x98, 0x40, 0xff, 0x08, 0x66, 0x1f, 0xbb, 0x94, 0x0b, 0x92, 0xf9, 0x2c, 0x8d, 0x1f, 0x83,
0xb8, 0x67, 0x7a, 0x03, 0xaa, 0x61, 0x70, 0x28, 0x7c, 0x70, 0x81, 0xab, 0x60, 0x25, 0x0c, 0x0e,
0xb9, 0x83, 0xe5, 0x25, 0x0c, 0x41, 0x28, 0x75, 0xb3, 0x60, 0xc8, 0x3f, 0xfd, 0xcf, 0xb4, 0xa1,
0xf2, 0x30, 0xf7, 0x49, 0x5e, 0xcd, 0x7f, 0x7e, 0x00, 0x95, 0x50, 0xd0, 0x8f, 0xbd, 0x7c, 0x4d,
0x8e, 0xc4, 0x63, 0x40, 0x44, 0x35, 0xf9, 0x05, 0xd0, 0x2f, 0x6a, 0xd0, 0xf8, 0xd0, 0x1b, 0x90,
0xd7, 0xa1, 0xec, 0xaa, 0x6b, 0x89, 0xa2, 0xfa, 0x4a, 0xe4, 0xd7, 0x0a, 0xd0, 0x94, 0x6c, 0x4c,
0xb3, 0x09, 0xca, 0x65, 0x65, 0x07, 0xea, 0x6c, 0x48, 0x93, 0xe0, 0x6e, 0x94, 0xd3, 0xa9, 0xaf,
0xad, 0x29, 0xdd, 0x43, 0x8a, 0x0d, 0x7e, 0xbf, 0xbd, 0xc3, 0x89, 0x7e, 0xce, 0xa7, 0xe1, 0x91,
0x01, 0x76, 0x0c, 0xe8, 0x3c, 0x87, 0xf9, 0x4c, 0x33, 0x53, 0xa2, 0x03, 0x7c, 0x14, 0xf9, 0xbf,
0x03, 0x7c, 0x84, 0xde, 0x49, 0x56, 0x21, 0xe4, 0x45, 0xf1, 0x27, 0x81, 0xdf, 0x7d, 0x18, 0x86,
0xd6, 0x91, 0xac, 0x52, 0x78, 0x50, 0xf8, 0xba, 0xa6, 0xff, 0x7d, 0x01, 0x1a, 0xdf, 0x1c, 0xe0,
0xf0, 0xe8, 0x34, 0xfd, 0x50, 0x14, 0x15, 0x66, 0x13, 0x51, 0x61, 0xc4, 0xf4, 0x4b, 0x0a, 0xd3,
0x57, 0x38, 0xb0, 0xb2, 0xd2, 0x81, 0xa9, 0x6c, 0xbb, 0x72, 0x22, 0xdb, 0xae, 0xe6, 0xda, 0xf6,
0x9f, 0x6a, 0xb1, 0x08, 0xa7, 0xb2, 0xc6, 0xd4, 0x76, 0xac, 0x70, 0xe2, 0xed, 0xd8, 0xc4, 0xd6,
0xf8, 0x63, 0x0d, 0x6a, 0xdf, 0xc6, 0x36, 0x0d, 0x42, 0xe6, 0x7f, 0x14, 0x64, 0xda, 0x04, 0x5b,
0xe3, 0x42, 0x76, 0x6b, 0x7c, 0x1f, 0xaa, 0xae, 0x63, 0x5a, 0x4c, 0xbf, 0xf8, 0xb8, 0xe3, 0xb6,
0x64, 0x15, 0xd7, 0xe1, 0x8a, 0x38, 0xf9, 0x25, 0xc0, 0x6f, 0x69, 0xd0, 0x10, 0x3c, 0x13, 0x41,
0xf9, 0x7e, 0x62, 0x38, 0x4d, 0xa5, 0xf4, 0xf2, 0x27, 0x9e, 0xe8, 0xe3, 0x99, 0xe1, 0xb0, 0x0f,
0x01, 0x98, 0x90, 0x25, 0xb9, 0xb0, 0x99, 0x15, 0x25, 0xb7, 0x82, 0x9c, 0x0b, 0xfc, 0xf1, 0x8c,
0x51, 0x63, 0x54, 0xbc, 0x8b, 0xf5, 0x0a, 0x94, 0x38, 0xb5, 0xfe, 0xbf, 0x1a, 0x2c, 0x6e, 0x58,
0x9e, 0xbd, 0xe9, 0x12, 0x6a, 0xf9, 0xf6, 0x14, 0x9b, 0xb0, 0x07, 0x50, 0x09, 0xfa, 0xa6, 0x87,
0xf7, 0xa8, 0x64, 0xe9, 0xea, 0x98, 0x19, 0x09, 0x31, 0x18, 0xe5, 0xa0, 0xff, 0x04, 0xef, 0x51,
0xf4, 0xd3, 0x50, 0x0d, 0xfa, 0x66, 0xe8, 0x76, 0xf7, 0xa9, 0x94, 0xfe, 0x04, 0xc4, 0x95, 0xa0,
0x6f, 0x30, 0x8a, 0x44, 0x6e, 0x65, 0xf6, 0x84, 0xb9, 0x15, 0xfd, 0xdf, 0x46, 0xa6, 0x3f, 0x85,
0x0d, 0x3c, 0x80, 0xaa, 0xeb, 0x53, 0xd3, 0x71, 0x49, 0x24, 0x82, 0xcb, 0x6a, 0x1d, 0xf2, 0x29,
0x9f, 0x01, 0x5f, 0x53, 0x9f, 0xb2, 0xb1, 0xd1, 0x37, 0x00, 0xf6, 0xbc, 0xc0, 0x92, 0xd4, 0x42,
0x06, 0x57, 0xd4, 0xe6, 0xc3, 0xd0, 0x22, 0xfa, 0x1a, 0x27, 0x62, 0x3d, 0x0c, 0x97, 0xf4, 0x5f,
0x34, 0xb8, 0xb0, 0x8d, 0x43, 0x51, 0xa3, 0x42, 0x65, 0x1a, 0x74, 0xcb, 0xdf, 0x0b, 0xd2, 0x99,
0x68, 0x2d, 0x93, 0x89, 0xfe, 0x62, 0xb2, 0xaf, 0xa9, 0x93, 0x93, 0xb8, 0x0f, 0x89, 0x4e, 0x4e,
0xd1, 0xad, 0x8f, 0x38, 0x79, 0xce, 0xe5, 0x2c, 0x93, 0xe4, 0x37, 0x79, 0x00, 0xd7, 0x7f, 0x5d,
0x54, 0x60, 0x28, 0x27, 0xf5, 0xea, 0x0a, 0xbb, 0x0c, 0xd2, 0xd3, 0x67, 0xfc, 0xfe, 0x97, 0x21,
0xe3, 0x3b, 0x72, 0x1c, 0xd1, 0xef, 0x68, 0xb0, 0x92, 0xcf, 0xd5, 0x34, 0x21, 0xfa, 0x1b, 0x50,
0x72, 0xfd, 0xbd, 0x20, 0x4a, 0xbb, 0xdd, 0x54, 0x6f, 0xd1, 0x95, 0xe3, 0x0a, 0x42, 0xfd, 0xaf,
0x0a, 0xd0, 0xe2, 0x4e, 0xfd, 0x14, 0x96, 0xbf, 0x87, 0x7b, 0x26, 0x71, 0x3f, 0xc5, 0xd1, 0xf2,
0xf7, 0x70, 0x6f, 0xc7, 0xfd, 0x14, 0xa7, 0x34, 0xa3, 0x94, 0xd6, 0x8c, 0xf1, 0x59, 0xe5, 0x64,
0x5a, 0xb5, 0x92, 0x4e, 0xab, 0x2e, 0x43, 0xd9, 0x0f, 0x1c, 0xbc, 0xb5, 0x29, 0x8f, 0x9d, 0xf2,
0x6f, 0xa8, 0x6a, 0xb5, 0x13, 0xaa, 0xda, 0xe7, 0x1a, 0x74, 0x1e, 0x61, 0x9a, 0x95, 0xdd, 0xe9,
0x69, 0xd9, 0x8f, 0x34, 0xb8, 0xa4, 0x64, 0x68, 0x1a, 0x05, 0x7b, 0x3f, 0xad, 0x60, 0xea, 0x33,
0xe0, 0xc8, 0x90, 0x52, 0xb7, 0xee, 0x41, 0x63, 0x73, 0xd0, 0xeb, 0xc5, 0x5b, 0xae, 0xab, 0xd0,
0x08, 0xc5, 0xa7, 0x38, 0x22, 0x89, 0xf8, 0x5b, 0x97, 0x30, 0x76, 0x10, 0xd2, 0x6f, 0x41, 0x53,
0x92, 0x48, 0xae, 0x3b, 0x50, 0x0d, 0xe5, 0xb7, 0xc4, 0x8f, 0xff, 0xf5, 0x0b, 0xb0, 0x68, 0xe0,
0x2e, 0x53, 0xed, 0xf0, 0x89, 0xeb, 0x1f, 0xc8, 0x61, 0xf4, 0x1f, 0x68, 0xb0, 0x94, 0x86, 0xcb,
0xbe, 0xde, 0x85, 0x8a, 0xe5, 0x38, 0x21, 0x26, 0x64, 0xec, 0xb2, 0x3c, 0x14, 0x38, 0x46, 0x84,
0x9c, 0x90, 0x5c, 0x61, 0x62, 0xc9, 0xe9, 0x26, 0x2c, 0x3c, 0xc2, 0xf4, 0x29, 0xa6, 0xe1, 0x54,
0x37, 0xf8, 0x6d, 0x76, 0x78, 0xe1, 0xc4, 0x52, 0x2d, 0xa2, 0x5f, 0xfd, 0x33, 0x0d, 0x50, 0x72,
0x84, 0x69, 0x96, 0x39, 0x29, 0xe5, 0x42, 0x5a, 0xca, 0xa2, 0xc8, 0xa9, 0xd7, 0x0f, 0x7c, 0xec,
0xd3, 0xe4, 0x76, 0xab, 0x19, 0x43, 0xb9, 0xfa, 0xfd, 0x44, 0x03, 0xf4, 0x24, 0xb0, 0x9c, 0x75,
0xcb, 0x9b, 0x6e, 0x7b, 0x70, 0x19, 0x80, 0x84, 0xb6, 0x29, 0xad, 0xb5, 0x20, 0xbd, 0x4f, 0x68,
0x3f, 0x13, 0x06, 0x7b, 0x05, 0xea, 0x0e, 0xa1, 0xb2, 0x39, 0xba, 0x50, 0x06, 0x87, 0x50, 0xd1,
0xce, 0xab, 0x53, 0x09, 0xb6, 0x3c, 0xec, 0x98, 0x89, 0xfb, 0xb8, 0x59, 0x8e, 0xd6, 0x12, 0x0d,
0x3b, 0xc3, 0x5b, 0xb9, 0xe7, 0x70, 0xf1, 0xa9, 0xe5, 0x0f, 0x2c, 0x6f, 0x23, 0xe8, 0xf5, 0xad,
0x54, 0x61, 0x63, 0xd6, 0xcd, 0x69, 0x0a, 0x37, 0xf7, 0x96, 0xa8, 0x7c, 0x13, 0x5b, 0x6b, 0xce,
0xeb, 0xac, 0x91, 0x80, 0xe8, 0x04, 0xda, 0xa3, 0xdd, 0x4f, 0xb3, 0x50, 0x9c, 0xa9, 0xa8, 0xab,
0xa4, 0xef, 0x1d, 0xc2, 0xf4, 0x0f, 0xe0, 0x0d, 0x5e, 0x85, 0x18, 0x81, 0x52, 0xa9, 0xfd, 0x6c,
0x07, 0x9a, 0xa2, 0x83, 0x5f, 0x2e, 0x70, 0xd7, 0x36, 0xd2, 0xc3, 0x34, 0x8c, 0x3f, 0x48, 0x67,
0xd4, 0xdf, 0xce, 0x29, 0xa1, 0x4d, 0x8f, 0x28, 0xd3, 0xea, 0xab, 0x30, 0x8f, 0x5f, 0x62, 0x7b,
0x40, 0x5d, 0xbf, 0xbb, 0xed, 0x59, 0xfe, 0xb3, 0x40, 0x06, 0x94, 0x2c, 0x18, 0xbd, 0x0d, 0x4d,
0x26, 0xfd, 0x60, 0x40, 0x25, 0x9e, 0x88, 0x2c, 0x69, 0x20, 0xeb, 0x8f, 0xcd, 0xd7, 0xc3, 0x14,
0x3b, 0x12, 0x4f, 0x84, 0x99, 0x2c, 0x78, 0x44, 0x94, 0x0c, 0x4c, 0x4e, 0x22, 0xca, 0xff, 0xd0,
0x32, 0xa2, 0x94, 0x3d, 0x9c, 0x96, 0x28, 0x1f, 0x03, 0xf4, 0x70, 0xd8, 0xc5, 0x5b, 0xdc, 0xa9,
0x8b, 0x93, 0xfb, 0xaa, 0xd2, 0xa9, 0x0f, 0x3b, 0x78, 0x1a, 0x11, 0x18, 0x09, 0x5a, 0xfd, 0x11,
0x2c, 0x2a, 0x50, 0x98, 0xbf, 0x22, 0xc1, 0x20, 0xb4, 0x71, 0x94, 0xfc, 0x89, 0x7e, 0x59, 0x7c,
0xa3, 0x56, 0xd8, 0xc5, 0x54, 0x2a, 0xad, 0xfc, 0xd3, 0xdf, 0xe5, 0x97, 0x50, 0x3c, 0x51, 0x90,
0xd2, 0xd4, 0xf4, 0x85, 0xba, 0x36, 0x72, 0xa1, 0xbe, 0xc7, 0x6f, 0x7c, 0x92, 0x74, 0x53, 0x16,
0x43, 0xec, 0xb1, 0xae, 0xb0, 0x23, 0x9f, 0x4f, 0x44, 0xbf, 0x6c, 0x97, 0xdc, 0xdc, 0xea, 0xf5,
0x83, 0xe1, 0x65, 0xc7, 0xc4, 0x47, 0xc9, 0xd1, 0x64, 0x71, 0x41, 0x95, 0x2c, 0xbe, 0x04, 0xb5,
0x30, 0x38, 0x34, 0x99, 0xf7, 0x73, 0xb8, 0x66, 0x57, 0x8d, 0x6a, 0x18, 0x1c, 0x32, 0x9f, 0xe8,
0xa0, 0x25, 0x28, 0xed, 0xb9, 0x5e, 0x7c, 0x60, 0x14, 0x3f, 0xe8, 0x7d, 0x76, 0x86, 0x12, 0x37,
0xae, 0x13, 0x5f, 0xcf, 0x47, 0x14, 0xfa, 0x27, 0x30, 0x17, 0x4d, 0x68, 0xca, 0x27, 0x21, 0xd4,
0x22, 0x07, 0x51, 0xb1, 0x83, 0xf8, 0xd1, 0x6f, 0x89, 0x8b, 0x38, 0xde, 0x7f, 0x6a, 0x3d, 0x11,
0xcc, 0x32, 0x0c, 0x69, 0x26, 0xfc, 0x5b, 0xff, 0x1f, 0x0d, 0x96, 0xb3, 0xd8, 0xd3, 0xb0, 0xf4,
0x6e, 0xda, 0x34, 0xd4, 0x55, 0xff, 0xc9, 0xd1, 0xa4, 0x59, 0xc8, 0x15, 0xb0, 0x83, 0x81, 0x4f,
0xa5, 0x6f, 0x61, 0x2b, 0xb0, 0xc1, 0xfe, 0xd1, 0x45, 0xa8, 0xb8, 0x8e, 0xe9, 0xb1, 0xe3, 0x96,
0x08, 0x23, 0x65, 0xd7, 0x79, 0xc2, 0x8e, 0x62, 0xef, 0x45, 0x9b, 0xa3, 0x89, 0x97, 0x40, 0xe0,
0xdf, 0xbc, 0x0a, 0xd5, 0xa8, 0x40, 0x0b, 0x55, 0xa0, 0xf8, 0xd0, 0xf3, 0x5a, 0x33, 0xa8, 0x01,
0xd5, 0x2d, 0x59, 0x85, 0xd4, 0xd2, 0x6e, 0xfe, 0x2c, 0xcc, 0x67, 0x12, 0xf9, 0xa8, 0x0a, 0xb3,
0xcf, 0x02, 0x1f, 0xb7, 0x66, 0x50, 0x0b, 0x1a, 0xeb, 0xae, 0x6f, 0x85, 0x47, 0xe2, 0x98, 0xdb,
0x72, 0xd0, 0x3c, 0xd4, 0xf9, 0x71, 0x4f, 0x02, 0xf0, 0xda, 0x3f, 0xae, 0x40, 0xf3, 0x29, 0x67,
0x67, 0x07, 0x87, 0x2f, 0x5c, 0x1b, 0x23, 0x13, 0x5a, 0xd9, 0x77, 0x6b, 0xe8, 0x2b, 0x6a, 0xd3,
0x57, 0x3f, 0x6f, 0xeb, 0x8c, 0x5b, 0x02, 0x7d, 0x06, 0x7d, 0x02, 0x73, 0xe9, 0xd7, 0x5f, 0x48,
0x7d, 0x1e, 0x51, 0x3e, 0x11, 0x3b, 0xae, 0x73, 0x13, 0x9a, 0xa9, 0xc7, 0x5c, 0xe8, 0x86, 0xb2,
0x6f, 0xd5, 0x83, 0xaf, 0x8e, 0x3a, 0x45, 0x90, 0x7c, 0x70, 0x25, 0xb8, 0x4f, 0xbf, 0xb8, 0xc8,
0xe1, 0x5e, 0xf9, 0x2c, 0xe3, 0x38, 0xee, 0x2d, 0x58, 0x18, 0x79, 0x40, 0x81, 0x6e, 0x2b, 0xfb,
0xcf, 0x7b, 0x68, 0x71, 0xdc, 0x10, 0x87, 0x80, 0x46, 0x1f, 0x2d, 0xa1, 0x3b, 0xea, 0x15, 0xc8,
0x7b, 0xb2, 0xd5, 0xb9, 0x3b, 0x31, 0x7e, 0x2c, 0xb8, 0x5f, 0xd2, 0xe0, 0x62, 0xce, 0xab, 0x07,
0x74, 0x5f, 0xd9, 0xdd, 0xf8, 0xa7, 0x1b, 0x9d, 0x77, 0x4e, 0x46, 0x14, 0x33, 0xe2, 0xc3, 0x7c,
0xe6, 0x21, 0x00, 0xba, 0x95, 0x5b, 0x1c, 0x39, 0xfa, 0x22, 0xa2, 0xf3, 0x95, 0xc9, 0x90, 0xe3,
0xf1, 0x9e, 0xc3, 0x7c, 0xa6, 0x7a, 0x3e, 0x67, 0x3c, 0x75, 0x8d, 0xfd, 0x71, 0x0b, 0xfa, 0x5d,
0x68, 0xa6, 0xca, 0xdc, 0x73, 0x34, 0x5e, 0x55, 0x0a, 0x7f, 0x5c, 0xd7, 0xcf, 0xa1, 0x91, 0xac,
0x46, 0x47, 0xab, 0x79, 0xb6, 0x34, 0xd2, 0xf1, 0x49, 0x4c, 0x69, 0x58, 0x6c, 0x3a, 0xc6, 0x94,
0x46, 0xea, 0x73, 0x27, 0x37, 0xa5, 0x44, 0xff, 0x63, 0x4d, 0xe9, 0xc4, 0x43, 0xfc, 0x40, 0x44,
0x25, 0x45, 0x31, 0x33, 0x5a, 0xcb, 0xd3, 0xcd, 0xfc, 0xb2, 0xed, 0xce, 0xfd, 0x13, 0xd1, 0xc4,
0x52, 0x3c, 0x80, 0xb9, 0x74, 0xc9, 0x6e, 0x8e, 0x14, 0x95, 0x55, 0xce, 0x9d, 0x5b, 0x13, 0xe1,
0xc6, 0x83, 0x7d, 0x0b, 0xea, 0x89, 0xa7, 0xe8, 0xe8, 0xfa, 0x18, 0x3d, 0x4e, 0xbe, 0xcb, 0x3e,
0x4e, 0x92, 0xdf, 0x84, 0x5a, 0xfc, 0x82, 0x1c, 0x5d, 0xcb, 0xd5, 0xdf, 0x93, 0x74, 0xb9, 0x03,
0x30, 0x7c, 0x1e, 0x8e, 0xbe, 0xac, 0xec, 0x73, 0xe4, 0xfd, 0xf8, 0x71, 0x9d, 0xc6, 0xd3, 0x17,
0x95, 0x10, 0xe3, 0xa6, 0x9f, 0x2c, 0xdd, 0x39, 0xae, 0xdb, 0x7d, 0x68, 0xa6, 0x0a, 0xee, 0xf2,
0x4c, 0x58, 0x51, 0x07, 0xd9, 0xb9, 0x39, 0x09, 0x6a, 0xbc, 0x7e, 0xfb, 0xd0, 0x4c, 0x95, 0x3f,
0xe5, 0x8c, 0xa4, 0xaa, 0xf6, 0xca, 0x19, 0x49, 0x59, 0x4d, 0xa5, 0xcf, 0xa0, 0xef, 0x27, 0x2a,
0xad, 0x52, 0xd5, 0x6c, 0xe8, 0xde, 0xd8, 0x7e, 0x54, 0xc5, 0x7c, 0x9d, 0xb5, 0x93, 0x90, 0xc4,
0x2c, 0x48, 0xad, 0x12, 0x22, 0xcd, 0xd7, 0xaa, 0x93, 0xac, 0xd4, 0x0e, 0x94, 0x45, 0x41, 0x13,
0xd2, 0x73, 0x4a, 0x17, 0x13, 0xd5, 0x4e, 0x9d, 0x2f, 0x29, 0x71, 0xd2, 0xb5, 0x3e, 0xa2, 0x53,
0x51, 0xb0, 0x92, 0xd3, 0x69, 0xaa, 0x9a, 0x65, 0xd2, 0x4e, 0x0d, 0x28, 0x8b, 0x9b, 0xea, 0x9c,
0x4e, 0x53, 0xd5, 0x16, 0x9d, 0xf1, 0x38, 0xfc, 0x0a, 0x43, 0x9f, 0x41, 0xdb, 0x50, 0xe2, 0xe7,
0x28, 0x74, 0x75, 0xdc, 0x25, 0xee, 0xb8, 0x1e, 0x53, 0xf7, 0xbc, 0xfa, 0x0c, 0xfa, 0x79, 0x28,
0xf1, 0xac, 0x60, 0x4e, 0x8f, 0xc9, 0x9b, 0xd8, 0xce, 0x58, 0x94, 0x88, 0x45, 0x07, 0x1a, 0xc9,
0xeb, 0x97, 0x9c, 0x90, 0xa5, 0xb8, 0xa0, 0xea, 0x4c, 0x82, 0x19, 0x8d, 0x22, 0xcc, 0x68, 0x78,
0xa6, 0xcc, 0x37, 0xa3, 0x91, 0xf3, 0x6a, 0xbe, 0x19, 0x8d, 0x1e, 0x51, 0xf5, 0x19, 0xf4, 0x2b,
0x1a, 0xb4, 0xf3, 0xee, 0x04, 0x50, 0xee, 0x0e, 0x68, 0xdc, 0xc5, 0x46, 0xe7, 0x6b, 0x27, 0xa4,
0x8a, 0x79, 0xf9, 0x14, 0x16, 0x15, 0x89, 0x63, 0x74, 0x37, 0xaf, 0xbf, 0x9c, 0x9c, 0x77, 0xe7,
0xab, 0x93, 0x13, 0xc4, 0x63, 0x6f, 0x43, 0x89, 0x27, 0x7c, 0x73, 0x14, 0x25, 0x99, 0x3f, 0xce,
0x51, 0xbd, 0x54, 0xbe, 0x58, 0x9f, 0x41, 0x18, 0x1a, 0xc9, 0xec, 0x6f, 0x8e, 0xa6, 0x28, 0x12,
0xc7, 0x9d, 0x1b, 0x13, 0x60, 0xc6, 0xc3, 0x98, 0x00, 0xc3, 0xec, 0x6b, 0x4e, 0x1c, 0x1a, 0x49,
0x00, 0x77, 0xae, 0x1f, 0x8b, 0x97, 0x0c, 0xc9, 0x89, 0x7c, 0x6a, 0x4e, 0x4c, 0x1a, 0xcd, 0xb8,
0x4e, 0x70, 0x4e, 0x18, 0xcd, 0xed, 0xe5, 0x9c, 0x13, 0x72, 0xd3, 0x88, 0x9d, 0xbb, 0x13, 0xe3,
0xc7, 0xf3, 0xf9, 0x1e, 0xb4, 0xb2, 0xb9, 0xd0, 0x9c, 0xf3, 0x67, 0x4e, 0x46, 0xb6, 0x73, 0x7b,
0x42, 0xec, 0x64, 0xac, 0xba, 0x34, 0xca, 0xd3, 0x77, 0x5c, 0xba, 0xcf, 0xd3, 0x70, 0x93, 0xcc,
0x3a, 0x99, 0xf1, 0x9b, 0x64, 0xd6, 0xa9, 0xfc, 0x9e, 0x0c, 0x2c, 0x3c, 0xdf, 0x90, 0x17, 0x58,
0x92, 0x99, 0xa5, 0x9c, 0x18, 0x90, 0x4e, 0xd6, 0x88, 0xad, 0x61, 0x3a, 0x6b, 0x82, 0xf2, 0x63,
0xf8, 0x48, 0x22, 0x26, 0x67, 0x6b, 0xa8, 0x4e, 0xc3, 0xe8, 0x33, 0x6b, 0x03, 0x68, 0x6c, 0x87,
0xc1, 0xcb, 0xa3, 0x28, 0x8f, 0xf0, 0xff, 0x63, 0x5f, 0xeb, 0xdf, 0x81, 0x39, 0x37, 0xc6, 0xe9,
0x86, 0x7d, 0x7b, 0xbd, 0x2e, 0xf2, 0x19, 0xdb, 0x8c, 0x78, 0x5b, 0xfb, 0x85, 0xfb, 0x5d, 0x97,
0xee, 0x0f, 0x76, 0x99, 0x82, 0xdf, 0x15, 0x68, 0xb7, 0xdd, 0x40, 0x7e, 0xdd, 0x75, 0x7d, 0x8a,
0x43, 0xdf, 0xf2, 0xee, 0xf2, 0xa1, 0x24, 0xb4, 0xbf, 0xfb, 0xfb, 0x9a, 0xb6, 0x5b, 0xe6, 0xa0,
0xfb, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0xd2, 0x82, 0x20, 0x00, 0xbe, 0x49, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.

View File

@ -1,11 +1,16 @@
syntax = "proto3";
package milvus.proto.schema;
option go_package = "github.com/milvus-io/milvus/internal/proto/schemapb";
option java_multiple_files = true;
option java_package = "io.milvus.grpc";
option java_outer_classname = "SchemaProto";
option java_generate_equals_and_hash = true;
import "common.proto";
/**
/**
* @brief Field data type
*/
enum DataType {

View File

@ -1041,66 +1041,68 @@ func init() {
func init() { proto.RegisterFile("schema.proto", fileDescriptor_1c5fb4d8cc22d66a) }
var fileDescriptor_1c5fb4d8cc22d66a = []byte{
// 973 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0xdd, 0x8e, 0xdb, 0x44,
0x14, 0x8e, 0xe3, 0xfc, 0xd8, 0xc7, 0xa1, 0x58, 0xd3, 0x82, 0x0c, 0x52, 0xbb, 0x69, 0x04, 0x52,
0x54, 0x89, 0x5d, 0x75, 0x0b, 0xa5, 0x54, 0x54, 0x40, 0x36, 0x5a, 0x25, 0x5a, 0x54, 0x2d, 0x5e,
0xb4, 0x17, 0xdc, 0x44, 0x93, 0x78, 0xba, 0x3b, 0x5a, 0xdb, 0x13, 0x66, 0x26, 0x15, 0x79, 0x00,
0xde, 0x80, 0x2b, 0xc4, 0xab, 0x71, 0x81, 0x78, 0x0e, 0x24, 0x34, 0x67, 0x26, 0x89, 0x21, 0xee,
0x6a, 0xef, 0xce, 0x8c, 0xcf, 0xf7, 0xcd, 0x39, 0xdf, 0xf9, 0x31, 0xf4, 0xd4, 0xe2, 0x9a, 0x15,
0xf4, 0x70, 0x29, 0x85, 0x16, 0xe4, 0x7e, 0xc1, 0xf3, 0xb7, 0x2b, 0x65, 0x4f, 0x87, 0xf6, 0xd3,
0xc7, 0xbd, 0x85, 0x28, 0x0a, 0x51, 0xda, 0xcb, 0xc1, 0x5f, 0x4d, 0x88, 0x4e, 0x39, 0xcb, 0xb3,
0x0b, 0xfc, 0x4a, 0x12, 0xe8, 0xbe, 0x31, 0xc7, 0xe9, 0x38, 0xf1, 0xfa, 0xde, 0xd0, 0x4f, 0x37,
0x47, 0x42, 0xa0, 0x55, 0xd2, 0x82, 0x25, 0xcd, 0xbe, 0x37, 0x0c, 0x53, 0xb4, 0xc9, 0x27, 0x70,
0x8f, 0xab, 0xd9, 0x52, 0xf2, 0x82, 0xca, 0xf5, 0xec, 0x86, 0xad, 0x13, 0xbf, 0xef, 0x0d, 0x83,
0xb4, 0xc7, 0xd5, 0xb9, 0xbd, 0x3c, 0x63, 0x6b, 0xd2, 0x87, 0x28, 0x63, 0x6a, 0x21, 0xf9, 0x52,
0x73, 0x51, 0x26, 0x2d, 0x24, 0xa8, 0x5e, 0x91, 0x97, 0x10, 0x66, 0x54, 0xd3, 0x99, 0x5e, 0x2f,
0x59, 0xd2, 0xee, 0x7b, 0xc3, 0x7b, 0xc7, 0x0f, 0x0f, 0x6b, 0x82, 0x3f, 0x1c, 0x53, 0x4d, 0x7f,
0x5c, 0x2f, 0x59, 0x1a, 0x64, 0xce, 0x22, 0x23, 0x88, 0x0c, 0x6c, 0xb6, 0xa4, 0x92, 0x16, 0x2a,
0xe9, 0xf4, 0xfd, 0x61, 0x74, 0xfc, 0xf8, 0xbf, 0x68, 0x97, 0xf2, 0x19, 0x5b, 0x5f, 0xd2, 0x7c,
0xc5, 0xce, 0x29, 0x97, 0x29, 0x18, 0xd4, 0x39, 0x82, 0xc8, 0x18, 0x7a, 0xbc, 0xcc, 0xd8, 0x2f,
0x1b, 0x92, 0xee, 0x5d, 0x49, 0x22, 0x84, 0x39, 0x96, 0x0f, 0xa1, 0x43, 0x57, 0x5a, 0x4c, 0xc7,
0x49, 0x80, 0x2a, 0xb8, 0xd3, 0xe0, 0x77, 0x0f, 0xe2, 0x13, 0x91, 0xe7, 0x6c, 0x61, 0x92, 0x75,
0x42, 0x6f, 0xe4, 0xf4, 0x2a, 0x72, 0xfe, 0x4f, 0xa8, 0xe6, 0xbe, 0x50, 0xbb, 0x27, 0xfc, 0xea,
0x13, 0xe4, 0x05, 0x74, 0xb0, 0x4e, 0x2a, 0x69, 0x61, 0xe8, 0xfd, 0x5a, 0xf5, 0x2a, 0x85, 0x4e,
0x9d, 0xff, 0xe0, 0x00, 0xc2, 0x91, 0x10, 0xf9, 0x77, 0x52, 0xd2, 0xb5, 0x09, 0xca, 0xe8, 0x9a,
0x78, 0x7d, 0x7f, 0x18, 0xa4, 0x68, 0x0f, 0x1e, 0x41, 0x30, 0x2d, 0xf5, 0xfe, 0xf7, 0xb6, 0xfb,
0x7e, 0x00, 0xe1, 0xf7, 0xa2, 0xbc, 0xda, 0x77, 0xf0, 0x9d, 0x43, 0x1f, 0xe0, 0x34, 0x17, 0xb4,
0x86, 0xa2, 0xe9, 0x3c, 0x1e, 0x43, 0x34, 0x16, 0xab, 0x79, 0xce, 0xf6, 0x5d, 0xbc, 0x1d, 0xc9,
0x68, 0xad, 0x99, 0xda, 0xf7, 0xe8, 0xed, 0x48, 0x2e, 0xb4, 0xe4, 0x75, 0x91, 0x84, 0xce, 0xe5,
0x4f, 0x1f, 0xa2, 0x8b, 0x05, 0xcd, 0xa9, 0x44, 0x25, 0xc8, 0x2b, 0x08, 0xe7, 0x42, 0xe4, 0x33,
0xe7, 0xe8, 0x0d, 0xa3, 0xe3, 0x47, 0xb5, 0xc2, 0x6d, 0x15, 0x9a, 0x34, 0xd2, 0xc0, 0x40, 0x4c,
0x1f, 0x92, 0x97, 0x10, 0xf0, 0x52, 0x5b, 0x74, 0x13, 0xd1, 0xf5, 0x4d, 0xbb, 0x91, 0x6f, 0xd2,
0x48, 0xbb, 0xbc, 0xd4, 0x88, 0x7d, 0x05, 0x61, 0x2e, 0xca, 0x2b, 0x0b, 0xf6, 0x6f, 0x79, 0x7a,
0xab, 0xad, 0x79, 0xda, 0x40, 0x10, 0xfe, 0x2d, 0xc0, 0x1b, 0xa3, 0xa9, 0xc5, 0xb7, 0x10, 0x7f,
0x50, 0x5f, 0xf3, 0xad, 0xf4, 0x93, 0x46, 0x1a, 0x22, 0x08, 0x19, 0x4e, 0x20, 0xca, 0x50, 0x73,
0x4b, 0xd1, 0x46, 0x8a, 0xfa, 0xb6, 0xa9, 0xd4, 0x66, 0xd2, 0x48, 0xc1, 0xc2, 0x36, 0x24, 0x0a,
0x35, 0xb7, 0x24, 0x9d, 0x5b, 0x48, 0x2a, 0xb5, 0x31, 0x24, 0x16, 0xb6, 0xc9, 0x65, 0x6e, 0x4a,
0x6b, 0x39, 0xba, 0xb7, 0xe4, 0xb2, 0xeb, 0x00, 0x93, 0x0b, 0x82, 0x0c, 0xc3, 0xa8, 0x63, 0x6b,
0x3d, 0xf8, 0xcd, 0x83, 0xe8, 0x92, 0x2d, 0xb4, 0x70, 0xf5, 0x8d, 0xc1, 0xcf, 0x78, 0xe1, 0x16,
0x99, 0x31, 0xcd, 0xa0, 0x5b, 0xdd, 0xde, 0xa2, 0x9b, 0x2b, 0xdb, 0x1d, 0x94, 0x8b, 0x10, 0x66,
0xc9, 0xc9, 0xa7, 0xf0, 0xde, 0x9c, 0x97, 0x66, 0xe5, 0x39, 0x1a, 0x53, 0xc0, 0xde, 0xa4, 0x91,
0xf6, 0xec, 0xb5, 0x75, 0xdb, 0x86, 0xf5, 0x8f, 0x07, 0x21, 0x06, 0x84, 0xe9, 0x3e, 0x85, 0x16,
0xae, 0x39, 0xef, 0x2e, 0x6b, 0x0e, 0x5d, 0xc9, 0x43, 0x00, 0x9c, 0xd6, 0x59, 0x65, 0x01, 0x87,
0x78, 0xf3, 0xda, 0xac, 0x8d, 0xaf, 0xa1, 0xab, 0xb0, 0xab, 0x95, 0xeb, 0xa4, 0x77, 0x54, 0x60,
0xd7, 0xf9, 0xa6, 0x13, 0x1d, 0xc4, 0xa0, 0x6d, 0x16, 0xca, 0xf5, 0x51, 0x3d, 0xba, 0xa2, 0xab,
0x41, 0x3b, 0x08, 0xf9, 0x08, 0x02, 0x1b, 0x1a, 0xcf, 0xb0, 0x87, 0xb6, 0x3f, 0x8c, 0x6c, 0xd4,
0x85, 0x36, 0x9a, 0x83, 0x5f, 0x3d, 0xf0, 0xa7, 0x63, 0x45, 0xbe, 0x84, 0x8e, 0x99, 0x17, 0x9e,
0xdd, 0x3a, 0x6b, 0xd5, 0x86, 0x6f, 0xf3, 0x52, 0x4f, 0x33, 0xf2, 0x15, 0x74, 0x94, 0x96, 0x06,
0xd8, 0xbc, 0x73, 0x87, 0xb5, 0x95, 0x96, 0xd3, 0x6c, 0x04, 0x10, 0xf0, 0x6c, 0x66, 0xe3, 0xf8,
0xdb, 0x83, 0xf8, 0x82, 0x51, 0xb9, 0xb8, 0x4e, 0x99, 0x5a, 0xe5, 0x76, 0x0e, 0x0e, 0x20, 0x2a,
0x57, 0xc5, 0xec, 0xe7, 0x15, 0x93, 0x9c, 0x29, 0xd7, 0x2b, 0x50, 0xae, 0x8a, 0x1f, 0xec, 0x0d,
0xb9, 0x0f, 0x6d, 0x2d, 0x96, 0xb3, 0x1b, 0x7c, 0xdb, 0x4f, 0x5b, 0x5a, 0x2c, 0xcf, 0xc8, 0x37,
0x10, 0xd9, 0xfd, 0xb9, 0x19, 0x60, 0xff, 0x9d, 0xf9, 0x6c, 0x2b, 0x9f, 0xda, 0x22, 0x62, 0xcb,
0x9a, 0x45, 0xae, 0x16, 0x42, 0x32, 0xbb, 0xb0, 0x9b, 0xa9, 0x3b, 0x91, 0x27, 0xe0, 0xf3, 0x4c,
0xb9, 0x71, 0x4c, 0xea, 0xd7, 0xc9, 0x58, 0xa5, 0xc6, 0x89, 0x3c, 0xc0, 0xc8, 0x6e, 0xec, 0x3f,
0xcf, 0x4f, 0xed, 0xe1, 0xc9, 0x1f, 0x1e, 0x04, 0x9b, 0xfe, 0x21, 0x01, 0xb4, 0x5e, 0x8b, 0x92,
0xc5, 0x0d, 0x63, 0x99, 0x2d, 0x16, 0x7b, 0xc6, 0x9a, 0x96, 0xfa, 0x45, 0xdc, 0x24, 0x21, 0xb4,
0xa7, 0xa5, 0x7e, 0xfa, 0x3c, 0xf6, 0x9d, 0xf9, 0xec, 0x38, 0x6e, 0x39, 0xf3, 0xf9, 0xe7, 0x71,
0xdb, 0x98, 0x38, 0x05, 0x31, 0x10, 0x80, 0x8e, 0xdd, 0x03, 0x71, 0x64, 0x6c, 0x2b, 0x76, 0xfc,
0x80, 0x44, 0xd0, 0xbd, 0xa4, 0xf2, 0xe4, 0x9a, 0xca, 0xf8, 0x03, 0x12, 0x43, 0x6f, 0x54, 0x99,
0x80, 0x38, 0x23, 0xef, 0x43, 0x74, 0xba, 0x9b, 0x9c, 0x98, 0x8d, 0xbe, 0xf8, 0xe9, 0xd9, 0x15,
0xd7, 0xd7, 0xab, 0xb9, 0xf9, 0x9f, 0x1e, 0xd9, 0xfc, 0x3e, 0xe3, 0xc2, 0x59, 0x47, 0xbc, 0xd4,
0x4c, 0x96, 0x34, 0x3f, 0xc2, 0x94, 0x8f, 0x6c, 0xca, 0xcb, 0xf9, 0xbc, 0x83, 0xe7, 0x67, 0xff,
0x06, 0x00, 0x00, 0xff, 0xff, 0xdc, 0x49, 0xd4, 0x84, 0xe1, 0x08, 0x00, 0x00,
// 995 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x5d, 0x6f, 0xe3, 0x44,
0x17, 0xce, 0xc4, 0xf9, 0xb0, 0x8f, 0xf3, 0xf6, 0xb5, 0x66, 0x17, 0x64, 0x90, 0x76, 0x9b, 0x8d,
0x40, 0x8a, 0x56, 0xa2, 0xd5, 0xb6, 0x68, 0x59, 0x56, 0xac, 0x80, 0x34, 0xaa, 0x12, 0x15, 0xad,
0x82, 0x8b, 0x8a, 0xc4, 0x4d, 0x34, 0x89, 0x67, 0xdb, 0x51, 0x6d, 0x8f, 0x99, 0x99, 0xac, 0xc8,
0x0f, 0xe0, 0x1f, 0x70, 0x85, 0xb8, 0xe0, 0x8f, 0x71, 0x81, 0xf8, 0x1d, 0x48, 0x68, 0x3e, 0x92,
0x18, 0xe2, 0xad, 0x7a, 0x77, 0x66, 0x7c, 0x9e, 0x67, 0xce, 0x79, 0xce, 0x87, 0xa1, 0x27, 0x97,
0x37, 0x34, 0x27, 0x47, 0xa5, 0xe0, 0x8a, 0xe3, 0x07, 0x39, 0xcb, 0xde, 0xae, 0xa4, 0x3d, 0x1d,
0xd9, 0x4f, 0x1f, 0xf6, 0x96, 0x3c, 0xcf, 0x79, 0x61, 0x2f, 0x07, 0x7f, 0x36, 0x21, 0x3c, 0x67,
0x34, 0x4b, 0x2f, 0xcd, 0x57, 0x1c, 0x43, 0xf7, 0x8d, 0x3e, 0x4e, 0xc7, 0x31, 0xea, 0xa3, 0xa1,
0x97, 0x6c, 0x8e, 0x18, 0x43, 0xab, 0x20, 0x39, 0x8d, 0x9b, 0x7d, 0x34, 0x0c, 0x12, 0x63, 0xe3,
0x8f, 0xe0, 0x80, 0xc9, 0x79, 0x29, 0x58, 0x4e, 0xc4, 0x7a, 0x7e, 0x4b, 0xd7, 0xb1, 0xd7, 0x47,
0x43, 0x3f, 0xe9, 0x31, 0x39, 0xb3, 0x97, 0x17, 0x74, 0x8d, 0xfb, 0x10, 0xa6, 0x54, 0x2e, 0x05,
0x2b, 0x15, 0xe3, 0x45, 0xdc, 0x32, 0x04, 0xd5, 0x2b, 0xfc, 0x12, 0x82, 0x94, 0x28, 0x32, 0x57,
0xeb, 0x92, 0xc6, 0xed, 0x3e, 0x1a, 0x1e, 0x9c, 0x3c, 0x3a, 0xaa, 0x09, 0xfe, 0x68, 0x4c, 0x14,
0xf9, 0x6e, 0x5d, 0xd2, 0xc4, 0x4f, 0x9d, 0x85, 0x47, 0x10, 0x6a, 0xd8, 0xbc, 0x24, 0x82, 0xe4,
0x32, 0xee, 0xf4, 0xbd, 0x61, 0x78, 0xf2, 0xe4, 0xdf, 0x68, 0x97, 0xf2, 0x05, 0x5d, 0x5f, 0x91,
0x6c, 0x45, 0x67, 0x84, 0x89, 0x04, 0x34, 0x6a, 0x66, 0x40, 0x78, 0x0c, 0x3d, 0x56, 0xa4, 0xf4,
0xa7, 0x0d, 0x49, 0xf7, 0xbe, 0x24, 0xa1, 0x81, 0x39, 0x96, 0xf7, 0xa1, 0x43, 0x56, 0x8a, 0x4f,
0xc7, 0xb1, 0x6f, 0x54, 0x70, 0xa7, 0xc1, 0xaf, 0x08, 0xa2, 0x33, 0x9e, 0x65, 0x74, 0xa9, 0x93,
0x75, 0x42, 0x6f, 0xe4, 0x44, 0x15, 0x39, 0xff, 0x23, 0x54, 0x73, 0x5f, 0xa8, 0xdd, 0x13, 0x5e,
0xf5, 0x09, 0xfc, 0x02, 0x3a, 0xa6, 0x4e, 0x32, 0x6e, 0x99, 0xd0, 0xfb, 0xb5, 0xea, 0x55, 0x0a,
0x9d, 0x38, 0xff, 0xc1, 0x21, 0x04, 0x23, 0xce, 0xb3, 0xaf, 0x85, 0x20, 0x6b, 0x1d, 0x94, 0xd6,
0x35, 0x46, 0x7d, 0x6f, 0xe8, 0x27, 0xc6, 0x1e, 0x3c, 0x06, 0x7f, 0x5a, 0xa8, 0xfd, 0xef, 0x6d,
0xf7, 0xfd, 0x10, 0x82, 0x6f, 0x78, 0x71, 0xbd, 0xef, 0xe0, 0x39, 0x87, 0x3e, 0xc0, 0x79, 0xc6,
0x49, 0x0d, 0x45, 0xd3, 0x79, 0x3c, 0x81, 0x70, 0xcc, 0x57, 0x8b, 0x8c, 0xee, 0xbb, 0xa0, 0x1d,
0xc9, 0x68, 0xad, 0xa8, 0xdc, 0xf7, 0xe8, 0xed, 0x48, 0x2e, 0x95, 0x60, 0x75, 0x91, 0x04, 0xce,
0xe5, 0x0f, 0x0f, 0xc2, 0xcb, 0x25, 0xc9, 0x88, 0x30, 0x4a, 0xe0, 0x57, 0x10, 0x2c, 0x38, 0xcf,
0xe6, 0xce, 0x11, 0x0d, 0xc3, 0x93, 0xc7, 0xb5, 0xc2, 0x6d, 0x15, 0x9a, 0x34, 0x12, 0x5f, 0x43,
0x74, 0x1f, 0xe2, 0x97, 0xe0, 0xb3, 0x42, 0x59, 0x74, 0xd3, 0xa0, 0xeb, 0x9b, 0x76, 0x23, 0xdf,
0xa4, 0x91, 0x74, 0x59, 0xa1, 0x0c, 0xf6, 0x15, 0x04, 0x19, 0x2f, 0xae, 0x2d, 0xd8, 0xbb, 0xe3,
0xe9, 0xad, 0xb6, 0xfa, 0x69, 0x0d, 0x31, 0xf0, 0xaf, 0x00, 0xde, 0x68, 0x4d, 0x2d, 0xbe, 0x65,
0xf0, 0x87, 0xf5, 0x35, 0xdf, 0x4a, 0x3f, 0x69, 0x24, 0x81, 0x01, 0x19, 0x86, 0x33, 0x08, 0x53,
0xa3, 0xb9, 0xa5, 0x68, 0x1b, 0x8a, 0xfa, 0xb6, 0xa9, 0xd4, 0x66, 0xd2, 0x48, 0xc0, 0xc2, 0x36,
0x24, 0xd2, 0x68, 0x6e, 0x49, 0x3a, 0x77, 0x90, 0x54, 0x6a, 0xa3, 0x49, 0x2c, 0x6c, 0x93, 0xcb,
0x42, 0x97, 0xd6, 0x72, 0x74, 0xef, 0xc8, 0x65, 0xd7, 0x01, 0x3a, 0x17, 0x03, 0xd2, 0x0c, 0xa3,
0x8e, 0xad, 0xf5, 0xe0, 0x17, 0x04, 0xe1, 0x15, 0x5d, 0x2a, 0xee, 0xea, 0x1b, 0x81, 0x97, 0xb2,
0xdc, 0x2d, 0x32, 0x6d, 0xea, 0x41, 0xb7, 0xba, 0xbd, 0x35, 0x6e, 0xae, 0x6c, 0xf7, 0x50, 0x2e,
0x34, 0x30, 0x4b, 0x8e, 0x3f, 0x86, 0xff, 0x2d, 0x58, 0xa1, 0x57, 0x9e, 0xa3, 0xd1, 0x05, 0xec,
0x4d, 0x1a, 0x49, 0xcf, 0x5e, 0x5b, 0xb7, 0x6d, 0x58, 0x7f, 0x23, 0x08, 0x4c, 0x40, 0x26, 0xdd,
0x67, 0xd0, 0x32, 0x6b, 0x0e, 0xdd, 0x67, 0xcd, 0x19, 0x57, 0xfc, 0x08, 0xc0, 0x4c, 0xeb, 0xbc,
0xb2, 0x80, 0x03, 0x73, 0xf3, 0x5a, 0xaf, 0x8d, 0x2f, 0xa0, 0x2b, 0x4d, 0x57, 0x4b, 0xd7, 0x49,
0xef, 0xa8, 0xc0, 0xae, 0xf3, 0x75, 0x27, 0x3a, 0x88, 0x46, 0xdb, 0x2c, 0xa4, 0xeb, 0xa3, 0x7a,
0x74, 0x45, 0x57, 0x8d, 0x76, 0x10, 0xfc, 0x01, 0xf8, 0x36, 0x34, 0x96, 0x9a, 0x1e, 0xda, 0xfe,
0x30, 0xd2, 0x51, 0x17, 0xda, 0xc6, 0x1c, 0xfc, 0x8c, 0xc0, 0x9b, 0x8e, 0x25, 0xfe, 0x0c, 0x3a,
0x7a, 0x5e, 0x58, 0x7a, 0xe7, 0xac, 0x55, 0x1b, 0xbe, 0xcd, 0x0a, 0x35, 0x4d, 0xf1, 0xe7, 0xd0,
0x91, 0x4a, 0x68, 0x60, 0xf3, 0xde, 0x1d, 0xd6, 0x96, 0x4a, 0x4c, 0xd3, 0x11, 0x80, 0xcf, 0xd2,
0xb9, 0x8d, 0xe3, 0x2f, 0x04, 0xd1, 0x25, 0x25, 0x62, 0x79, 0x93, 0x50, 0xb9, 0xca, 0xec, 0x1c,
0x1c, 0x42, 0x58, 0xac, 0xf2, 0xf9, 0x8f, 0x2b, 0x2a, 0x18, 0x95, 0xae, 0x57, 0xa0, 0x58, 0xe5,
0xdf, 0xda, 0x1b, 0xfc, 0x00, 0xda, 0x8a, 0x97, 0xf3, 0x5b, 0xf3, 0xb6, 0x97, 0xb4, 0x14, 0x2f,
0x2f, 0xf0, 0x97, 0x10, 0xda, 0xfd, 0xb9, 0x19, 0x60, 0xef, 0x9d, 0xf9, 0x6c, 0x2b, 0x9f, 0xd8,
0x22, 0x9a, 0x96, 0xd5, 0x8b, 0x5c, 0x2e, 0xb9, 0xa0, 0x76, 0x61, 0x37, 0x13, 0x77, 0xc2, 0x4f,
0xc1, 0x63, 0xa9, 0x74, 0xe3, 0x18, 0xd7, 0xaf, 0x93, 0xb1, 0x4c, 0xb4, 0x13, 0x7e, 0x68, 0x22,
0xbb, 0xb5, 0xff, 0x3c, 0x2f, 0xb1, 0x87, 0xa7, 0xbf, 0x21, 0xf0, 0x37, 0xfd, 0x83, 0x7d, 0x68,
0xbd, 0xe6, 0x05, 0x8d, 0x1a, 0xda, 0xd2, 0x5b, 0x2c, 0x42, 0xda, 0x9a, 0x16, 0xea, 0x45, 0xd4,
0xc4, 0x01, 0xb4, 0xa7, 0x85, 0x7a, 0xf6, 0x3c, 0xf2, 0x9c, 0x79, 0x7a, 0x12, 0xb5, 0x9c, 0xf9,
0xfc, 0xd3, 0xa8, 0xad, 0x4d, 0x33, 0x05, 0x11, 0x60, 0x80, 0x8e, 0xdd, 0x03, 0x51, 0xa8, 0x6d,
0x2b, 0x76, 0xf4, 0x10, 0x87, 0xd0, 0xbd, 0x22, 0xe2, 0xec, 0x86, 0x88, 0xe8, 0x3d, 0x1c, 0x41,
0x6f, 0x54, 0x99, 0x80, 0x28, 0xc5, 0xff, 0x87, 0xf0, 0x7c, 0x37, 0x39, 0x11, 0x1d, 0x7d, 0x0f,
0x07, 0x8c, 0x6f, 0xf2, 0xba, 0x16, 0xe5, 0x72, 0x14, 0xda, 0x3f, 0xd2, 0x4c, 0xe7, 0x38, 0x43,
0x3f, 0x9c, 0x5e, 0x33, 0x75, 0xb3, 0x5a, 0xe8, 0xdf, 0xed, 0xb1, 0x75, 0xfb, 0x84, 0x71, 0x67,
0x1d, 0xb3, 0x42, 0x51, 0x51, 0x90, 0xec, 0xd8, 0x28, 0x72, 0x6c, 0x15, 0x29, 0x17, 0xbf, 0x23,
0xb4, 0xe8, 0x98, 0xab, 0xd3, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd1, 0xcc, 0x21, 0x94, 0x03,
0x09, 0x00, 0x00,
}

View File

@ -206,8 +206,8 @@ func (coord *DataCoordMock) DropVirtualChannel(ctx context.Context, req *datapb.
return &datapb.DropVirtualChannelResponse{}, nil
}
func (coord *DataCoordMock) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return &commonpb.Status{}, nil
func (coord *DataCoordMock) Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error) {
return &datapb.ImportTaskResponse{}, nil
}
func NewDataCoordMock() *DataCoordMock {

View File

@ -50,6 +50,8 @@ type importTaskState struct {
// import task
type importTask struct {
id int64 // task id
request int64 // request id
datanode int64 // datanode id which execute this task
collection string // target collection
partition string // target partition
bucket string // target bucket of storage
@ -70,12 +72,13 @@ type importManager struct {
pendingLock sync.Mutex // lock pending task list
workingLock sync.Mutex // lock working task map
nextTaskID int64 // for generating next import task id
lastReqID int64 // for generateing a unique id for import request
callImportService func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status
callImportService func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse
}
// newImportManager helper function to create a importManager
func newImportManager(ctx context.Context, client *clientv3.Client, importService func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status) *importManager {
func newImportManager(ctx context.Context, client *clientv3.Client, importService func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse) *importManager {
ctx, cancel := context.WithCancel(ctx)
mgr := &importManager{
ctx: ctx,
@ -86,6 +89,7 @@ func newImportManager(ctx context.Context, client *clientv3.Client, importServic
pendingLock: sync.Mutex{},
workingLock: sync.Mutex{},
nextTaskID: 0,
lastReqID: 0,
callImportService: importService,
}
@ -130,11 +134,13 @@ func (m *importManager) pushTasks() error {
}
// call DataCoord.Import()
st := m.callImportService(m.ctx, dbTask)
if st.ErrorCode == commonpb.ErrorCode_UnexpectedError {
resp := m.callImportService(m.ctx, dbTask)
if resp.Status.ErrorCode == commonpb.ErrorCode_UnexpectedError {
log.Debug("import task is rejected", zap.Int64("task id", dbTask.TaskId))
break
}
task.datanode = resp.DatanodeId
log.Debug("import task is assigned", zap.Int64("task id", dbTask.TaskId), zap.Int64("datanode id", task.datanode))
// erase this task from head of pending list if the callImportService succeed
m.pendingTasks = m.pendingTasks[1:]
@ -155,6 +161,22 @@ func (m *importManager) pushTasks() error {
return nil
}
// generate an unique id for import request, this method has no lock, should only be called by importJob()
func (m *importManager) genReqID() int64 {
if m.lastReqID == 0 {
m.lastReqID = time.Now().Unix()
} else {
id := time.Now().Unix()
if id == m.lastReqID {
id++
}
m.lastReqID = id
}
return m.lastReqID
}
func (m *importManager) importJob(req *milvuspb.ImportRequest) *milvuspb.ImportResponse {
if req == nil || len(req.Files) == 0 {
return &milvuspb.ImportResponse{
@ -210,13 +232,15 @@ func (m *importManager) importJob(req *milvuspb.ImportRequest) *milvuspb.ImportR
}
}
reqID := m.genReqID()
// convert import request to import tasks
if req.RowBased {
log.Debug("import manager process row-based request", zap.Int("fileCount", len(req.Files)))
// for row-based, each file is a task
taskList := make([]int64, len(req.Files))
for i := 0; i < len(req.Files); i++ {
newTask := &importTask{
id: m.nextTaskID,
request: reqID,
collection: req.CollectionName,
partition: req.PartitionName,
bucket: bucket,
@ -225,14 +249,16 @@ func (m *importManager) importJob(req *milvuspb.ImportRequest) *milvuspb.ImportR
timestamp: time.Now().Unix(),
}
taskList[i] = newTask.id
m.nextTaskID++
m.pendingTasks = append(m.pendingTasks, newTask)
}
log.Debug("process row-based import request", zap.Int64("reqID", reqID), zap.Any("taskIDs", taskList))
} else {
log.Debug("import manager process column-based request", zap.Int("fileCount", len(req.Files)))
// for column-based, all files is a task
newTask := &importTask{
id: m.nextTaskID,
request: reqID,
collection: req.CollectionName,
partition: req.PartitionName,
bucket: bucket,
@ -242,6 +268,7 @@ func (m *importManager) importJob(req *milvuspb.ImportRequest) *milvuspb.ImportR
}
m.nextTaskID++
m.pendingTasks = append(m.pendingTasks, newTask)
log.Debug("process row-based import request", zap.Int64("reqID", reqID), zap.Int64("taskID", newTask.id))
}
}()

View File

@ -28,9 +28,11 @@ import (
)
func TestImportManager_NewImportManager(t *testing.T) {
fn := func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
fn := func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
},
}
}
mgr := newImportManager(context.TODO(), nil, fn)
@ -65,9 +67,11 @@ func TestImportManager_ImportJob(t *testing.T) {
},
}
fn := func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
fn := func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
},
}
}
@ -81,9 +85,11 @@ func TestImportManager_ImportJob(t *testing.T) {
assert.Equal(t, 1, len(mgr.pendingTasks))
assert.Equal(t, 0, len(mgr.workingTasks))
fn = func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
fn = func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
},
}
}
@ -98,15 +104,19 @@ func TestImportManager_ImportJob(t *testing.T) {
assert.Equal(t, 1, len(mgr.workingTasks))
count := 0
fn = func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
fn = func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
if count >= 2 {
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
},
}
}
count++
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
},
}
}
@ -117,9 +127,11 @@ func TestImportManager_ImportJob(t *testing.T) {
}
func TestImportManager_TaskState(t *testing.T) {
fn := func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
fn := func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
},
}
}

View File

@ -142,7 +142,7 @@ type Core struct {
CallWatchChannels func(ctx context.Context, collectionID int64, channelNames []string) error
//assign import task to data service
CallImportService func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status
CallImportService func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse
//Proxy manager
proxyManager *proxyManager
@ -724,23 +724,26 @@ func (c *Core) SetDataCoord(ctx context.Context, s types.DataCoord) error {
}
return nil
}
c.CallImportService = func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
st := &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
c.CallImportService = func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
resp := &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
},
}
defer func() {
if err := recover(); err != nil {
st.ErrorCode = commonpb.ErrorCode_UnexpectedError
st.Reason = "assign import task to data coord panic"
resp.Status.ErrorCode = commonpb.ErrorCode_UnexpectedError
resp.Status.Reason = "assign import task to data coord panic"
}
}()
rsp, _ := s.Import(ctx, req)
if rsp.ErrorCode != commonpb.ErrorCode_Success {
return rsp
resp, _ = s.Import(ctx, req)
if resp.Status.ErrorCode != commonpb.ErrorCode_Success {
return resp
}
return st
return resp
}
return nil

View File

@ -166,10 +166,12 @@ func (d *dataMock) WatchChannels(ctx context.Context, req *datapb.WatchChannelsR
}}, nil
}
func (d *dataMock) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
Reason: "",
func (d *dataMock) Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error) {
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
Reason: "",
},
}, nil
}
@ -2630,9 +2632,11 @@ func TestCheckInit(t *testing.T) {
c.CallWatchChannels = func(ctx context.Context, collectionID int64, channelNames []string) error {
return nil
}
c.CallImportService = func(ctx context.Context, req *datapb.ImportTask) *commonpb.Status {
return &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
c.CallImportService = func(ctx context.Context, req *datapb.ImportTask) *datapb.ImportTaskResponse {
return &datapb.ImportTaskResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,
},
}
}
err = c.checkInit()

View File

@ -274,7 +274,7 @@ type DataCoord interface {
// The `Status` in response struct `ImportResponse` indicates if this operation is processed successfully or fail cause;
// the `tasks` in `ImportResponse` return an id list of tasks.
// error is always nil
Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error)
Import(ctx context.Context, req *datapb.ImportTask) (*datapb.ImportTaskResponse, error)
}
// DataCoordComponent defines the interface of DataCoord component.

View File

@ -119,6 +119,6 @@ func (m *DataCoordClient) DropVirtualChannel(ctx context.Context, req *datapb.Dr
return &datapb.DropVirtualChannelResponse{}, m.Err
}
func (m *DataCoordClient) Import(ctx context.Context, req *datapb.ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error) {
return &commonpb.Status{}, m.Err
func (m *DataCoordClient) Import(ctx context.Context, req *datapb.ImportTask, opts ...grpc.CallOption) (*datapb.ImportTaskResponse, error) {
return &datapb.ImportTaskResponse{}, m.Err
}