Modify import rpc interfaces (#16006)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/16027/head
groot 2022-03-11 17:13:59 +08:00 committed by GitHub
parent 7d2934e4c2
commit 89356ebcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 1479 additions and 980 deletions

View File

@ -319,10 +319,11 @@ 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*\\\n\013"
"ImportState\022\021\n\rImportPending\020\000\022\023\n\017Import"
"Executing\020\001\022\023\n\017ImportCompleted\020\002\022\020\n\014Impo"
"rtFailed\020\003B5Z3github.com/milvus-io/milvu"
"ed\020\002\022\016\n\nEventually\020\003\022\016\n\nCustomized\020\004*\203\001\n"
"\013ImportState\022\021\n\rImportPending\020\000\022\020\n\014Impor"
"tFailed\020\001\022\021\n\rImportParsing\020\002\022\023\n\017ImportPe"
"rsisted\020\003\022\022\n\016ImportIndexing\020\004\022\023\n\017ImportC"
"ompleted\020\005B5Z3github.com/milvus-io/milvu"
"s/internal/proto/commonpbb\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_common_2eproto_deps[1] = {
@ -340,7 +341,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", 2833,
&descriptor_table_common_2eproto_initialized, descriptor_table_protodef_common_2eproto, "common.proto", 2873,
&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,
@ -552,6 +553,8 @@ bool ImportState_IsValid(int value) {
case 1:
case 2:
case 3:
case 4:
case 5:
return true;
default:
return false;

View File

@ -369,15 +369,17 @@ inline bool ConsistencyLevel_Parse(
}
enum ImportState : int {
ImportPending = 0,
ImportExecuting = 1,
ImportCompleted = 2,
ImportFailed = 3,
ImportFailed = 1,
ImportParsing = 2,
ImportPersisted = 3,
ImportIndexing = 4,
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()
};
bool ImportState_IsValid(int value);
constexpr ImportState ImportState_MIN = ImportPending;
constexpr ImportState ImportState_MAX = ImportFailed;
constexpr ImportState ImportState_MAX = ImportCompleted;
constexpr int ImportState_ARRAYSIZE = ImportState_MAX + 1;
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ImportState_descriptor();

View File

@ -894,9 +894,10 @@ static void InitDefaultsscc_info_GetImportStateResponse_milvus_2eproto() {
::milvus::proto::milvus::GetImportStateResponse::InitAsDefaultInstance();
}
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_GetImportStateResponse_milvus_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsscc_info_GetImportStateResponse_milvus_2eproto}, {
&scc_info_Status_common_2eproto.base,}};
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<2> scc_info_GetImportStateResponse_milvus_2eproto =
{{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsscc_info_GetImportStateResponse_milvus_2eproto}, {
&scc_info_Status_common_2eproto.base,
&scc_info_KeyValuePair_common_2eproto.base,}};
static void InitDefaultsscc_info_GetIndexBuildProgressRequest_milvus_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
@ -2303,6 +2304,8 @@ const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_milvus_2eproto::offsets[] PROT
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetImportStateResponse, status_),
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetImportStateResponse, state_),
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetImportStateResponse, row_count_),
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetImportStateResponse, id_list_),
PROTOBUF_FIELD_OFFSET(::milvus::proto::milvus::GetImportStateResponse, infos_),
};
static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
{ 0, -1, sizeof(::milvus::proto::milvus::CreateAliasRequest)},
@ -2745,122 +2748,124 @@ const char descriptor_table_protodef_milvus_2eproto[] PROTOBUF_SECTION_VARIABLE(
"milvus.proto.common.KeyValuePair\"L\n\016Impo"
"rtResponse\022+\n\006status\030\001 \001(\0132\033.milvus.prot"
"o.common.Status\022\r\n\005tasks\030\002 \003(\003\"%\n\025GetImp"
"ortStateRequest\022\014\n\004task\030\001 \001(\003\"\211\001\n\026GetImp"
"ortStateRequest\022\014\n\004task\030\001 \001(\003\"\314\001\n\026GetImp"
"ortStateResponse\022+\n\006status\030\001 \001(\0132\033.milvu"
"s.proto.common.Status\022/\n\005state\030\002 \001(\0162 .m"
"ilvus.proto.common.ImportState\022\021\n\trow_co"
"unt\030\003 \001(\003*!\n\010ShowType\022\007\n\003All\020\000\022\014\n\010InMemo"
"ry\020\001*>\n\017PlaceholderType\022\010\n\004None\020\000\022\020\n\014Bin"
"aryVector\020d\022\017\n\013FloatVector\020e2\307 \n\rMilvusS"
"ervice\022_\n\020CreateCollection\022,.milvus.prot"
"o.milvus.CreateCollectionRequest\032\033.milvu"
"s.proto.common.Status\"\000\022[\n\016DropCollectio"
"n\022*.milvus.proto.milvus.DropCollectionRe"
"quest\032\033.milvus.proto.common.Status\"\000\022_\n\r"
"HasCollection\022).milvus.proto.milvus.HasC"
"ollectionRequest\032!.milvus.proto.milvus.B"
"oolResponse\"\000\022[\n\016LoadCollection\022*.milvus"
".proto.milvus.LoadCollectionRequest\032\033.mi"
"lvus.proto.common.Status\"\000\022a\n\021ReleaseCol"
"lection\022-.milvus.proto.milvus.ReleaseCol"
"lectionRequest\032\033.milvus.proto.common.Sta"
"tus\"\000\022w\n\022DescribeCollection\022..milvus.pro"
"to.milvus.DescribeCollectionRequest\032/.mi"
"lvus.proto.milvus.DescribeCollectionResp"
"onse\"\000\022\206\001\n\027GetCollectionStatistics\0223.mil"
"unt\030\003 \001(\003\022\017\n\007id_list\030\004 \003(\003\0220\n\005infos\030\005 \003("
"\0132!.milvus.proto.common.KeyValuePair*!\n\010"
"ShowType\022\007\n\003All\020\000\022\014\n\010InMemory\020\001*>\n\017Place"
"holderType\022\010\n\004None\020\000\022\020\n\014BinaryVector\020d\022\017"
"\n\013FloatVector\020e2\307 \n\rMilvusService\022_\n\020Cre"
"ateCollection\022,.milvus.proto.milvus.Crea"
"teCollectionRequest\032\033.milvus.proto.commo"
"n.Status\"\000\022[\n\016DropCollection\022*.milvus.pr"
"oto.milvus.DropCollectionRequest\032\033.milvu"
"s.proto.common.Status\"\000\022_\n\rHasCollection"
"\022).milvus.proto.milvus.HasCollectionRequ"
"est\032!.milvus.proto.milvus.BoolResponse\"\000"
"\022[\n\016LoadCollection\022*.milvus.proto.milvus"
".LoadCollectionRequest\032\033.milvus.proto.co"
"mmon.Status\"\000\022a\n\021ReleaseCollection\022-.mil"
"vus.proto.milvus.ReleaseCollectionReques"
"t\032\033.milvus.proto.common.Status\"\000\022w\n\022Desc"
"ribeCollection\022..milvus.proto.milvus.Des"
"cribeCollectionRequest\032/.milvus.proto.mi"
"lvus.DescribeCollectionResponse\"\000\022\206\001\n\027Ge"
"tCollectionStatistics\0223.milvus.proto.mil"
"vus.GetCollectionStatisticsRequest\0324.mil"
"vus.proto.milvus.GetCollectionStatistics"
"Request\0324.milvus.proto.milvus.GetCollect"
"ionStatisticsResponse\"\000\022n\n\017ShowCollectio"
"ns\022+.milvus.proto.milvus.ShowCollections"
"Request\032,.milvus.proto.milvus.ShowCollec"
"tionsResponse\"\000\022]\n\017CreatePartition\022+.mil"
"vus.proto.milvus.CreatePartitionRequest\032"
"\033.milvus.proto.common.Status\"\000\022Y\n\rDropPa"
"rtition\022).milvus.proto.milvus.DropPartit"
"ionRequest\032\033.milvus.proto.common.Status\""
"\000\022]\n\014HasPartition\022(.milvus.proto.milvus."
"HasPartitionRequest\032!.milvus.proto.milvu"
"s.BoolResponse\"\000\022[\n\016LoadPartitions\022*.mil"
"vus.proto.milvus.LoadPartitionsRequest\032\033"
".milvus.proto.common.Status\"\000\022a\n\021Release"
"Partitions\022-.milvus.proto.milvus.Release"
"PartitionsRequest\032\033.milvus.proto.common."
"Status\"\000\022\203\001\n\026GetPartitionStatistics\0222.mi"
"lvus.proto.milvus.GetPartitionStatistics"
"Request\0323.milvus.proto.milvus.GetPartiti"
"onStatisticsResponse\"\000\022k\n\016ShowPartitions"
"\022*.milvus.proto.milvus.ShowPartitionsReq"
"uest\032+.milvus.proto.milvus.ShowPartition"
"sResponse\"\000\022U\n\013CreateAlias\022\'.milvus.prot"
"o.milvus.CreateAliasRequest\032\033.milvus.pro"
"to.common.Status\"\000\022Q\n\tDropAlias\022%.milvus"
".proto.milvus.DropAliasRequest\032\033.milvus."
"proto.common.Status\"\000\022S\n\nAlterAlias\022&.mi"
"lvus.proto.milvus.AlterAliasRequest\032\033.mi"
"lvus.proto.common.Status\"\000\022U\n\013CreateInde"
"x\022\'.milvus.proto.milvus.CreateIndexReque"
"st\032\033.milvus.proto.common.Status\"\000\022h\n\rDes"
"cribeIndex\022).milvus.proto.milvus.Describ"
"eIndexRequest\032*.milvus.proto.milvus.Desc"
"ribeIndexResponse\"\000\022h\n\rGetIndexState\022).m"
"ilvus.proto.milvus.GetIndexStateRequest\032"
"*.milvus.proto.milvus.GetIndexStateRespo"
"nse\"\000\022\200\001\n\025GetIndexBuildProgress\0221.milvus"
".proto.milvus.GetIndexBuildProgressReque"
"st\0322.milvus.proto.milvus.GetIndexBuildPr"
"ogressResponse\"\000\022Q\n\tDropIndex\022%.milvus.p"
"roto.milvus.DropIndexRequest\032\033.milvus.pr"
"oto.common.Status\"\000\022S\n\006Insert\022\".milvus.p"
"roto.milvus.InsertRequest\032#.milvus.proto"
".milvus.MutationResult\"\000\022S\n\006Delete\022\".mil"
"vus.proto.milvus.DeleteRequest\032#.milvus."
"proto.milvus.MutationResult\"\000\022R\n\006Search\022"
"\".milvus.proto.milvus.SearchRequest\032\".mi"
"lvus.proto.milvus.SearchResults\"\000\022P\n\005Flu"
"sh\022!.milvus.proto.milvus.FlushRequest\032\"."
"milvus.proto.milvus.FlushResponse\"\000\022O\n\005Q"
"uery\022!.milvus.proto.milvus.QueryRequest\032"
"!.milvus.proto.milvus.QueryResults\"\000\022d\n\014"
"CalcDistance\022(.milvus.proto.milvus.CalcD"
"istanceRequest\032(.milvus.proto.milvus.Cal"
"cDistanceResults\"\000\022h\n\rGetFlushState\022).mi"
"lvus.proto.milvus.GetFlushStateRequest\032*"
".milvus.proto.milvus.GetFlushStateRespon"
"se\"\000\022\211\001\n\030GetPersistentSegmentInfo\0224.milv"
"us.proto.milvus.GetPersistentSegmentInfo"
"Request\0325.milvus.proto.milvus.GetPersist"
"entSegmentInfoResponse\"\000\022z\n\023GetQuerySegm"
"entInfo\022/.milvus.proto.milvus.GetQuerySe"
"gmentInfoRequest\0320.milvus.proto.milvus.G"
"etQuerySegmentInfoResponse\"\000\022P\n\005Dummy\022!."
"milvus.proto.milvus.DummyRequest\032\".milvu"
"s.proto.milvus.DummyResponse\"\000\022e\n\014Regist"
"erLink\022(.milvus.proto.milvus.RegisterLin"
"kRequest\032).milvus.proto.milvus.RegisterL"
"inkResponse\"\000\022_\n\nGetMetrics\022&.milvus.pro"
"to.milvus.GetMetricsRequest\032\'.milvus.pro"
"to.milvus.GetMetricsResponse\"\000\022U\n\013LoadBa"
"lance\022\'.milvus.proto.milvus.LoadBalanceR"
"equest\032\033.milvus.proto.common.Status\"\000\022w\n"
"\022GetCompactionState\022..milvus.proto.milvu"
"s.GetCompactionStateRequest\032/.milvus.pro"
"to.milvus.GetCompactionStateResponse\"\000\022q"
"\n\020ManualCompaction\022,.milvus.proto.milvus"
".ManualCompactionRequest\032-.milvus.proto."
"milvus.ManualCompactionResponse\"\000\022\200\001\n\033Ge"
"tCompactionStateWithPlans\022..milvus.proto"
".milvus.GetCompactionPlansRequest\032/.milv"
"us.proto.milvus.GetCompactionPlansRespon"
"se\"\000\022S\n\006Import\022\".milvus.proto.milvus.Imp"
"ortRequest\032#.milvus.proto.milvus.ImportR"
"esponse\"\000\022k\n\016GetImportState\022*.milvus.pro"
"to.milvus.GetImportStateRequest\032+.milvus"
".proto.milvus.GetImportStateResponse\"\0002u"
"\n\014ProxyService\022e\n\014RegisterLink\022(.milvus."
"proto.milvus.RegisterLinkRequest\032).milvu"
"s.proto.milvus.RegisterLinkResponse\"\000B5Z"
"3github.com/milvus-io/milvus/internal/pr"
"oto/milvuspbb\006proto3"
"Response\"\000\022n\n\017ShowCollections\022+.milvus.p"
"roto.milvus.ShowCollectionsRequest\032,.mil"
"vus.proto.milvus.ShowCollectionsResponse"
"\"\000\022]\n\017CreatePartition\022+.milvus.proto.mil"
"vus.CreatePartitionRequest\032\033.milvus.prot"
"o.common.Status\"\000\022Y\n\rDropPartition\022).mil"
"vus.proto.milvus.DropPartitionRequest\032\033."
"milvus.proto.common.Status\"\000\022]\n\014HasParti"
"tion\022(.milvus.proto.milvus.HasPartitionR"
"equest\032!.milvus.proto.milvus.BoolRespons"
"e\"\000\022[\n\016LoadPartitions\022*.milvus.proto.mil"
"vus.LoadPartitionsRequest\032\033.milvus.proto"
".common.Status\"\000\022a\n\021ReleasePartitions\022-."
"milvus.proto.milvus.ReleasePartitionsReq"
"uest\032\033.milvus.proto.common.Status\"\000\022\203\001\n\026"
"GetPartitionStatistics\0222.milvus.proto.mi"
"lvus.GetPartitionStatisticsRequest\0323.mil"
"vus.proto.milvus.GetPartitionStatisticsR"
"esponse\"\000\022k\n\016ShowPartitions\022*.milvus.pro"
"to.milvus.ShowPartitionsRequest\032+.milvus"
".proto.milvus.ShowPartitionsResponse\"\000\022U"
"\n\013CreateAlias\022\'.milvus.proto.milvus.Crea"
"teAliasRequest\032\033.milvus.proto.common.Sta"
"tus\"\000\022Q\n\tDropAlias\022%.milvus.proto.milvus"
".DropAliasRequest\032\033.milvus.proto.common."
"Status\"\000\022S\n\nAlterAlias\022&.milvus.proto.mi"
"lvus.AlterAliasRequest\032\033.milvus.proto.co"
"mmon.Status\"\000\022U\n\013CreateIndex\022\'.milvus.pr"
"oto.milvus.CreateIndexRequest\032\033.milvus.p"
"roto.common.Status\"\000\022h\n\rDescribeIndex\022)."
"milvus.proto.milvus.DescribeIndexRequest"
"\032*.milvus.proto.milvus.DescribeIndexResp"
"onse\"\000\022h\n\rGetIndexState\022).milvus.proto.m"
"ilvus.GetIndexStateRequest\032*.milvus.prot"
"o.milvus.GetIndexStateResponse\"\000\022\200\001\n\025Get"
"IndexBuildProgress\0221.milvus.proto.milvus"
".GetIndexBuildProgressRequest\0322.milvus.p"
"roto.milvus.GetIndexBuildProgressRespons"
"e\"\000\022Q\n\tDropIndex\022%.milvus.proto.milvus.D"
"ropIndexRequest\032\033.milvus.proto.common.St"
"atus\"\000\022S\n\006Insert\022\".milvus.proto.milvus.I"
"nsertRequest\032#.milvus.proto.milvus.Mutat"
"ionResult\"\000\022S\n\006Delete\022\".milvus.proto.mil"
"vus.DeleteRequest\032#.milvus.proto.milvus."
"MutationResult\"\000\022R\n\006Search\022\".milvus.prot"
"o.milvus.SearchRequest\032\".milvus.proto.mi"
"lvus.SearchResults\"\000\022P\n\005Flush\022!.milvus.p"
"roto.milvus.FlushRequest\032\".milvus.proto."
"milvus.FlushResponse\"\000\022O\n\005Query\022!.milvus"
".proto.milvus.QueryRequest\032!.milvus.prot"
"o.milvus.QueryResults\"\000\022d\n\014CalcDistance\022"
"(.milvus.proto.milvus.CalcDistanceReques"
"t\032(.milvus.proto.milvus.CalcDistanceResu"
"lts\"\000\022h\n\rGetFlushState\022).milvus.proto.mi"
"lvus.GetFlushStateRequest\032*.milvus.proto"
".milvus.GetFlushStateResponse\"\000\022\211\001\n\030GetP"
"ersistentSegmentInfo\0224.milvus.proto.milv"
"us.GetPersistentSegmentInfoRequest\0325.mil"
"vus.proto.milvus.GetPersistentSegmentInf"
"oResponse\"\000\022z\n\023GetQuerySegmentInfo\022/.mil"
"vus.proto.milvus.GetQuerySegmentInfoRequ"
"est\0320.milvus.proto.milvus.GetQuerySegmen"
"tInfoResponse\"\000\022P\n\005Dummy\022!.milvus.proto."
"milvus.DummyRequest\032\".milvus.proto.milvu"
"s.DummyResponse\"\000\022e\n\014RegisterLink\022(.milv"
"us.proto.milvus.RegisterLinkRequest\032).mi"
"lvus.proto.milvus.RegisterLinkResponse\"\000"
"\022_\n\nGetMetrics\022&.milvus.proto.milvus.Get"
"MetricsRequest\032\'.milvus.proto.milvus.Get"
"MetricsResponse\"\000\022U\n\013LoadBalance\022\'.milvu"
"s.proto.milvus.LoadBalanceRequest\032\033.milv"
"us.proto.common.Status\"\000\022w\n\022GetCompactio"
"nState\022..milvus.proto.milvus.GetCompacti"
"onStateRequest\032/.milvus.proto.milvus.Get"
"CompactionStateResponse\"\000\022q\n\020ManualCompa"
"ction\022,.milvus.proto.milvus.ManualCompac"
"tionRequest\032-.milvus.proto.milvus.Manual"
"CompactionResponse\"\000\022\200\001\n\033GetCompactionSt"
"ateWithPlans\022..milvus.proto.milvus.GetCo"
"mpactionPlansRequest\032/.milvus.proto.milv"
"us.GetCompactionPlansResponse\"\000\022S\n\006Impor"
"t\022\".milvus.proto.milvus.ImportRequest\032#."
"milvus.proto.milvus.ImportResponse\"\000\022k\n\016"
"GetImportState\022*.milvus.proto.milvus.Get"
"ImportStateRequest\032+.milvus.proto.milvus"
".GetImportStateResponse\"\0002u\n\014ProxyServic"
"e\022e\n\014RegisterLink\022(.milvus.proto.milvus."
"RegisterLinkRequest\032).milvus.proto.milvu"
"s.RegisterLinkResponse\"\000B5Z3github.com/m"
"ilvus-io/milvus/internal/proto/milvuspbb"
"\006proto3"
;
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_milvus_2eproto_deps[2] = {
&::descriptor_table_common_2eproto,
@ -2952,7 +2957,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", 15500,
&descriptor_table_milvus_2eproto_initialized, descriptor_table_protodef_milvus_2eproto, "milvus.proto", 15567,
&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,
@ -36723,6 +36728,9 @@ void GetImportStateResponse::clear_status() {
}
status_ = nullptr;
}
void GetImportStateResponse::clear_infos() {
infos_.Clear();
}
GetImportStateResponse::GetImportStateResponse()
: ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
SharedCtor();
@ -36730,7 +36738,9 @@ GetImportStateResponse::GetImportStateResponse()
}
GetImportStateResponse::GetImportStateResponse(const GetImportStateResponse& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_internal_metadata_(nullptr) {
_internal_metadata_(nullptr),
id_list_(from.id_list_),
infos_(from.infos_) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
if (from.has_status()) {
status_ = new ::milvus::proto::common::Status(*from.status_);
@ -36774,6 +36784,8 @@ void GetImportStateResponse::Clear() {
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
id_list_.Clear();
infos_.Clear();
if (GetArenaNoVirtual() == nullptr && status_ != nullptr) {
delete status_;
}
@ -36814,6 +36826,28 @@ const char* GetImportStateResponse::_InternalParse(const char* ptr, ::PROTOBUF_N
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated int64 id_list = 4;
case 4:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 34)) {
ptr = ::PROTOBUF_NAMESPACE_ID::internal::PackedInt64Parser(mutable_id_list(), ptr, ctx);
CHK_(ptr);
} else if (static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32) {
add_id_list(::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr));
CHK_(ptr);
} else goto handle_unusual;
continue;
// repeated .milvus.proto.common.KeyValuePair infos = 5;
case 5:
if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 42)) {
ptr -= 1;
do {
ptr += 1;
ptr = ctx->ParseMessage(add_infos(), ptr);
CHK_(ptr);
if (!ctx->DataAvailable(ptr)) break;
} while (::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<::PROTOBUF_NAMESPACE_ID::uint8>(ptr) == 42);
} else goto handle_unusual;
continue;
default: {
handle_unusual:
if ((tag & 7) == 4 || tag == 0) {
@ -36882,6 +36916,33 @@ bool GetImportStateResponse::MergePartialFromCodedStream(
break;
}
// repeated int64 id_list = 4;
case 4: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (34 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPackedPrimitive<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
input, this->mutable_id_list())));
} else if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) {
DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadRepeatedPrimitiveNoInline<
::PROTOBUF_NAMESPACE_ID::int64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT64>(
1, 34u, input, this->mutable_id_list())));
} else {
goto handle_unusual;
}
break;
}
// repeated .milvus.proto.common.KeyValuePair infos = 5;
case 5: {
if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (42 & 0xFF)) {
DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadMessage(
input, add_infos()));
} else {
goto handle_unusual;
}
break;
}
default: {
handle_unusual:
if (tag == 0) {
@ -36926,6 +36987,26 @@ void GetImportStateResponse::SerializeWithCachedSizes(
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(3, this->row_count(), output);
}
// repeated int64 id_list = 4;
if (this->id_list_size() > 0) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTag(4, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED, output);
output->WriteVarint32(_id_list_cached_byte_size_.load(
std::memory_order_relaxed));
}
for (int i = 0, n = this->id_list_size(); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64NoTag(
this->id_list(i), output);
}
// repeated .milvus.proto.common.KeyValuePair infos = 5;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->infos_size()); i < n; i++) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteMessageMaybeToArray(
5,
this->infos(static_cast<int>(i)),
output);
}
if (_internal_metadata_.have_unknown_fields()) {
::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields(
_internal_metadata_.unknown_fields(), output);
@ -36957,6 +37038,27 @@ void GetImportStateResponse::SerializeWithCachedSizes(
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(3, this->row_count(), target);
}
// repeated int64 id_list = 4;
if (this->id_list_size() > 0) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteTagToArray(
4,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED,
target);
target = ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream::WriteVarint32ToArray(
_id_list_cached_byte_size_.load(std::memory_order_relaxed),
target);
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
WriteInt64NoTagToArray(this->id_list_, target);
}
// repeated .milvus.proto.common.KeyValuePair infos = 5;
for (unsigned int i = 0,
n = static_cast<unsigned int>(this->infos_size()); i < n; i++) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
InternalWriteMessageToArray(
5, this->infos(static_cast<int>(i)), target);
}
if (_internal_metadata_.have_unknown_fields()) {
target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray(
_internal_metadata_.unknown_fields(), target);
@ -36978,6 +37080,32 @@ size_t GetImportStateResponse::ByteSizeLong() const {
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated int64 id_list = 4;
{
size_t data_size = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::
Int64Size(this->id_list_);
if (data_size > 0) {
total_size += 1 +
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size(
static_cast<::PROTOBUF_NAMESPACE_ID::int32>(data_size));
}
int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(data_size);
_id_list_cached_byte_size_.store(cached_size,
std::memory_order_relaxed);
total_size += data_size;
}
// repeated .milvus.proto.common.KeyValuePair infos = 5;
{
unsigned int count = static_cast<unsigned int>(this->infos_size());
total_size += 1UL * count;
for (unsigned int i = 0; i < count; i++) {
total_size +=
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(
this->infos(static_cast<int>(i)));
}
}
// .milvus.proto.common.Status status = 1;
if (this->has_status()) {
total_size += 1 +
@ -37025,6 +37153,8 @@ void GetImportStateResponse::MergeFrom(const GetImportStateResponse& from) {
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(void) cached_has_bits;
id_list_.MergeFrom(from.id_list_);
infos_.MergeFrom(from.infos_);
if (from.has_status()) {
mutable_status()->::milvus::proto::common::Status::MergeFrom(from.status());
}
@ -37057,6 +37187,8 @@ bool GetImportStateResponse::IsInitialized() const {
void GetImportStateResponse::InternalSwap(GetImportStateResponse* other) {
using std::swap;
_internal_metadata_.Swap(&other->_internal_metadata_);
id_list_.InternalSwap(&other->id_list_);
CastToBase(&infos_)->InternalSwap(CastToBase(&other->infos_));
swap(status_, other->status_);
swap(row_count_, other->row_count_);
swap(state_, other->state_);

View File

@ -13733,10 +13733,34 @@ class GetImportStateResponse :
// accessors -------------------------------------------------------
enum : int {
kIdListFieldNumber = 4,
kInfosFieldNumber = 5,
kStatusFieldNumber = 1,
kRowCountFieldNumber = 3,
kStateFieldNumber = 2,
};
// repeated int64 id_list = 4;
int id_list_size() const;
void clear_id_list();
::PROTOBUF_NAMESPACE_ID::int64 id_list(int index) const;
void set_id_list(int index, ::PROTOBUF_NAMESPACE_ID::int64 value);
void add_id_list(::PROTOBUF_NAMESPACE_ID::int64 value);
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
id_list() const;
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
mutable_id_list();
// repeated .milvus.proto.common.KeyValuePair infos = 5;
int infos_size() const;
void clear_infos();
::milvus::proto::common::KeyValuePair* mutable_infos(int index);
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::milvus::proto::common::KeyValuePair >*
mutable_infos();
const ::milvus::proto::common::KeyValuePair& infos(int index) const;
::milvus::proto::common::KeyValuePair* add_infos();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::milvus::proto::common::KeyValuePair >&
infos() const;
// .milvus.proto.common.Status status = 1;
bool has_status() const;
void clear_status();
@ -13760,6 +13784,9 @@ class GetImportStateResponse :
class _Internal;
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 > id_list_;
mutable std::atomic<int> _id_list_cached_byte_size_;
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::milvus::proto::common::KeyValuePair > infos_;
::milvus::proto::common::Status* status_;
::PROTOBUF_NAMESPACE_ID::int64 row_count_;
int state_;
@ -25596,6 +25623,63 @@ inline void GetImportStateResponse::set_row_count(::PROTOBUF_NAMESPACE_ID::int64
// @@protoc_insertion_point(field_set:milvus.proto.milvus.GetImportStateResponse.row_count)
}
// repeated int64 id_list = 4;
inline int GetImportStateResponse::id_list_size() const {
return id_list_.size();
}
inline void GetImportStateResponse::clear_id_list() {
id_list_.Clear();
}
inline ::PROTOBUF_NAMESPACE_ID::int64 GetImportStateResponse::id_list(int index) const {
// @@protoc_insertion_point(field_get:milvus.proto.milvus.GetImportStateResponse.id_list)
return id_list_.Get(index);
}
inline void GetImportStateResponse::set_id_list(int index, ::PROTOBUF_NAMESPACE_ID::int64 value) {
id_list_.Set(index, value);
// @@protoc_insertion_point(field_set:milvus.proto.milvus.GetImportStateResponse.id_list)
}
inline void GetImportStateResponse::add_id_list(::PROTOBUF_NAMESPACE_ID::int64 value) {
id_list_.Add(value);
// @@protoc_insertion_point(field_add:milvus.proto.milvus.GetImportStateResponse.id_list)
}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >&
GetImportStateResponse::id_list() const {
// @@protoc_insertion_point(field_list:milvus.proto.milvus.GetImportStateResponse.id_list)
return id_list_;
}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int64 >*
GetImportStateResponse::mutable_id_list() {
// @@protoc_insertion_point(field_mutable_list:milvus.proto.milvus.GetImportStateResponse.id_list)
return &id_list_;
}
// repeated .milvus.proto.common.KeyValuePair infos = 5;
inline int GetImportStateResponse::infos_size() const {
return infos_.size();
}
inline ::milvus::proto::common::KeyValuePair* GetImportStateResponse::mutable_infos(int index) {
// @@protoc_insertion_point(field_mutable:milvus.proto.milvus.GetImportStateResponse.infos)
return infos_.Mutable(index);
}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::milvus::proto::common::KeyValuePair >*
GetImportStateResponse::mutable_infos() {
// @@protoc_insertion_point(field_mutable_list:milvus.proto.milvus.GetImportStateResponse.infos)
return &infos_;
}
inline const ::milvus::proto::common::KeyValuePair& GetImportStateResponse::infos(int index) const {
// @@protoc_insertion_point(field_get:milvus.proto.milvus.GetImportStateResponse.infos)
return infos_.Get(index);
}
inline ::milvus::proto::common::KeyValuePair* GetImportStateResponse::add_infos() {
// @@protoc_insertion_point(field_add:milvus.proto.milvus.GetImportStateResponse.infos)
return infos_.Add();
}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::milvus::proto::common::KeyValuePair >&
GetImportStateResponse::infos() const {
// @@protoc_insertion_point(field_list:milvus.proto.milvus.GetImportStateResponse.infos)
return infos_;
}
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif // __GNUC__

View File

@ -196,7 +196,7 @@ func (c *mockDataNodeClient) Compaction(ctx context.Context, req *datapb.Compact
return &commonpb.Status{ErrorCode: commonpb.ErrorCode_UnexpectedError, Reason: "not implemented"}, nil
}
func (c *mockDataNodeClient) Import(ctx context.Context, in *milvuspb.ImportRequest) (*commonpb.Status, error) {
func (c *mockDataNodeClient) Import(ctx context.Context, in *datapb.ImportTask) (*commonpb.Status, error) {
return &commonpb.Status{ErrorCode: commonpb.ErrorCode_Success}, nil
}

View File

@ -963,33 +963,8 @@ 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 *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
func (s *Server) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
log.Info("receive import request")
resp := &milvuspb.ImportResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
},
}
return resp, nil
}
// Check import task state from datanode
func (s *Server) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
log.Info("receive get import state request")
resp := &milvuspb.GetImportStateResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
},
}
return resp, nil
}
// Report impot task state to datacoord
func (s *Server) CompleteImport(ctx context.Context, req *datapb.ImportResult) (*commonpb.Status, error) {
log.Info("receive complete import request")
resp := &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
}

View File

@ -778,10 +778,12 @@ func (node *DataNode) Compaction(ctx context.Context, req *datapb.CompactionPlan
}, nil
}
// Compaction handles compaction request from DataCoord
// returns status as long as compaction task enqueued or invalid
func (node *DataNode) Import(ctx context.Context, req *milvuspb.ImportRequest) (*commonpb.Status, error) {
return &commonpb.Status{
// Import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments
func (node *DataNode) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
log.Info("receive import request")
resp := &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
}, nil
}
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 *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
func (c *Client) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
@ -498,33 +498,5 @@ func (c *Client) Import(ctx context.Context, req *milvuspb.ImportRequest) (*milv
if err != nil || ret == nil {
return nil, err
}
return ret.(*milvuspb.ImportResponse), err
}
// Check import task state from datanode
func (c *Client) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
}
return client.(datapb.DataCoordClient).GetImportState(ctx, req)
})
if err != nil || ret == nil {
return nil, err
}
return ret.(*milvuspb.GetImportStateResponse), err
}
// Report impot task state to datacoord
func (c *Client) CompleteImport(ctx context.Context, req *datapb.ImportResult) (*commonpb.Status, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
}
return client.(datapb.DataCoordClient).CompleteImport(ctx, req)
})
if err != nil || ret == nil {
return nil, err
}
return ret.(*commonpb.Status), err
}

View File

@ -329,16 +329,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 *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
func (s *Server) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return s.dataCoord.Import(ctx, req)
}
// Check import task state from datanode
func (s *Server) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
return s.dataCoord.GetImportState(ctx, req)
}
// Report impot task state to datacoord
func (s *Server) CompleteImport(ctx context.Context, req *datapb.ImportResult) (*commonpb.Status, error) {
return s.dataCoord.CompleteImport(ctx, req)
}

View File

@ -55,8 +55,6 @@ type MockDataCoord struct {
watchChannelsResp *datapb.WatchChannelsResponse
getFlushStateResp *milvuspb.GetFlushStateResponse
dropVChanResp *datapb.DropVirtualChannelResponse
importResp *milvuspb.ImportResponse
getImportStateResp *milvuspb.GetImportStateResponse
}
func (m *MockDataCoord) Init() error {
@ -166,15 +164,7 @@ func (m *MockDataCoord) DropVirtualChannel(ctx context.Context, req *datapb.Drop
return m.dropVChanResp, m.err
}
func (m *MockDataCoord) Import(ctx context.Context, req *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
return m.importResp, m.err
}
func (m *MockDataCoord) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
return m.getImportStateResp, m.err
}
func (m *MockDataCoord) CompleteImport(ctx context.Context, req *datapb.ImportResult) (*commonpb.Status, error) {
func (m *MockDataCoord) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return m.status, m.err
}
@ -352,6 +342,51 @@ func Test_NewServer(t *testing.T) {
assert.NotNil(t, resp)
})
t.Run("CompleteCompaction", func(t *testing.T) {
server.dataCoord = &MockDataCoord{
status: &commonpb.Status{},
}
resp, err := server.CompleteCompaction(ctx, nil)
assert.Nil(t, err)
assert.NotNil(t, resp)
})
t.Run("ManualCompaction", func(t *testing.T) {
server.dataCoord = &MockDataCoord{
manualCompactionResp: &milvuspb.ManualCompactionResponse{},
}
resp, err := server.ManualCompaction(ctx, nil)
assert.Nil(t, err)
assert.NotNil(t, resp)
})
t.Run("GetCompactionState", func(t *testing.T) {
server.dataCoord = &MockDataCoord{
compactionStateResp: &milvuspb.GetCompactionStateResponse{},
}
resp, err := server.GetCompactionState(ctx, nil)
assert.Nil(t, err)
assert.NotNil(t, resp)
})
t.Run("GetCompactionStateWithPlans", func(t *testing.T) {
server.dataCoord = &MockDataCoord{
compactionPlansResp: &milvuspb.GetCompactionPlansResponse{},
}
resp, err := server.GetCompactionStateWithPlans(ctx, nil)
assert.Nil(t, err)
assert.NotNil(t, resp)
})
t.Run("Import", func(t *testing.T) {
server.dataCoord = &MockDataCoord{
status: &commonpb.Status{},
}
resp, err := server.Import(ctx, nil)
assert.Nil(t, err)
assert.NotNil(t, resp)
})
err := server.Stop()
assert.Nil(t, err)
}

View File

@ -183,7 +183,7 @@ func (c *Client) Compaction(ctx context.Context, req *datapb.CompactionPlan) (*c
}
// 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 *milvuspb.ImportRequest) (*commonpb.Status, error) {
func (c *Client) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()

View File

@ -354,6 +354,6 @@ func (s *Server) Compaction(ctx context.Context, request *datapb.CompactionPlan)
return s.datanode.Compaction(ctx, request)
}
func (s *Server) Import(ctx context.Context, request *milvuspb.ImportRequest) (*commonpb.Status, error) {
func (s *Server) Import(ctx context.Context, request *datapb.ImportTask) (*commonpb.Status, error) {
return s.datanode.Import(ctx, request)
}

View File

@ -111,7 +111,7 @@ func (m *MockDataNode) Compaction(ctx context.Context, req *datapb.CompactionPla
func (m *MockDataNode) SetEtcdClient(client *clientv3.Client) {
}
func (m *MockDataNode) Import(ctx context.Context, req *milvuspb.ImportRequest) (*commonpb.Status, error) {
func (m *MockDataNode) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return m.status, m.err
}
@ -241,6 +241,24 @@ func Test_NewServer(t *testing.T) {
assert.NotNil(t, resp)
})
t.Run("Compaction", func(t *testing.T) {
server.datanode = &MockDataNode{
status: &commonpb.Status{},
}
resp, err := server.Compaction(ctx, nil)
assert.Nil(t, err)
assert.NotNil(t, resp)
})
t.Run("Import", func(t *testing.T) {
server.datanode = &MockDataNode{
status: &commonpb.Status{},
}
resp, err := server.Import(ctx, nil)
assert.Nil(t, err)
assert.NotNil(t, resp)
})
err = server.Stop()
assert.Nil(t, err)
}

View File

@ -419,15 +419,7 @@ func (m *MockDataCoord) DropVirtualChannel(ctx context.Context, req *datapb.Drop
return &datapb.DropVirtualChannelResponse{}, nil
}
func (m *MockDataCoord) Import(ctx context.Context, req *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
return nil, nil
}
func (m *MockDataCoord) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
return nil, nil
}
func (m *MockDataCoord) CompleteImport(ctx context.Context, req *datapb.ImportResult) (*commonpb.Status, error) {
func (m *MockDataCoord) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return nil, nil
}

View File

@ -475,3 +475,45 @@ func (c *Client) AlterAlias(ctx context.Context, req *milvuspb.AlterAliasRequest
}
return ret.(*commonpb.Status), err
}
// 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 *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
}
return client.(rootcoordpb.RootCoordClient).Import(ctx, req)
})
if err != nil || ret == nil {
return nil, err
}
return ret.(*milvuspb.ImportResponse), err
}
// Check import task state from datanode
func (c *Client) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
}
return client.(rootcoordpb.RootCoordClient).GetImportState(ctx, req)
})
if err != nil || ret == nil {
return nil, err
}
return ret.(*milvuspb.GetImportStateResponse), err
}
// Report impot task state to rootcoord
func (c *Client) ReportImport(ctx context.Context, req *rootcoordpb.ImportResult) (*commonpb.Status, error) {
ret, err := c.grpcClient.ReCall(ctx, func(client interface{}) (interface{}, error) {
if !funcutil.CheckCtxValid(ctx) {
return nil, ctx.Err()
}
return client.(rootcoordpb.RootCoordClient).ReportImport(ctx, req)
})
if err != nil || ret == nil {
return nil, err
}
return ret.(*commonpb.Status), err
}

View File

@ -136,6 +136,15 @@ func Test_NewClient(t *testing.T) {
r26, err := client.AlterAlias(ctx, nil)
retCheck(retNotNil, r26, err)
r27, err := client.Import(ctx, nil)
retCheck(retNotNil, r27, err)
r28, err := client.GetImportState(ctx, nil)
retCheck(retNotNil, r28, err)
r29, err := client.ReportImport(ctx, nil)
retCheck(retNotNil, r29, err)
}
client.grpcClient = &mock.ClientBase{

View File

@ -433,3 +433,18 @@ func (s *Server) SegmentFlushCompleted(ctx context.Context, in *datapb.SegmentFl
func (s *Server) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
return s.rootCoord.GetMetrics(ctx, in)
}
// Import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments
func (s *Server) Import(ctx context.Context, in *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
return s.rootCoord.Import(ctx, in)
}
// Check import task state from datanode
func (s *Server) GetImportState(ctx context.Context, in *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
return s.rootCoord.GetImportState(ctx, in)
}
// Report impot task state to datacoord
func (s *Server) ReportImport(ctx context.Context, in *rootcoordpb.ImportResult) (*commonpb.Status, error) {
return s.rootCoord.ReportImport(ctx, in)
}

View File

@ -195,7 +195,9 @@ enum ConsistencyLevel {
enum ImportState {
ImportPending = 0;
ImportExecuting = 1;
ImportCompleted = 2;
ImportFailed = 3;
ImportFailed = 1;
ImportParsing = 2;
ImportPersisted = 3;
ImportIndexing = 4;
ImportCompleted = 5;
}

View File

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

View File

@ -43,9 +43,7 @@ service DataCoord {
rpc DropVirtualChannel(DropVirtualChannelRequest) returns (DropVirtualChannelResponse) {}
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
rpc Import(milvus.ImportRequest) returns (milvus.ImportResponse) {}
rpc GetImportState(milvus.GetImportStateRequest) returns (milvus.GetImportStateResponse) {}
rpc CompleteImport(ImportResult) returns (common.Status) {}
rpc Import(ImportTask) returns (common.Status) {}
}
service DataNode {
@ -60,7 +58,7 @@ service DataNode {
rpc Compaction(CompactionPlan) returns (common.Status) {}
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
rpc Import(milvus.ImportRequest) returns(common.Status) {}
rpc Import(ImportTask) returns(common.Status) {}
}
message FlushRequest {
@ -420,8 +418,12 @@ message DropVirtualChannelResponse {
common.Status status = 1;
}
message ImportResult {
message ImportTask {
common.Status status = 1;
repeated int64 segments = 2; // id array of new sealed segments
int64 row_count = 3; // how many rows are imported by this task
string collection_name = 2; // target collection
string partition_name = 3; // target partition
bool row_based = 4; // the file is row-based or column-based
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.
}

View File

@ -3113,59 +3113,91 @@ func (m *DropVirtualChannelResponse) GetStatus() *commonpb.Status {
return nil
}
type ImportResult struct {
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Segments []int64 `protobuf:"varint,2,rep,packed,name=segments,proto3" json:"segments,omitempty"`
RowCount int64 `protobuf:"varint,3,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
type ImportTask struct {
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
CollectionName string `protobuf:"bytes,2,opt,name=collection_name,json=collectionName,proto3" json:"collection_name,omitempty"`
PartitionName string `protobuf:"bytes,3,opt,name=partition_name,json=partitionName,proto3" json:"partition_name,omitempty"`
RowBased bool `protobuf:"varint,4,opt,name=row_based,json=rowBased,proto3" json:"row_based,omitempty"`
TaskId int64 `protobuf:"varint,5,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
Files []string `protobuf:"bytes,6,rep,name=files,proto3" json:"files,omitempty"`
Infos []*commonpb.KeyValuePair `protobuf:"bytes,7,rep,name=infos,proto3" json:"infos,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ImportResult) Reset() { *m = ImportResult{} }
func (m *ImportResult) String() string { return proto.CompactTextString(m) }
func (*ImportResult) ProtoMessage() {}
func (*ImportResult) Descriptor() ([]byte, []int) {
func (m *ImportTask) Reset() { *m = ImportTask{} }
func (m *ImportTask) String() string { return proto.CompactTextString(m) }
func (*ImportTask) ProtoMessage() {}
func (*ImportTask) Descriptor() ([]byte, []int) {
return fileDescriptor_82cd95f524594f49, []int{50}
}
func (m *ImportResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ImportResult.Unmarshal(m, b)
func (m *ImportTask) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ImportTask.Unmarshal(m, b)
}
func (m *ImportResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ImportResult.Marshal(b, m, deterministic)
func (m *ImportTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ImportTask.Marshal(b, m, deterministic)
}
func (m *ImportResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_ImportResult.Merge(m, src)
func (m *ImportTask) XXX_Merge(src proto.Message) {
xxx_messageInfo_ImportTask.Merge(m, src)
}
func (m *ImportResult) XXX_Size() int {
return xxx_messageInfo_ImportResult.Size(m)
func (m *ImportTask) XXX_Size() int {
return xxx_messageInfo_ImportTask.Size(m)
}
func (m *ImportResult) XXX_DiscardUnknown() {
xxx_messageInfo_ImportResult.DiscardUnknown(m)
func (m *ImportTask) XXX_DiscardUnknown() {
xxx_messageInfo_ImportTask.DiscardUnknown(m)
}
var xxx_messageInfo_ImportResult proto.InternalMessageInfo
var xxx_messageInfo_ImportTask proto.InternalMessageInfo
func (m *ImportResult) GetStatus() *commonpb.Status {
func (m *ImportTask) GetStatus() *commonpb.Status {
if m != nil {
return m.Status
}
return nil
}
func (m *ImportResult) GetSegments() []int64 {
func (m *ImportTask) GetCollectionName() string {
if m != nil {
return m.Segments
return m.CollectionName
}
return ""
}
func (m *ImportTask) GetPartitionName() string {
if m != nil {
return m.PartitionName
}
return ""
}
func (m *ImportTask) GetRowBased() bool {
if m != nil {
return m.RowBased
}
return false
}
func (m *ImportTask) GetTaskId() int64 {
if m != nil {
return m.TaskId
}
return 0
}
func (m *ImportTask) GetFiles() []string {
if m != nil {
return m.Files
}
return nil
}
func (m *ImportResult) GetRowCount() int64 {
func (m *ImportTask) GetInfos() []*commonpb.KeyValuePair {
if m != nil {
return m.RowCount
return m.Infos
}
return 0
return nil
}
func init() {
@ -3221,201 +3253,203 @@ func init() {
proto.RegisterType((*DropVirtualChannelRequest)(nil), "milvus.proto.data.DropVirtualChannelRequest")
proto.RegisterType((*DropVirtualChannelSegment)(nil), "milvus.proto.data.DropVirtualChannelSegment")
proto.RegisterType((*DropVirtualChannelResponse)(nil), "milvus.proto.data.DropVirtualChannelResponse")
proto.RegisterType((*ImportResult)(nil), "milvus.proto.data.ImportResult")
proto.RegisterType((*ImportTask)(nil), "milvus.proto.data.ImportTask")
}
func init() { proto.RegisterFile("data_coord.proto", fileDescriptor_82cd95f524594f49) }
var fileDescriptor_82cd95f524594f49 = []byte{
// 2998 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x3b, 0xdb, 0x6f, 0xdb, 0xd6,
0xf9, 0xa1, 0x28, 0xc9, 0xd2, 0xa7, 0x8b, 0x95, 0x93, 0xd4, 0x55, 0x94, 0xd4, 0x71, 0xd8, 0x36,
0x75, 0xd3, 0x34, 0x69, 0x9d, 0x5f, 0xf1, 0x2b, 0xd6, 0x76, 0x45, 0x1d, 0xd7, 0xae, 0x50, 0x3b,
0x73, 0x29, 0xb7, 0x1d, 0xd6, 0x61, 0x02, 0x2d, 0x1e, 0xcb, 0x5c, 0x78, 0x51, 0x49, 0x2a, 0xb1,
0x8b, 0x01, 0x0d, 0x56, 0x60, 0xc0, 0x86, 0xa2, 0xdb, 0xb0, 0xa7, 0x01, 0x7b, 0x18, 0xb6, 0x3d,
0x6c, 0xd8, 0xcb, 0xf6, 0xb8, 0x0d, 0x7b, 0x2f, 0xb6, 0x3f, 0x64, 0x6f, 0xfb, 0x1b, 0x86, 0x73,
0xe1, 0xe1, 0x45, 0xa4, 0x44, 0xd9, 0x4e, 0xf3, 0xe6, 0x73, 0xf8, 0xdd, 0xce, 0x77, 0xbe, 0xbb,
0x8e, 0xa1, 0xa5, 0x6b, 0xbe, 0xd6, 0x1f, 0x38, 0x8e, 0xab, 0xdf, 0x1a, 0xb9, 0x8e, 0xef, 0xa0,
0xf3, 0x96, 0x61, 0x3e, 0x18, 0x7b, 0x6c, 0x75, 0x8b, 0x7c, 0xee, 0xd4, 0x07, 0x8e, 0x65, 0x39,
0x36, 0xdb, 0xea, 0x34, 0x0d, 0xdb, 0xc7, 0xae, 0xad, 0x99, 0x7c, 0x5d, 0x8f, 0x22, 0x74, 0xea,
0xde, 0xe0, 0x10, 0x5b, 0x1a, 0x5b, 0x29, 0x47, 0x50, 0xdf, 0x34, 0xc7, 0xde, 0xa1, 0x8a, 0x3f,
0x1d, 0x63, 0xcf, 0x47, 0xaf, 0x40, 0x71, 0x5f, 0xf3, 0x70, 0x5b, 0x5a, 0x91, 0x56, 0x6b, 0x6b,
0x57, 0x6e, 0xc5, 0x78, 0x71, 0x2e, 0x3b, 0xde, 0x70, 0x5d, 0xf3, 0xb0, 0x4a, 0x21, 0x11, 0x82,
0xa2, 0xbe, 0xdf, 0xdd, 0x68, 0x17, 0x56, 0xa4, 0x55, 0x59, 0xa5, 0x7f, 0x23, 0x05, 0xea, 0x03,
0xc7, 0x34, 0xf1, 0xc0, 0x37, 0x1c, 0xbb, 0xbb, 0xd1, 0x2e, 0xd2, 0x6f, 0xb1, 0x3d, 0xe5, 0x37,
0x12, 0x34, 0x38, 0x6b, 0x6f, 0xe4, 0xd8, 0x1e, 0x46, 0x77, 0xa0, 0xec, 0xf9, 0x9a, 0x3f, 0xf6,
0x38, 0xf7, 0xcb, 0xa9, 0xdc, 0x7b, 0x14, 0x44, 0xe5, 0xa0, 0xb9, 0xd8, 0xcb, 0x93, 0xec, 0xd1,
0x32, 0x80, 0x87, 0x87, 0x16, 0xb6, 0xfd, 0xee, 0x86, 0xd7, 0x2e, 0xae, 0xc8, 0xab, 0xb2, 0x1a,
0xd9, 0x51, 0x7e, 0x29, 0x41, 0xab, 0x17, 0x2c, 0x03, 0xed, 0x5c, 0x84, 0xd2, 0xc0, 0x19, 0xdb,
0x3e, 0x15, 0xb0, 0xa1, 0xb2, 0x05, 0xba, 0x06, 0xf5, 0xc1, 0xa1, 0x66, 0xdb, 0xd8, 0xec, 0xdb,
0x9a, 0x85, 0xa9, 0x28, 0x55, 0xb5, 0xc6, 0xf7, 0xee, 0x69, 0x16, 0xce, 0x25, 0xd1, 0x0a, 0xd4,
0x46, 0x9a, 0xeb, 0x1b, 0x31, 0x9d, 0x45, 0xb7, 0x94, 0xdf, 0x4a, 0xb0, 0xf4, 0x8e, 0xe7, 0x19,
0x43, 0x7b, 0x42, 0xb2, 0x25, 0x28, 0xdb, 0x8e, 0x8e, 0xbb, 0x1b, 0x54, 0x34, 0x59, 0xe5, 0x2b,
0x74, 0x19, 0xaa, 0x23, 0x8c, 0xdd, 0xbe, 0xeb, 0x98, 0x81, 0x60, 0x15, 0xb2, 0xa1, 0x3a, 0x26,
0x46, 0x1f, 0xc0, 0x79, 0x2f, 0x41, 0xc8, 0x6b, 0xcb, 0x2b, 0xf2, 0x6a, 0x6d, 0xed, 0xd9, 0x5b,
0x13, 0x56, 0x76, 0x2b, 0xc9, 0x54, 0x9d, 0xc4, 0x56, 0x1e, 0x15, 0xe0, 0x82, 0x80, 0x63, 0xb2,
0x92, 0xbf, 0x89, 0xe6, 0x3c, 0x3c, 0x14, 0xe2, 0xb1, 0x45, 0x1e, 0xcd, 0x09, 0x95, 0xcb, 0x51,
0x95, 0xe7, 0x30, 0xb0, 0xa4, 0x3e, 0x4b, 0x13, 0xfa, 0x44, 0x57, 0xa1, 0x86, 0x8f, 0x46, 0x86,
0x8b, 0xfb, 0xbe, 0x61, 0xe1, 0x76, 0x79, 0x45, 0x5a, 0x2d, 0xaa, 0xc0, 0xb6, 0xf6, 0x0c, 0x2b,
0x6a, 0x91, 0x0b, 0xb9, 0x2d, 0x52, 0xf9, 0x9d, 0x04, 0x4f, 0x4f, 0xdc, 0x12, 0x37, 0x71, 0x15,
0x5a, 0xf4, 0xe4, 0xa1, 0x66, 0x88, 0xb1, 0x13, 0x85, 0x5f, 0x9f, 0xa6, 0xf0, 0x10, 0x5c, 0x9d,
0xc0, 0x8f, 0x08, 0x59, 0xc8, 0x2f, 0xe4, 0x7d, 0x78, 0x7a, 0x0b, 0xfb, 0x9c, 0x01, 0xf9, 0x86,
0xbd, 0x93, 0x87, 0x80, 0xb8, 0x2f, 0x15, 0x26, 0x7c, 0xe9, 0x2f, 0x05, 0xe1, 0x4b, 0x94, 0x55,
0xd7, 0x3e, 0x70, 0xd0, 0x15, 0xa8, 0x0a, 0x10, 0x6e, 0x15, 0xe1, 0x06, 0xfa, 0x7f, 0x28, 0x11,
0x49, 0x99, 0x49, 0x34, 0xd7, 0xae, 0xa5, 0x9f, 0x29, 0x42, 0x53, 0x65, 0xf0, 0xa8, 0x0b, 0x4d,
0xcf, 0xd7, 0x5c, 0xbf, 0x3f, 0x72, 0x3c, 0x7a, 0xcf, 0xd4, 0x70, 0x6a, 0x6b, 0x4a, 0x9c, 0x82,
0x08, 0x91, 0x3b, 0xde, 0x70, 0x97, 0x43, 0xaa, 0x0d, 0x8a, 0x19, 0x2c, 0xd1, 0xbb, 0x50, 0xc7,
0xb6, 0x1e, 0x12, 0x2a, 0xe6, 0x26, 0x54, 0xc3, 0xb6, 0x2e, 0xc8, 0x84, 0xf7, 0x53, 0xca, 0x7f,
0x3f, 0x5f, 0x4a, 0xd0, 0x9e, 0xbc, 0xa0, 0xd3, 0x04, 0xca, 0x37, 0x18, 0x12, 0x66, 0x17, 0x34,
0xd5, 0xc3, 0xc5, 0x25, 0xa9, 0x1c, 0x45, 0x31, 0xe0, 0xa9, 0x50, 0x1a, 0xfa, 0xe5, 0xb1, 0x19,
0xcb, 0x17, 0x12, 0x2c, 0x25, 0x79, 0x9d, 0xe6, 0xdc, 0xff, 0x07, 0x25, 0xc3, 0x3e, 0x70, 0x82,
0x63, 0x2f, 0x4f, 0xf1, 0x33, 0xc2, 0x8b, 0x01, 0x2b, 0x16, 0x5c, 0xde, 0xc2, 0x7e, 0xd7, 0xf6,
0xb0, 0xeb, 0xaf, 0x1b, 0xb6, 0xe9, 0x0c, 0x77, 0x35, 0xff, 0xf0, 0x14, 0x3e, 0x12, 0x33, 0xf7,
0x42, 0xc2, 0xdc, 0x95, 0x3f, 0x4a, 0x70, 0x25, 0x9d, 0x1f, 0x3f, 0x7a, 0x07, 0x2a, 0x07, 0x06,
0x36, 0x75, 0xa2, 0x33, 0x89, 0xea, 0x4c, 0xac, 0x89, 0xaf, 0x8c, 0x08, 0x30, 0x3f, 0xe1, 0xb5,
0x0c, 0x03, 0xed, 0xf9, 0xae, 0x61, 0x0f, 0xb7, 0x0d, 0xcf, 0x57, 0x19, 0x7c, 0x44, 0x9f, 0x72,
0x7e, 0xcb, 0xfc, 0x99, 0x04, 0xcb, 0x5b, 0xd8, 0xbf, 0x2b, 0x42, 0x2d, 0xf9, 0x6e, 0x78, 0xbe,
0x31, 0xf0, 0x1e, 0x6f, 0x11, 0x91, 0x92, 0x33, 0x95, 0x9f, 0x4b, 0x70, 0x35, 0x53, 0x18, 0xae,
0x3a, 0x1e, 0x4a, 0x82, 0x40, 0x9b, 0x1e, 0x4a, 0xde, 0xc7, 0xc7, 0x1f, 0x69, 0xe6, 0x18, 0xef,
0x6a, 0x86, 0xcb, 0x42, 0xc9, 0x09, 0x03, 0xeb, 0x9f, 0x25, 0x78, 0x66, 0x0b, 0xfb, 0xbb, 0x41,
0x9a, 0x79, 0x82, 0xda, 0xc9, 0x51, 0x51, 0x7c, 0xc5, 0x2e, 0x33, 0x55, 0xda, 0x27, 0xa2, 0xbe,
0x65, 0xea, 0x07, 0x11, 0x87, 0xbc, 0xcb, 0x6a, 0x01, 0xae, 0x3c, 0xe5, 0x91, 0x0c, 0xf5, 0x8f,
0x78, 0x7d, 0x40, 0xd3, 0x48, 0x52, 0x0f, 0x52, 0xba, 0x1e, 0x22, 0x25, 0x45, 0x5a, 0x95, 0xb1,
0x05, 0x0d, 0x0f, 0xe3, 0xfb, 0x27, 0x49, 0x1a, 0x75, 0x82, 0x28, 0x82, 0xfd, 0x36, 0x9c, 0x1f,
0xdb, 0x07, 0xa4, 0xac, 0xc5, 0x3a, 0x3f, 0x05, 0xab, 0x2e, 0x67, 0x47, 0x9e, 0x49, 0x44, 0xf4,
0x1e, 0x2c, 0x26, 0x69, 0x95, 0x72, 0xd1, 0x4a, 0xa2, 0xa1, 0x2e, 0xb4, 0x74, 0xd7, 0x19, 0x8d,
0xb0, 0xde, 0xf7, 0x02, 0x52, 0xe5, 0x7c, 0xa4, 0x38, 0x5e, 0x40, 0x4a, 0xf9, 0xa9, 0x04, 0x4b,
0x1f, 0x6b, 0xfe, 0xe0, 0x70, 0xc3, 0xe2, 0x97, 0x73, 0x0a, 0xd3, 0x7e, 0x0b, 0xaa, 0x0f, 0xf8,
0x45, 0x04, 0xf1, 0xeb, 0x6a, 0x8a, 0x40, 0xd1, 0x2b, 0x57, 0x43, 0x0c, 0xe5, 0x6b, 0x09, 0x2e,
0xd2, 0x26, 0x22, 0x90, 0xee, 0x9b, 0x77, 0xb2, 0x19, 0x8d, 0x04, 0xba, 0x0e, 0x4d, 0x4b, 0x73,
0xef, 0xf7, 0x42, 0x98, 0x12, 0x85, 0x49, 0xec, 0x2a, 0x47, 0x00, 0x7c, 0xb5, 0xe3, 0x0d, 0x4f,
0x20, 0xff, 0xeb, 0xb0, 0xc0, 0xb9, 0x72, 0x7f, 0x9b, 0x75, 0xb1, 0x01, 0xb8, 0xf2, 0x2f, 0x09,
0x9a, 0x61, 0x04, 0xa5, 0x5e, 0xd5, 0x84, 0x82, 0xf0, 0xa5, 0x42, 0x77, 0x03, 0xbd, 0x05, 0x65,
0xd6, 0x36, 0x72, 0xda, 0xcf, 0xc7, 0x69, 0xf3, 0x96, 0x32, 0x12, 0x86, 0xe9, 0x86, 0xca, 0x91,
0x88, 0x8e, 0x44, 0xd4, 0x61, 0x1d, 0x86, 0xac, 0x46, 0x76, 0x50, 0x17, 0x16, 0xe3, 0x45, 0x5b,
0xe0, 0x33, 0x2b, 0x59, 0xd1, 0x66, 0x43, 0xf3, 0x35, 0x1a, 0x6c, 0x9a, 0xb1, 0x9a, 0xcd, 0x53,
0xfe, 0x5b, 0x82, 0x5a, 0xe4, 0x94, 0x13, 0x27, 0x49, 0x5e, 0x69, 0x61, 0x76, 0xdc, 0x94, 0x27,
0x3b, 0x87, 0xe7, 0xa1, 0x69, 0xd0, 0x5c, 0xdd, 0xe7, 0xa6, 0x48, 0x83, 0x6b, 0x55, 0x6d, 0xb0,
0x5d, 0xee, 0x17, 0x68, 0x19, 0x6a, 0xf6, 0xd8, 0xea, 0x3b, 0x07, 0x7d, 0xd7, 0x79, 0xe8, 0xf1,
0x16, 0xa4, 0x6a, 0x8f, 0xad, 0xef, 0x1c, 0xa8, 0xce, 0x43, 0x2f, 0xac, 0x72, 0xcb, 0x73, 0x56,
0xb9, 0xcb, 0x50, 0xb3, 0xb4, 0x23, 0x42, 0xb5, 0x6f, 0x8f, 0x2d, 0xda, 0x9d, 0xc8, 0x6a, 0xd5,
0xd2, 0x8e, 0x54, 0xe7, 0xe1, 0xbd, 0xb1, 0x85, 0x56, 0xa1, 0x65, 0x6a, 0x9e, 0xdf, 0x8f, 0xb6,
0x37, 0x15, 0xda, 0xde, 0x34, 0xc9, 0xfe, 0xbb, 0x61, 0x8b, 0x33, 0x59, 0x2f, 0x57, 0x4f, 0x51,
0x2f, 0xeb, 0x96, 0x19, 0x12, 0x82, 0xfc, 0xf5, 0xb2, 0x6e, 0x99, 0x82, 0xcc, 0xeb, 0xb0, 0xb0,
0x4f, 0x2b, 0x20, 0xaf, 0x5d, 0xcb, 0x8c, 0x50, 0x9b, 0xa4, 0xf8, 0x61, 0x85, 0x92, 0x1a, 0x80,
0xa3, 0x37, 0xa1, 0x4a, 0x53, 0x0f, 0xc5, 0xad, 0xe7, 0xc2, 0x0d, 0x11, 0x08, 0xb6, 0x8e, 0x4d,
0x5f, 0xa3, 0xd8, 0x8d, 0x7c, 0xd8, 0x02, 0x01, 0xbd, 0x02, 0x17, 0x06, 0x2e, 0xd6, 0x7c, 0xac,
0xaf, 0x1f, 0xdf, 0x75, 0xac, 0x91, 0x46, 0x8d, 0xa9, 0xdd, 0x5c, 0x91, 0x56, 0x2b, 0x6a, 0xda,
0x27, 0x12, 0x18, 0x06, 0x62, 0xb5, 0xe9, 0x3a, 0x56, 0x7b, 0x91, 0x05, 0x86, 0xf8, 0x2e, 0x7a,
0x06, 0x20, 0x08, 0xdd, 0x9a, 0xdf, 0x6e, 0xd1, 0x5b, 0xac, 0xf2, 0x9d, 0x77, 0x7c, 0xe5, 0x73,
0xb8, 0x18, 0x5a, 0x48, 0xe4, 0x36, 0x26, 0x2f, 0x56, 0x3a, 0xe9, 0xc5, 0x4e, 0xaf, 0x5d, 0xff,
0x5a, 0x84, 0xa5, 0x9e, 0xf6, 0x00, 0x3f, 0xfe, 0x32, 0x39, 0x57, 0x3c, 0xde, 0x86, 0xf3, 0xb4,
0x32, 0x5e, 0x8b, 0xc8, 0x33, 0x25, 0x03, 0x47, 0xaf, 0x73, 0x12, 0x11, 0xbd, 0x4d, 0x4a, 0x07,
0x3c, 0xb8, 0xbf, 0xeb, 0x18, 0x61, 0xf6, 0x7d, 0x26, 0x85, 0xce, 0x5d, 0x01, 0xa5, 0x46, 0x31,
0xd0, 0xee, 0x64, 0x68, 0x63, 0x79, 0xf7, 0x85, 0xa9, 0xfd, 0x57, 0xa8, 0xfd, 0x64, 0x84, 0x43,
0x6d, 0x58, 0xe0, 0xd9, 0x9d, 0xfa, 0x7d, 0x45, 0x0d, 0x96, 0x68, 0x17, 0x2e, 0xb0, 0x13, 0xf4,
0xb8, 0x51, 0xb3, 0xc3, 0x57, 0x72, 0x1d, 0x3e, 0x0d, 0x35, 0xee, 0x13, 0xd5, 0x79, 0x7d, 0xa2,
0x0d, 0x0b, 0xdc, 0x4e, 0x69, 0x2c, 0xa8, 0xa8, 0xc1, 0x92, 0x34, 0x11, 0x10, 0x6a, 0x6c, 0xc6,
0x2c, 0xe0, 0xdb, 0x50, 0x11, 0x36, 0x5c, 0xc8, 0x6d, 0xc3, 0x02, 0x27, 0x19, 0x85, 0xe5, 0x44,
0x14, 0x56, 0xfe, 0x2d, 0x41, 0x7d, 0x83, 0x08, 0xbd, 0xed, 0x0c, 0x69, 0xce, 0x78, 0x1e, 0x9a,
0x2e, 0x1e, 0x38, 0xae, 0xde, 0xc7, 0xb6, 0xef, 0x1a, 0x98, 0xf5, 0x9b, 0x45, 0xb5, 0xc1, 0x76,
0xdf, 0x65, 0x9b, 0x04, 0x8c, 0x04, 0x56, 0xcf, 0xd7, 0xac, 0x51, 0xff, 0x80, 0x38, 0x70, 0x81,
0x81, 0x89, 0x5d, 0xea, 0xbf, 0xd7, 0xa0, 0x1e, 0x82, 0xf9, 0x0e, 0xe5, 0x5f, 0x54, 0x6b, 0x62,
0x6f, 0xcf, 0x41, 0xcf, 0x41, 0x93, 0x6a, 0xad, 0x6f, 0x3a, 0xc3, 0x3e, 0xe9, 0xcd, 0x78, 0x3a,
0xa9, 0xeb, 0x5c, 0x2c, 0x72, 0x1b, 0x71, 0x28, 0xcf, 0xf8, 0x0c, 0xf3, 0x84, 0x22, 0xa0, 0x7a,
0xc6, 0x67, 0x98, 0x64, 0xf3, 0x06, 0xc9, 0x8e, 0xf7, 0x1c, 0x1d, 0xef, 0x9d, 0xb0, 0x96, 0xc8,
0x31, 0x97, 0xbb, 0x02, 0x55, 0x71, 0x02, 0x7e, 0xa4, 0x70, 0x03, 0x6d, 0x42, 0x33, 0x28, 0x33,
0xfb, 0xac, 0x7b, 0x28, 0x66, 0xd6, 0x76, 0x91, 0xfc, 0xe6, 0xa9, 0x8d, 0x00, 0x8d, 0x2e, 0x95,
0x4d, 0xa8, 0x47, 0x3f, 0x13, 0xae, 0xbd, 0xa4, 0xa1, 0x88, 0x0d, 0x62, 0x6f, 0xf7, 0xc6, 0x16,
0xb9, 0x53, 0x1e, 0x3a, 0x82, 0xa5, 0xf2, 0x85, 0x04, 0x0d, 0x9e, 0x94, 0x7b, 0x62, 0x6e, 0x4c,
0x8f, 0x26, 0xd1, 0xa3, 0xd1, 0xbf, 0xd1, 0xb7, 0xe2, 0x43, 0xa7, 0xe7, 0x52, 0xdd, 0x9c, 0x12,
0xa1, 0xf5, 0x6f, 0x2c, 0x23, 0xe7, 0xe9, 0x56, 0x1f, 0x11, 0x43, 0xe3, 0x57, 0x43, 0x0d, 0xad,
0x0d, 0x0b, 0x9a, 0xae, 0xbb, 0xd8, 0xf3, 0xb8, 0x1c, 0xc1, 0x92, 0x7c, 0x79, 0x80, 0x5d, 0x2f,
0x30, 0x79, 0x59, 0x0d, 0x96, 0xe8, 0x4d, 0xa8, 0x88, 0x82, 0x59, 0x4e, 0x2b, 0x92, 0xa2, 0x72,
0xf2, 0xee, 0x4a, 0x60, 0x28, 0x5f, 0x15, 0xa0, 0xc9, 0x15, 0xb6, 0xce, 0xb3, 0xe6, 0x74, 0xe7,
0x5b, 0x87, 0xfa, 0x41, 0xe8, 0xdd, 0xd3, 0xa6, 0x28, 0xd1, 0x20, 0x10, 0xc3, 0x99, 0xe5, 0x80,
0xf1, 0xbc, 0x5d, 0x3c, 0x55, 0xde, 0x2e, 0xcd, 0x19, 0xa3, 0x94, 0xef, 0x43, 0x2d, 0xf2, 0x85,
0x06, 0x57, 0x36, 0x57, 0xe1, 0xaa, 0x08, 0x96, 0xe8, 0x4e, 0x58, 0x96, 0x30, 0x1d, 0x5c, 0x4a,
0x61, 0x92, 0xa8, 0x48, 0x94, 0x3f, 0x49, 0x50, 0xe6, 0x94, 0xaf, 0x42, 0x8d, 0x47, 0x13, 0x5a,
0xb2, 0x31, 0xea, 0xc0, 0xb7, 0x48, 0xcd, 0x76, 0x76, 0xe1, 0xe4, 0x12, 0x54, 0x12, 0x81, 0x64,
0x81, 0x47, 0xf4, 0xe0, 0x53, 0x24, 0x7a, 0x90, 0x4f, 0x34, 0x70, 0x7c, 0x2d, 0xd1, 0x99, 0xb0,
0x8a, 0x07, 0xce, 0x03, 0xec, 0x1e, 0x9f, 0x7e, 0xf2, 0xf6, 0x46, 0xc4, 0x52, 0x73, 0xb6, 0x76,
0x02, 0x01, 0xbd, 0x11, 0xaa, 0x5b, 0x4e, 0x1b, 0x3c, 0x44, 0x43, 0x07, 0xb7, 0xb3, 0x50, 0xed,
0xbf, 0x60, 0x33, 0xc4, 0xf8, 0x51, 0x4e, 0x5a, 0x92, 0x9c, 0x49, 0xc7, 0xa0, 0xfc, 0x4a, 0x82,
0x4b, 0x5b, 0xd8, 0xdf, 0x8c, 0xf7, 0xe5, 0x4f, 0x5a, 0x2a, 0x0b, 0x3a, 0x69, 0x42, 0x9d, 0xe6,
0xd6, 0x3b, 0x50, 0x11, 0x13, 0x06, 0x36, 0xdd, 0x15, 0x6b, 0xe5, 0x27, 0x12, 0xb4, 0x39, 0x17,
0xca, 0x93, 0x54, 0xc3, 0x26, 0xf6, 0xb1, 0xfe, 0x4d, 0xb7, 0xbc, 0xff, 0x94, 0xa0, 0x15, 0x0d,
0xe5, 0x34, 0x1a, 0xbf, 0x06, 0x25, 0x3a, 0x59, 0xe0, 0x12, 0xcc, 0x34, 0x56, 0x06, 0x4d, 0x42,
0x06, 0xad, 0xd0, 0xf6, 0x44, 0xd6, 0xe1, 0xcb, 0x30, 0x9f, 0xc8, 0xf3, 0xe7, 0x13, 0x9e, 0x5f,
0x9d, 0x31, 0xa1, 0xcb, 0x26, 0x77, 0xe1, 0x86, 0xf2, 0x65, 0x01, 0xda, 0x61, 0x2b, 0xf1, 0x8d,
0x07, 0xf4, 0x8c, 0x42, 0x53, 0x3e, 0xa3, 0x42, 0xb3, 0x38, 0x6f, 0x10, 0xff, 0x47, 0x01, 0x9a,
0xa1, 0x3a, 0x76, 0x4d, 0xcd, 0x46, 0x4b, 0x50, 0x1e, 0x99, 0x5a, 0x38, 0x11, 0xe4, 0x2b, 0xd4,
0x13, 0x95, 0x49, 0x5c, 0x01, 0x2f, 0xa5, 0x5d, 0x4e, 0x86, 0x86, 0xd5, 0x04, 0x09, 0xd2, 0xa2,
0xb1, 0x22, 0x9f, 0x36, 0xda, 0xbc, 0x1a, 0x62, 0x56, 0x40, 0x7a, 0xec, 0x9b, 0x80, 0xf8, 0xd5,
0xf5, 0x0d, 0xbb, 0xef, 0xe1, 0x81, 0x63, 0xeb, 0xec, 0x52, 0x4b, 0x6a, 0x8b, 0x7f, 0xe9, 0xda,
0x3d, 0xb6, 0x8f, 0x5e, 0x83, 0xa2, 0x7f, 0x3c, 0x62, 0xe1, 0xb9, 0x99, 0x1a, 0xf6, 0x42, 0xb9,
0xf6, 0x8e, 0x47, 0x58, 0xa5, 0xe0, 0x68, 0x19, 0x80, 0x90, 0xf2, 0x5d, 0xed, 0x01, 0x36, 0x83,
0xdf, 0x32, 0xc3, 0x1d, 0x62, 0xa6, 0xc1, 0xac, 0x62, 0x81, 0xe5, 0x04, 0xbe, 0x54, 0xfe, 0x56,
0x80, 0x56, 0x48, 0x52, 0xc5, 0xde, 0xd8, 0xf4, 0x33, 0xf5, 0x37, 0xbd, 0x41, 0x9b, 0x95, 0xe9,
0xdf, 0x86, 0x1a, 0x9f, 0x9b, 0xcc, 0x71, 0xd1, 0xc0, 0x50, 0xb6, 0xa7, 0x58, 0x5e, 0xe9, 0x8c,
0x2c, 0xaf, 0x3c, 0xaf, 0xe5, 0xf5, 0x60, 0x29, 0x08, 0x68, 0x21, 0xc0, 0x0e, 0xf6, 0xb5, 0x29,
0x95, 0xc4, 0x55, 0xa8, 0xb1, 0x44, 0xc5, 0x32, 0x34, 0x2b, 0xae, 0x61, 0x5f, 0x74, 0x9d, 0xca,
0x0f, 0xe0, 0x22, 0x0d, 0x08, 0xc9, 0xf1, 0x6a, 0x9e, 0x59, 0xb7, 0x22, 0x4a, 0x77, 0x52, 0xa6,
0x33, 0xeb, 0xae, 0xaa, 0xb1, 0x3d, 0x65, 0x1b, 0x9e, 0x4a, 0xd0, 0x3f, 0x45, 0xc0, 0x57, 0xfe,
0x2e, 0xc1, 0xa5, 0x0d, 0xd7, 0x19, 0x7d, 0x64, 0xb8, 0xfe, 0x58, 0x33, 0xe3, 0x03, 0xfb, 0xc7,
0xd3, 0x7c, 0xbc, 0x17, 0xc9, 0x31, 0x2c, 0xe8, 0xdc, 0x4c, 0xb9, 0xb2, 0x49, 0xa1, 0xf8, 0x55,
0x45, 0x32, 0xd2, 0x7f, 0xe4, 0x34, 0xe1, 0x39, 0xdc, 0x8c, 0x48, 0x9a, 0x27, 0x05, 0xa7, 0x4e,
0x23, 0xe4, 0x93, 0x4e, 0x23, 0x32, 0xac, 0xbf, 0x78, 0x46, 0xd6, 0x3f, 0x6f, 0xf1, 0x8c, 0xde,
0x83, 0xf8, 0xa4, 0x88, 0x86, 0x9d, 0x13, 0x8d, 0x98, 0xd6, 0x01, 0xc2, 0xa9, 0x09, 0x7f, 0x6d,
0x91, 0x87, 0x4c, 0x04, 0x8b, 0xdc, 0x96, 0x88, 0x34, 0x74, 0xda, 0x19, 0xeb, 0xf2, 0x3f, 0x80,
0x4e, 0x9a, 0x95, 0x9e, 0xc6, 0xf2, 0x7f, 0x04, 0xf5, 0xae, 0x35, 0x72, 0x5c, 0x9f, 0xc7, 0xcc,
0xb3, 0xae, 0x97, 0xd0, 0x65, 0xa8, 0xba, 0xce, 0xc3, 0x7e, 0xf8, 0x00, 0x46, 0x56, 0x2b, 0xae,
0xf3, 0xf0, 0x2e, 0x59, 0xdf, 0xf8, 0xb5, 0x04, 0xe7, 0x27, 0xca, 0x07, 0xd4, 0x04, 0xf8, 0xd0,
0x1e, 0xf0, 0xba, 0xaa, 0x75, 0x0e, 0xd5, 0xa1, 0x12, 0x54, 0x59, 0x2d, 0x09, 0xd5, 0x60, 0x61,
0xcf, 0xa1, 0xd0, 0xad, 0x02, 0x6a, 0x41, 0x9d, 0x21, 0x8e, 0x07, 0x03, 0xec, 0x79, 0x2d, 0x59,
0xec, 0x6c, 0x6a, 0x86, 0x39, 0x76, 0x71, 0xab, 0x88, 0x1a, 0x50, 0xdd, 0x73, 0x54, 0x6c, 0x62,
0xcd, 0xc3, 0xad, 0x12, 0x42, 0xd0, 0xe4, 0x8b, 0x00, 0xa9, 0x1c, 0xd9, 0x0b, 0xd0, 0x16, 0x6e,
0x1c, 0x44, 0xf3, 0x31, 0x49, 0x52, 0xe8, 0x69, 0xb8, 0xf0, 0xa1, 0xad, 0xe3, 0x03, 0xc3, 0xc6,
0x7a, 0xf8, 0xa9, 0x75, 0x0e, 0x5d, 0x80, 0xc5, 0xae, 0x6d, 0x63, 0x37, 0xb2, 0x29, 0x91, 0xcd,
0x1d, 0xec, 0x0e, 0x71, 0x64, 0xb3, 0x80, 0xce, 0x43, 0x63, 0xc7, 0x38, 0x8a, 0x6c, 0xc9, 0x6b,
0x7f, 0x78, 0x0a, 0xaa, 0xa4, 0xa3, 0xbe, 0xeb, 0x38, 0xae, 0x8e, 0x46, 0x80, 0xe8, 0x8f, 0xc1,
0xd6, 0xc8, 0xb1, 0xc5, 0xab, 0x09, 0xf4, 0x4a, 0x86, 0x19, 0x4d, 0x82, 0xf2, 0x98, 0xd5, 0xb9,
0x9e, 0x81, 0x91, 0x00, 0x57, 0xce, 0x21, 0x8b, 0x72, 0x24, 0x49, 0x7e, 0xcf, 0x18, 0xdc, 0x0f,
0xc6, 0xfe, 0x53, 0x38, 0x26, 0x40, 0x03, 0x8e, 0x89, 0xc7, 0x18, 0x7c, 0xc1, 0x7e, 0xb1, 0x0f,
0x6c, 0x54, 0x39, 0x87, 0x3e, 0x85, 0x8b, 0x5b, 0xd8, 0x0f, 0x7f, 0xa4, 0x0d, 0x18, 0xae, 0x65,
0x33, 0x9c, 0x00, 0x9e, 0x93, 0xe5, 0x36, 0x94, 0x68, 0xa9, 0x8e, 0xd2, 0xca, 0xe1, 0xe8, 0xd3,
0xc1, 0xce, 0x4a, 0x36, 0x80, 0xa0, 0xf6, 0x43, 0x58, 0x4c, 0x3c, 0x8d, 0x42, 0x2f, 0xa6, 0xa0,
0xa5, 0x3f, 0x72, 0xeb, 0xdc, 0xc8, 0x03, 0x2a, 0x78, 0x0d, 0xa1, 0x19, 0xff, 0x29, 0x19, 0xad,
0xa6, 0xe0, 0xa7, 0x3e, 0x6b, 0xe9, 0xbc, 0x98, 0x03, 0x52, 0x30, 0xb2, 0xa0, 0x95, 0x7c, 0xaa,
0x83, 0x6e, 0x4c, 0x25, 0x10, 0x37, 0xb7, 0x97, 0x72, 0xc1, 0x0a, 0x76, 0xc7, 0xd4, 0x08, 0x26,
0x9e, 0x8a, 0xa0, 0x5b, 0xe9, 0x64, 0xb2, 0xde, 0xb0, 0x74, 0x6e, 0xe7, 0x86, 0x17, 0xac, 0x7f,
0xcc, 0x46, 0x04, 0x69, 0xcf, 0x2d, 0xd0, 0xab, 0xe9, 0xe4, 0xa6, 0xbc, 0x13, 0xe9, 0xac, 0xcd,
0x83, 0x22, 0x84, 0xf8, 0x9c, 0xf6, 0xf6, 0x29, 0x4f, 0x16, 0x92, 0x7e, 0x17, 0xd0, 0xcb, 0x7e,
0x8b, 0xd1, 0x79, 0x75, 0x0e, 0x0c, 0x21, 0x80, 0x93, 0x7c, 0x0c, 0x15, 0xb8, 0xe1, 0xed, 0x99,
0x56, 0x73, 0x32, 0x1f, 0xfc, 0x04, 0x16, 0x13, 0x3f, 0xb0, 0xa4, 0x7a, 0x4d, 0xfa, 0x8f, 0x30,
0x9d, 0x69, 0x59, 0x88, 0xb9, 0x64, 0x62, 0x54, 0x82, 0x32, 0xac, 0x3f, 0x65, 0x9c, 0xd2, 0xb9,
0x91, 0x07, 0x54, 0x1c, 0xc4, 0xa3, 0xe1, 0x32, 0x31, 0x6e, 0x40, 0x37, 0xd3, 0x69, 0xa4, 0x8f,
0x4a, 0x3a, 0x2f, 0xe7, 0x84, 0x16, 0x4c, 0xfb, 0x00, 0x5b, 0xd8, 0xdf, 0xc1, 0xbe, 0x4b, 0x6c,
0xe4, 0x7a, 0xaa, 0xca, 0x43, 0x80, 0x80, 0xcd, 0x0b, 0x33, 0xe1, 0x04, 0x83, 0xef, 0x02, 0x0a,
0x52, 0x6c, 0xe4, 0xe7, 0xbd, 0x67, 0xa7, 0x36, 0x6e, 0xac, 0x62, 0x98, 0x75, 0x37, 0x9f, 0x42,
0x6b, 0x47, 0xb3, 0x49, 0xb9, 0x12, 0xd2, 0xbd, 0x99, 0x2a, 0x58, 0x12, 0x2c, 0x43, 0x5b, 0x99,
0xd0, 0xe2, 0x30, 0x0f, 0x45, 0x0e, 0xd5, 0x84, 0x0b, 0xe2, 0x64, 0x6c, 0x09, 0xb5, 0x91, 0x00,
0xcc, 0x88, 0x2d, 0x53, 0xe0, 0x05, 0xe3, 0x47, 0x12, 0x7d, 0x72, 0x97, 0x00, 0xf8, 0xd8, 0xf0,
0x0f, 0x49, 0x3f, 0xef, 0xe5, 0x11, 0x81, 0x02, 0xce, 0x21, 0x02, 0x87, 0x17, 0x22, 0xe8, 0xd0,
0x88, 0xf5, 0x45, 0x28, 0xed, 0x37, 0xba, 0xb4, 0xce, 0xac, 0xb3, 0x3a, 0x1b, 0x50, 0x70, 0x39,
0x84, 0x46, 0x60, 0xaf, 0x4c, 0xb9, 0x2f, 0x66, 0x49, 0x1a, 0xc2, 0x64, 0xb8, 0x5b, 0x3a, 0x68,
0xd4, 0xdd, 0x26, 0x4b, 0x5e, 0x94, 0xaf, 0x55, 0x9a, 0xe6, 0x6e, 0xd9, 0x75, 0xb4, 0x72, 0x0e,
0xf5, 0xa0, 0xcc, 0x8a, 0x62, 0xa4, 0xa4, 0x0a, 0x1b, 0x54, 0xcc, 0xd3, 0x22, 0xa0, 0xa8, 0xaa,
0x03, 0xa2, 0xf7, 0x69, 0x2e, 0x67, 0xdb, 0x4c, 0x69, 0x99, 0x9a, 0x88, 0x00, 0x65, 0x24, 0xd8,
0x0c, 0x58, 0xc1, 0x6c, 0x97, 0x15, 0xaf, 0xc4, 0x9f, 0xf9, 0x49, 0xd2, 0x6a, 0x9f, 0x68, 0xe5,
0x3f, 0xc3, 0x8f, 0xd7, 0x7e, 0x5f, 0x82, 0x4a, 0xf0, 0xc3, 0xcf, 0x13, 0xa8, 0x52, 0x9f, 0x40,
0xd9, 0xf8, 0x09, 0x2c, 0x26, 0xde, 0x88, 0xa5, 0x66, 0x95, 0xf4, 0x77, 0x64, 0xb3, 0xc2, 0xe2,
0xc7, 0xfc, 0x3f, 0x47, 0x44, 0x06, 0x79, 0x21, 0xab, 0xf4, 0x4c, 0x26, 0x8f, 0x19, 0x84, 0x1f,
0x7b, 0xaa, 0xb8, 0x07, 0x10, 0x09, 0xe5, 0xd3, 0x67, 0x7b, 0x24, 0x3a, 0xcd, 0x12, 0xf8, 0xfd,
0xb9, 0x9c, 0x6d, 0x3a, 0xb1, 0xf5, 0x3b, 0xdf, 0x7b, 0x75, 0x68, 0xf8, 0x87, 0xe3, 0x7d, 0xf2,
0xe5, 0x36, 0x03, 0x7d, 0xd9, 0x70, 0xf8, 0x5f, 0xb7, 0x03, 0xf3, 0xb8, 0x4d, 0xb1, 0x6f, 0x13,
0x69, 0x47, 0xfb, 0xfb, 0x65, 0xba, 0xba, 0xf3, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2f, 0x6d,
0x1a, 0x78, 0xa8, 0x34, 0x00, 0x00,
// 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,
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,
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,
}
// Reference imports to suppress errors if they are not otherwise used.
@ -3454,9 +3488,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 *milvuspb.ImportRequest, opts ...grpc.CallOption) (*milvuspb.ImportResponse, error)
GetImportState(ctx context.Context, in *milvuspb.GetImportStateRequest, opts ...grpc.CallOption) (*milvuspb.GetImportStateResponse, error)
CompleteImport(ctx context.Context, in *ImportResult, opts ...grpc.CallOption) (*commonpb.Status, error)
Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error)
}
type dataCoordClient struct {
@ -3665,27 +3697,9 @@ func (c *dataCoordClient) DropVirtualChannel(ctx context.Context, in *DropVirtua
return out, nil
}
func (c *dataCoordClient) Import(ctx context.Context, in *milvuspb.ImportRequest, opts ...grpc.CallOption) (*milvuspb.ImportResponse, error) {
out := new(milvuspb.ImportResponse)
err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/Import", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *dataCoordClient) GetImportState(ctx context.Context, in *milvuspb.GetImportStateRequest, opts ...grpc.CallOption) (*milvuspb.GetImportStateResponse, error) {
out := new(milvuspb.GetImportStateResponse)
err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/GetImportState", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *dataCoordClient) CompleteImport(ctx context.Context, in *ImportResult, opts ...grpc.CallOption) (*commonpb.Status, error) {
func (c *dataCoordClient) Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error) {
out := new(commonpb.Status)
err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/CompleteImport", in, out, opts...)
err := c.cc.Invoke(ctx, "/milvus.proto.data.DataCoord/Import", in, out, opts...)
if err != nil {
return nil, err
}
@ -3718,9 +3732,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, *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error)
GetImportState(context.Context, *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error)
CompleteImport(context.Context, *ImportResult) (*commonpb.Status, error)
Import(context.Context, *ImportTask) (*commonpb.Status, error)
}
// UnimplementedDataCoordServer can be embedded to have forward compatible implementations.
@ -3793,15 +3805,9 @@ 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 *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
func (*UnimplementedDataCoordServer) Import(ctx context.Context, req *ImportTask) (*commonpb.Status, error) {
return nil, status.Errorf(codes.Unimplemented, "method Import not implemented")
}
func (*UnimplementedDataCoordServer) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetImportState not implemented")
}
func (*UnimplementedDataCoordServer) CompleteImport(ctx context.Context, req *ImportResult) (*commonpb.Status, error) {
return nil, status.Errorf(codes.Unimplemented, "method CompleteImport not implemented")
}
func RegisterDataCoordServer(s *grpc.Server, srv DataCoordServer) {
s.RegisterService(&_DataCoord_serviceDesc, srv)
@ -4204,7 +4210,7 @@ func _DataCoord_DropVirtualChannel_Handler(srv interface{}, ctx context.Context,
}
func _DataCoord_Import_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(milvuspb.ImportRequest)
in := new(ImportTask)
if err := dec(in); err != nil {
return nil, err
}
@ -4216,43 +4222,7 @@ func _DataCoord_Import_Handler(srv interface{}, ctx context.Context, dec func(in
FullMethod: "/milvus.proto.data.DataCoord/Import",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DataCoordServer).Import(ctx, req.(*milvuspb.ImportRequest))
}
return interceptor(ctx, in, info, handler)
}
func _DataCoord_GetImportState_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(milvuspb.GetImportStateRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DataCoordServer).GetImportState(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/milvus.proto.data.DataCoord/GetImportState",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DataCoordServer).GetImportState(ctx, req.(*milvuspb.GetImportStateRequest))
}
return interceptor(ctx, in, info, handler)
}
func _DataCoord_CompleteImport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ImportResult)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(DataCoordServer).CompleteImport(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/milvus.proto.data.DataCoord/CompleteImport",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DataCoordServer).CompleteImport(ctx, req.(*ImportResult))
return srv.(DataCoordServer).Import(ctx, req.(*ImportTask))
}
return interceptor(ctx, in, info, handler)
}
@ -4353,14 +4323,6 @@ var _DataCoord_serviceDesc = grpc.ServiceDesc{
MethodName: "Import",
Handler: _DataCoord_Import_Handler,
},
{
MethodName: "GetImportState",
Handler: _DataCoord_GetImportState_Handler,
},
{
MethodName: "CompleteImport",
Handler: _DataCoord_CompleteImport_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "data_coord.proto",
@ -4378,7 +4340,7 @@ type DataNodeClient interface {
GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error)
Compaction(ctx context.Context, in *CompactionPlan, opts ...grpc.CallOption) (*commonpb.Status, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
Import(ctx context.Context, in *milvuspb.ImportRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error)
}
type dataNodeClient struct {
@ -4443,7 +4405,7 @@ func (c *dataNodeClient) Compaction(ctx context.Context, in *CompactionPlan, opt
return out, nil
}
func (c *dataNodeClient) Import(ctx context.Context, in *milvuspb.ImportRequest, opts ...grpc.CallOption) (*commonpb.Status, error) {
func (c *dataNodeClient) Import(ctx context.Context, in *ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error) {
out := new(commonpb.Status)
err := c.cc.Invoke(ctx, "/milvus.proto.data.DataNode/Import", in, out, opts...)
if err != nil {
@ -4462,7 +4424,7 @@ type DataNodeServer interface {
GetMetrics(context.Context, *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
Compaction(context.Context, *CompactionPlan) (*commonpb.Status, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
Import(context.Context, *milvuspb.ImportRequest) (*commonpb.Status, error)
Import(context.Context, *ImportTask) (*commonpb.Status, error)
}
// UnimplementedDataNodeServer can be embedded to have forward compatible implementations.
@ -4487,7 +4449,7 @@ func (*UnimplementedDataNodeServer) GetMetrics(ctx context.Context, req *milvusp
func (*UnimplementedDataNodeServer) Compaction(ctx context.Context, req *CompactionPlan) (*commonpb.Status, error) {
return nil, status.Errorf(codes.Unimplemented, "method Compaction not implemented")
}
func (*UnimplementedDataNodeServer) Import(ctx context.Context, req *milvuspb.ImportRequest) (*commonpb.Status, error) {
func (*UnimplementedDataNodeServer) Import(ctx context.Context, req *ImportTask) (*commonpb.Status, error) {
return nil, status.Errorf(codes.Unimplemented, "method Import not implemented")
}
@ -4604,7 +4566,7 @@ func _DataNode_Compaction_Handler(srv interface{}, ctx context.Context, dec func
}
func _DataNode_Import_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(milvuspb.ImportRequest)
in := new(ImportTask)
if err := dec(in); err != nil {
return nil, err
}
@ -4616,7 +4578,7 @@ func _DataNode_Import_Handler(srv interface{}, ctx context.Context, dec func(int
FullMethod: "/milvus.proto.data.DataNode/Import",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(DataNodeServer).Import(ctx, req.(*milvuspb.ImportRequest))
return srv.(DataNodeServer).Import(ctx, req.(*ImportTask))
}
return interceptor(ctx, in, info, handler)
}

View File

@ -792,7 +792,7 @@ message ImportRequest {
string partition_name = 2; // target partition
bool row_based = 3; // the file is row-based or column-based
repeated string files = 4; // file paths to be imported
repeated common.KeyValuePair options = 5; // import options
repeated common.KeyValuePair options = 5; // import options, bucket, etc.
}
message ImportResponse {
@ -806,8 +806,10 @@ message GetImportStateRequest {
message GetImportStateResponse {
common.Status status = 1;
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.
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.
}
service ProxyService {

View File

@ -5103,12 +5103,14 @@ func (m *GetImportStateRequest) GetTask() int64 {
}
type GetImportStateResponse struct {
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
State commonpb.ImportState `protobuf:"varint,2,opt,name=state,proto3,enum=milvus.proto.common.ImportState" json:"state,omitempty"`
RowCount int64 `protobuf:"varint,3,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
State commonpb.ImportState `protobuf:"varint,2,opt,name=state,proto3,enum=milvus.proto.common.ImportState" json:"state,omitempty"`
RowCount int64 `protobuf:"varint,3,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
IdList []int64 `protobuf:"varint,4,rep,packed,name=id_list,json=idList,proto3" json:"id_list,omitempty"`
Infos []*commonpb.KeyValuePair `protobuf:"bytes,5,rep,name=infos,proto3" json:"infos,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetImportStateResponse) Reset() { *m = GetImportStateResponse{} }
@ -5157,6 +5159,20 @@ func (m *GetImportStateResponse) GetRowCount() int64 {
return 0
}
func (m *GetImportStateResponse) GetIdList() []int64 {
if m != nil {
return m.IdList
}
return nil
}
func (m *GetImportStateResponse) GetInfos() []*commonpb.KeyValuePair {
if m != nil {
return m.Infos
}
return nil
}
func init() {
proto.RegisterEnum("milvus.proto.milvus.ShowType", ShowType_name, ShowType_value)
proto.RegisterEnum("milvus.proto.milvus.PlaceholderType", PlaceholderType_name, PlaceholderType_value)
@ -5246,243 +5262,245 @@ func init() {
func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) }
var fileDescriptor_02345ba45cc0e303 = []byte{
// 3772 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3b, 0x4d, 0x6f, 0x1c, 0xc7,
0x72, 0x9c, 0x5d, 0xee, 0x57, 0xed, 0x2e, 0xb9, 0x6c, 0x52, 0xd4, 0x6a, 0xf5, 0x45, 0xcd, 0xb3,
0x9e, 0x28, 0xe9, 0x49, 0x7a, 0xa2, 0x6c, 0xbf, 0x17, 0x39, 0x89, 0x2d, 0x91, 0xb1, 0x44, 0x58,
0x52, 0xe8, 0xa1, 0xed, 0xc0, 0x31, 0x84, 0xc1, 0x70, 0xa7, 0xb9, 0x1c, 0x70, 0x76, 0x66, 0x3d,
0xdd, 0x2b, 0x8a, 0x3e, 0x19, 0x70, 0x90, 0x20, 0xb0, 0x63, 0x23, 0x48, 0x90, 0x8f, 0x43, 0x72,
0x70, 0x92, 0x43, 0x0e, 0x09, 0xe2, 0x38, 0x48, 0x82, 0x5c, 0x92, 0x43, 0x80, 0xe4, 0x10, 0x20,
0x1f, 0x97, 0x1c, 0x72, 0xc9, 0x1f, 0xf0, 0x3f, 0xc8, 0x21, 0xe8, 0x8f, 0x99, 0x9d, 0x99, 0xed,
0x59, 0x2e, 0xb5, 0xd6, 0x23, 0x79, 0x9b, 0xa9, 0xae, 0xaa, 0xae, 0xae, 0xae, 0xaa, 0xee, 0xae,
0xae, 0x86, 0x5a, 0xd7, 0x71, 0x9f, 0xf5, 0xc9, 0xcd, 0x5e, 0xe0, 0x53, 0x1f, 0xcd, 0xc7, 0xff,
0x6e, 0x8a, 0x9f, 0x56, 0xad, 0xed, 0x77, 0xbb, 0xbe, 0x27, 0x80, 0xad, 0x1a, 0x69, 0xef, 0xe0,
0xae, 0x25, 0xfe, 0xf4, 0x3f, 0xd6, 0x00, 0xad, 0x06, 0xd8, 0xa2, 0xf8, 0x9e, 0xeb, 0x58, 0xc4,
0xc0, 0x1f, 0xf7, 0x31, 0xa1, 0xe8, 0xc7, 0x30, 0xbd, 0x65, 0x11, 0xdc, 0xd4, 0x96, 0xb4, 0xe5,
0xea, 0xca, 0xb9, 0x9b, 0x09, 0xb6, 0x92, 0xdd, 0x63, 0xd2, 0xb9, 0x6f, 0x11, 0x6c, 0x70, 0x4c,
0x74, 0x1a, 0x4a, 0xf6, 0x96, 0xe9, 0x59, 0x5d, 0xdc, 0xcc, 0x2d, 0x69, 0xcb, 0x15, 0xa3, 0x68,
0x6f, 0x3d, 0xb1, 0xba, 0x18, 0x5d, 0x81, 0xd9, 0xb6, 0xef, 0xba, 0xb8, 0x4d, 0x1d, 0xdf, 0x13,
0x08, 0x79, 0x8e, 0x30, 0x33, 0x00, 0x73, 0xc4, 0x05, 0x28, 0x58, 0x4c, 0x86, 0xe6, 0x34, 0x6f,
0x16, 0x3f, 0x3a, 0x81, 0xc6, 0x5a, 0xe0, 0xf7, 0x5e, 0x96, 0x74, 0x51, 0xa7, 0xf9, 0x78, 0xa7,
0x7f, 0xa4, 0xc1, 0xdc, 0x3d, 0x97, 0xe2, 0xe0, 0x98, 0x2a, 0xe5, 0x0f, 0x72, 0x70, 0x5a, 0xcc,
0xda, 0x6a, 0x84, 0x7e, 0x94, 0x52, 0x2e, 0x42, 0x51, 0x58, 0x15, 0x17, 0xb3, 0x66, 0xc8, 0x3f,
0x74, 0x1e, 0x80, 0xec, 0x58, 0x81, 0x4d, 0x4c, 0xaf, 0xdf, 0x6d, 0x16, 0x96, 0xb4, 0xe5, 0x82,
0x51, 0x11, 0x90, 0x27, 0xfd, 0x2e, 0x32, 0x60, 0xae, 0xed, 0x7b, 0xc4, 0x21, 0x14, 0x7b, 0xed,
0x7d, 0xd3, 0xc5, 0xcf, 0xb0, 0xdb, 0x2c, 0x2e, 0x69, 0xcb, 0x33, 0x2b, 0x97, 0x95, 0x72, 0xaf,
0x0e, 0xb0, 0x1f, 0x31, 0x64, 0xa3, 0xd1, 0x4e, 0x41, 0xf4, 0xcf, 0x35, 0x38, 0xc5, 0x0c, 0xe6,
0x58, 0x28, 0x46, 0xff, 0x73, 0x0d, 0x16, 0x1e, 0x5a, 0xe4, 0x78, 0xcc, 0xd2, 0x79, 0x00, 0xea,
0x74, 0xb1, 0x49, 0xa8, 0xd5, 0xed, 0xf1, 0x99, 0x9a, 0x36, 0x2a, 0x0c, 0xb2, 0xc9, 0x00, 0xfa,
0x87, 0x50, 0xbb, 0xef, 0xfb, 0xae, 0x81, 0x49, 0xcf, 0xf7, 0x08, 0x46, 0x77, 0xa0, 0x48, 0xa8,
0x45, 0xfb, 0x44, 0x0a, 0x79, 0x56, 0x29, 0xe4, 0x26, 0x47, 0x31, 0x24, 0x2a, 0xb3, 0xd7, 0x67,
0x96, 0xdb, 0x17, 0x32, 0x96, 0x0d, 0xf1, 0xa3, 0x7f, 0x04, 0x33, 0x9b, 0x34, 0x70, 0xbc, 0xce,
0xf7, 0xc8, 0xbc, 0x12, 0x32, 0xff, 0x2f, 0x0d, 0xce, 0xac, 0x61, 0xd2, 0x0e, 0x9c, 0xad, 0x63,
0xe2, 0x0e, 0x3a, 0xd4, 0x06, 0x90, 0xf5, 0x35, 0xae, 0xea, 0xbc, 0x91, 0x80, 0xa5, 0x26, 0xa3,
0x90, 0x9e, 0x8c, 0x4f, 0x0b, 0xd0, 0x52, 0x0d, 0x6a, 0x12, 0xf5, 0xfd, 0x42, 0xe4, 0xa5, 0x39,
0x4e, 0x94, 0xf2, 0x31, 0xb9, 0x2e, 0x0c, 0x7a, 0xdb, 0xe4, 0x80, 0xc8, 0x99, 0xd3, 0xa3, 0xca,
0x2b, 0x46, 0xb5, 0x02, 0xa7, 0x9e, 0x39, 0x01, 0xed, 0x5b, 0xae, 0xd9, 0xde, 0xb1, 0x3c, 0x0f,
0xbb, 0x5c, 0x4f, 0x2c, 0x7c, 0xe5, 0x97, 0x2b, 0xc6, 0xbc, 0x6c, 0x5c, 0x15, 0x6d, 0x4c, 0x59,
0x04, 0xbd, 0x0a, 0x8b, 0xbd, 0x9d, 0x7d, 0xe2, 0xb4, 0x87, 0x88, 0x0a, 0x9c, 0x68, 0x21, 0x6c,
0x4d, 0x50, 0x5d, 0x87, 0xb9, 0x36, 0x8f, 0x80, 0xb6, 0xc9, 0xb4, 0x26, 0xd4, 0x58, 0xe4, 0x6a,
0x6c, 0xc8, 0x86, 0xf7, 0x42, 0x38, 0x13, 0x2b, 0x44, 0xee, 0xd3, 0x76, 0x8c, 0xa0, 0xc4, 0x09,
0xe6, 0x65, 0xe3, 0xfb, 0xb4, 0x3d, 0xa0, 0x49, 0xc6, 0xae, 0x72, 0x3a, 0x76, 0x35, 0xa1, 0xc4,
0x63, 0x31, 0x26, 0xcd, 0x0a, 0x17, 0x33, 0xfc, 0x45, 0xeb, 0x30, 0x4b, 0xa8, 0x15, 0x50, 0xb3,
0xe7, 0x13, 0x87, 0xe9, 0x85, 0x34, 0x61, 0x29, 0xbf, 0x5c, 0x5d, 0x59, 0x52, 0x4e, 0xd2, 0x3b,
0x78, 0x7f, 0xcd, 0xa2, 0xd6, 0x86, 0xe5, 0x04, 0xc6, 0x0c, 0x27, 0xdc, 0x08, 0xe9, 0xd4, 0x01,
0xb2, 0x3a, 0x51, 0x80, 0x54, 0x59, 0x71, 0x4d, 0x19, 0xbb, 0x58, 0x24, 0x7d, 0xe4, 0x5b, 0xf6,
0xf1, 0x88, 0xa4, 0x5f, 0x6a, 0xd0, 0x34, 0xb0, 0x8b, 0x2d, 0x72, 0x3c, 0x9c, 0x5c, 0xff, 0x5d,
0x0d, 0x2e, 0x3c, 0xc0, 0x34, 0xe6, 0x2e, 0xd4, 0xa2, 0x0e, 0xa1, 0x4e, 0xfb, 0x28, 0x37, 0x0c,
0xfa, 0x57, 0x1a, 0x5c, 0xcc, 0x14, 0x6b, 0x92, 0xe8, 0xf1, 0x13, 0x28, 0xb0, 0x2f, 0xd2, 0xcc,
0x71, 0x63, 0xbe, 0x94, 0x65, 0xcc, 0x1f, 0xb0, 0xa0, 0xcc, 0xad, 0x59, 0xe0, 0xeb, 0xff, 0xab,
0xc1, 0xe2, 0xe6, 0x8e, 0xbf, 0x37, 0x10, 0xe9, 0x65, 0x28, 0x28, 0x19, 0x4f, 0xf3, 0xa9, 0x78,
0x8a, 0x6e, 0xc3, 0x34, 0xdd, 0xef, 0x61, 0x1e, 0x8a, 0x67, 0x56, 0xce, 0xdf, 0x54, 0xec, 0x93,
0x6f, 0x32, 0x21, 0xdf, 0xdb, 0xef, 0x61, 0x83, 0xa3, 0xa2, 0xab, 0xd0, 0x48, 0xa9, 0x3c, 0x8c,
0x48, 0xb3, 0x49, 0x9d, 0x13, 0xfd, 0xef, 0x73, 0x70, 0x7a, 0x68, 0x88, 0x93, 0x28, 0x5b, 0xd5,
0x77, 0x4e, 0xd9, 0x37, 0xba, 0x0c, 0x31, 0x13, 0x30, 0x1d, 0x9b, 0x6d, 0x65, 0xf3, 0xcb, 0x79,
0xa3, 0x1e, 0x0b, 0xcc, 0x36, 0x41, 0x37, 0x00, 0x0d, 0xc5, 0x4b, 0x11, 0x96, 0xa7, 0x8d, 0xb9,
0x74, 0xc0, 0xe4, 0x41, 0x59, 0x19, 0x31, 0x85, 0x0a, 0xa6, 0x8d, 0x05, 0x45, 0xc8, 0x24, 0xe8,
0x36, 0x2c, 0x38, 0xde, 0x63, 0xdc, 0xf5, 0x83, 0x7d, 0xb3, 0x87, 0x83, 0x36, 0xf6, 0xa8, 0xd5,
0xc1, 0xa4, 0x59, 0xe4, 0x12, 0xcd, 0x87, 0x6d, 0x1b, 0x83, 0x26, 0xfd, 0x5b, 0x0d, 0x16, 0xc5,
0x56, 0x76, 0xc3, 0x0a, 0xa8, 0x73, 0xd4, 0x4b, 0xf7, 0x65, 0x98, 0xe9, 0x85, 0x72, 0x08, 0x3c,
0xb1, 0xf1, 0xae, 0x47, 0x50, 0xee, 0x65, 0xdf, 0x68, 0xb0, 0xc0, 0x76, 0x99, 0x27, 0x49, 0xe6,
0xbf, 0xd2, 0x60, 0xfe, 0xa1, 0x45, 0x4e, 0x92, 0xc8, 0x7f, 0x23, 0x97, 0xa0, 0x48, 0xe6, 0x23,
0x3d, 0x8b, 0x5d, 0x81, 0xd9, 0xa4, 0xd0, 0xe1, 0xb6, 0x66, 0x26, 0x21, 0x35, 0xd1, 0xff, 0x6e,
0xb0, 0x56, 0x9d, 0x30, 0xc9, 0xff, 0x41, 0x83, 0xf3, 0x0f, 0x30, 0x8d, 0xa4, 0x3e, 0x16, 0x6b,
0xda, 0xb8, 0xd6, 0xf2, 0xa5, 0x58, 0x91, 0x95, 0xc2, 0x1f, 0xc9, 0xca, 0xf7, 0x79, 0x0e, 0x4e,
0xb1, 0x65, 0xe1, 0x78, 0x18, 0xc1, 0x38, 0xa7, 0x12, 0x85, 0xa1, 0x14, 0x54, 0x86, 0x12, 0xad,
0xa7, 0xc5, 0xb1, 0xd7, 0x53, 0xfd, 0xaf, 0x73, 0x62, 0x1f, 0x10, 0xd7, 0xc6, 0x24, 0xd3, 0xa2,
0x90, 0x35, 0xa7, 0x94, 0x55, 0x87, 0x5a, 0x04, 0x59, 0x5f, 0x0b, 0xd7, 0xc7, 0x04, 0xec, 0xd8,
0x2e, 0x8f, 0x5f, 0x68, 0xb0, 0x18, 0x9e, 0x03, 0x37, 0x71, 0xa7, 0x8b, 0x3d, 0xfa, 0xe2, 0x36,
0x94, 0xb6, 0x80, 0x9c, 0xc2, 0x02, 0xce, 0x41, 0x85, 0x88, 0x7e, 0xa2, 0x23, 0xde, 0x00, 0xa0,
0xff, 0xa3, 0x06, 0xa7, 0x87, 0xc4, 0x99, 0x64, 0x12, 0x9b, 0x50, 0x72, 0x3c, 0x1b, 0x3f, 0x8f,
0xa4, 0x09, 0x7f, 0x59, 0xcb, 0x56, 0xdf, 0x71, 0xed, 0x48, 0x8c, 0xf0, 0x17, 0x5d, 0x82, 0x1a,
0xf6, 0xac, 0x2d, 0x17, 0x9b, 0x1c, 0x97, 0x1b, 0x72, 0xd9, 0xa8, 0x0a, 0xd8, 0x3a, 0x03, 0x31,
0xe2, 0x6d, 0x07, 0x73, 0xe2, 0x82, 0x20, 0x96, 0xbf, 0xfa, 0x6f, 0x69, 0x30, 0xcf, 0xac, 0x50,
0x4a, 0x4f, 0x5e, 0xae, 0x36, 0x97, 0xa0, 0x1a, 0x33, 0x33, 0x39, 0x90, 0x38, 0x48, 0xdf, 0x85,
0x85, 0xa4, 0x38, 0x93, 0x68, 0xf3, 0x02, 0x40, 0x34, 0x57, 0xc2, 0x1b, 0xf2, 0x46, 0x0c, 0xa2,
0x7f, 0x17, 0x65, 0x7b, 0xb9, 0x9a, 0x8e, 0x38, 0x19, 0xc5, 0xa7, 0x24, 0x1e, 0xcf, 0x2b, 0x1c,
0xc2, 0x9b, 0xd7, 0xa0, 0x86, 0x9f, 0xd3, 0xc0, 0x32, 0x7b, 0x56, 0x60, 0x75, 0x85, 0x5b, 0x8d,
0x15, 0x7a, 0xab, 0x9c, 0x6c, 0x83, 0x53, 0xe9, 0xff, 0xca, 0xb6, 0x69, 0xd2, 0x5c, 0x8f, 0xfb,
0x88, 0xcf, 0x03, 0x70, 0x73, 0x16, 0xcd, 0x05, 0xd1, 0xcc, 0x21, 0x7c, 0x71, 0xfb, 0x33, 0x0d,
0x1a, 0x7c, 0x08, 0x62, 0x3c, 0x3d, 0xc6, 0x36, 0x45, 0xa3, 0xa5, 0x68, 0x46, 0x38, 0xd7, 0xcf,
0x41, 0x51, 0x2a, 0x36, 0x3f, 0xae, 0x62, 0x25, 0xc1, 0x01, 0xc3, 0xd0, 0xbf, 0xd6, 0xe0, 0x54,
0x4a, 0xe5, 0x93, 0x58, 0xf4, 0x7b, 0x80, 0xc4, 0x08, 0xed, 0xc1, 0xb0, 0xc3, 0x85, 0xf8, 0xb2,
0x72, 0xd5, 0x49, 0x2b, 0xc9, 0x98, 0x73, 0x52, 0x10, 0xa2, 0xff, 0x87, 0x06, 0xe7, 0x1e, 0x60,
0xca, 0x51, 0xef, 0xb3, 0xa8, 0xb2, 0x11, 0xf8, 0x9d, 0x00, 0x13, 0x72, 0x72, 0xed, 0xe3, 0xf7,
0xc4, 0xce, 0x4d, 0x35, 0xa4, 0x49, 0xf4, 0x7f, 0x09, 0x6a, 0xbc, 0x0f, 0x6c, 0x9b, 0x81, 0xbf,
0x47, 0xa4, 0x1d, 0x55, 0x25, 0xcc, 0xf0, 0xf7, 0xb8, 0x41, 0x50, 0x9f, 0x5a, 0xae, 0x40, 0x90,
0x4b, 0x06, 0x87, 0xb0, 0x66, 0xee, 0x83, 0xa1, 0x60, 0x8c, 0x39, 0x3e, 0xb9, 0x3a, 0xfe, 0x53,
0x0d, 0x4e, 0xa5, 0x86, 0x32, 0x89, 0x6e, 0x5f, 0x13, 0xfb, 0x4a, 0x31, 0x98, 0x99, 0x95, 0x8b,
0x4a, 0x9a, 0x58, 0x67, 0x02, 0x1b, 0x5d, 0x84, 0xea, 0xb6, 0xe5, 0xb8, 0x66, 0x80, 0x2d, 0xe2,
0x7b, 0x72, 0xa0, 0xc0, 0x40, 0x06, 0x87, 0xe8, 0xff, 0xac, 0x89, 0x3b, 0xb3, 0x13, 0x1e, 0xf1,
0xfe, 0x24, 0x07, 0xf5, 0x75, 0x8f, 0xe0, 0x80, 0x1e, 0xff, 0xb3, 0x07, 0x7a, 0x13, 0xaa, 0x7c,
0x60, 0xc4, 0xb4, 0x2d, 0x6a, 0xc9, 0xe5, 0xea, 0x82, 0x32, 0xc1, 0xfe, 0x36, 0xc3, 0x5b, 0xb3,
0xa8, 0x65, 0x08, 0xed, 0x10, 0xf6, 0x8d, 0xce, 0x42, 0x65, 0xc7, 0x22, 0x3b, 0xe6, 0x2e, 0xde,
0x17, 0x1b, 0xc2, 0xba, 0x51, 0x66, 0x80, 0x77, 0xf0, 0x3e, 0x41, 0x67, 0xa0, 0xec, 0xf5, 0xbb,
0xc2, 0xc1, 0x4a, 0x4b, 0xda, 0x72, 0xdd, 0x28, 0x79, 0xfd, 0x2e, 0x77, 0xaf, 0x7f, 0xcb, 0xc1,
0xcc, 0xe3, 0x3e, 0x3b, 0xe9, 0xf0, 0xeb, 0x81, 0xbe, 0x4b, 0x5f, 0xcc, 0x18, 0xaf, 0x41, 0x5e,
0xec, 0x19, 0x18, 0x45, 0x53, 0x29, 0xf8, 0xfa, 0x1a, 0x31, 0x18, 0x12, 0x4f, 0x8d, 0xf7, 0xdb,
0x6d, 0xb9, 0xfd, 0xca, 0x73, 0x61, 0x2b, 0x0c, 0x22, 0x36, 0x5f, 0x67, 0xa1, 0x82, 0x83, 0x20,
0xda, 0x9c, 0xf1, 0xa1, 0xe0, 0x20, 0x10, 0x8d, 0x3a, 0xd4, 0xac, 0xf6, 0xae, 0xe7, 0xef, 0xb9,
0xd8, 0xee, 0x60, 0x9b, 0x4f, 0x7b, 0xd9, 0x48, 0xc0, 0x84, 0x61, 0xb0, 0x89, 0x37, 0xdb, 0x1e,
0xe5, 0x47, 0x8c, 0x3c, 0x33, 0x0c, 0x06, 0x59, 0xf5, 0x28, 0x6b, 0xb6, 0xb1, 0x8b, 0x29, 0xe6,
0xcd, 0x25, 0xd1, 0x2c, 0x20, 0xb2, 0xb9, 0xdf, 0x8b, 0xa8, 0xcb, 0xa2, 0x59, 0x40, 0x58, 0xf3,
0x39, 0xa8, 0x0c, 0xf2, 0xff, 0x95, 0x41, 0x9e, 0x90, 0x03, 0xf4, 0xff, 0xd1, 0xa0, 0xbe, 0xc6,
0x59, 0x9d, 0x00, 0xa3, 0x43, 0x30, 0x8d, 0x9f, 0xf7, 0x02, 0xe9, 0x3a, 0xfc, 0x7b, 0xa4, 0x1d,
0xe9, 0xcf, 0xa0, 0xb1, 0xe1, 0x5a, 0x6d, 0xbc, 0xe3, 0xbb, 0x36, 0x0e, 0xf8, 0xda, 0x8e, 0x1a,
0x90, 0xa7, 0x56, 0x47, 0x6e, 0x1e, 0xd8, 0x27, 0xfa, 0xa9, 0x3c, 0xdb, 0x89, 0xb0, 0xf4, 0x8a,
0x72, 0x95, 0x8d, 0xb1, 0x89, 0xa5, 0x4c, 0x17, 0xa1, 0xc8, 0xef, 0xe4, 0xc4, 0xb6, 0xa2, 0x66,
0xc8, 0x3f, 0xfd, 0x69, 0xa2, 0xdf, 0x07, 0x81, 0xdf, 0xef, 0xa1, 0x75, 0xa8, 0xf5, 0x06, 0x30,
0x66, 0xab, 0xd9, 0x6b, 0x7a, 0x5a, 0x68, 0x23, 0x41, 0xaa, 0x7f, 0x97, 0x87, 0xfa, 0x26, 0xb6,
0x82, 0xf6, 0xce, 0x49, 0x48, 0xb2, 0x30, 0x8d, 0xdb, 0xc4, 0x95, 0xb3, 0xc6, 0x3e, 0xd1, 0x75,
0x98, 0x8b, 0x0d, 0xc8, 0xec, 0x30, 0x05, 0x71, 0xbb, 0xaf, 0x19, 0x8d, 0x5e, 0x5a, 0x71, 0x3f,
0x81, 0xb2, 0x4d, 0x5c, 0x93, 0x4f, 0x51, 0x89, 0x4f, 0x91, 0x7a, 0x7c, 0x6b, 0xc4, 0xe5, 0x53,
0x53, 0xb2, 0xc5, 0x07, 0xfa, 0x01, 0xd4, 0xfd, 0x3e, 0xed, 0xf5, 0xa9, 0x29, 0xe2, 0x4e, 0xb3,
0xcc, 0xc5, 0xab, 0x09, 0x20, 0x0f, 0x4b, 0x04, 0xbd, 0x0d, 0x75, 0xc2, 0x55, 0x19, 0xee, 0xbc,
0x2b, 0xe3, 0x6e, 0x10, 0x6b, 0x82, 0x4e, 0x6c, 0xbd, 0xd1, 0x55, 0x68, 0xd0, 0xc0, 0x7a, 0x86,
0xdd, 0xd8, 0x6d, 0x1b, 0x70, 0x6f, 0x9b, 0x15, 0xf0, 0xc1, 0x4d, 0xdb, 0x2d, 0x98, 0xef, 0xf4,
0xad, 0xc0, 0xf2, 0x28, 0xc6, 0x31, 0xec, 0x2a, 0xc7, 0x46, 0x51, 0x53, 0x44, 0xa0, 0xbf, 0x03,
0xd3, 0x0f, 0x1d, 0xca, 0x15, 0xc9, 0x62, 0x96, 0xc6, 0xcf, 0x39, 0x3c, 0x32, 0x9d, 0x81, 0x72,
0xe0, 0xef, 0x89, 0x18, 0x9c, 0xe3, 0x26, 0x58, 0x0a, 0xfc, 0x3d, 0x1e, 0x60, 0x79, 0x8d, 0x82,
0x1f, 0x48, 0xdb, 0xcc, 0x19, 0xf2, 0x4f, 0xff, 0x4b, 0x6d, 0x60, 0x3c, 0x2c, 0x7c, 0x92, 0x17,
0x8b, 0x9f, 0x6f, 0x42, 0x29, 0x10, 0xf4, 0x23, 0x6f, 0x57, 0xe3, 0x3d, 0xf1, 0x35, 0x20, 0xa4,
0x1a, 0xff, 0x86, 0xe7, 0xd7, 0x34, 0xa8, 0xbd, 0xed, 0xf6, 0xc9, 0xcb, 0x30, 0x76, 0xd5, 0xbd,
0x43, 0x5e, 0x7d, 0xe7, 0xf1, 0xdb, 0x39, 0xa8, 0x4b, 0x31, 0x26, 0xd9, 0x04, 0x65, 0x8a, 0xb2,
0x09, 0x55, 0xd6, 0xa5, 0x49, 0x70, 0x27, 0x4c, 0xda, 0x54, 0x57, 0x56, 0x94, 0xe1, 0x21, 0x21,
0x06, 0xbf, 0xc0, 0xde, 0xe4, 0x44, 0xbf, 0xe4, 0xd1, 0x60, 0xdf, 0x80, 0x76, 0x04, 0x68, 0x3d,
0x85, 0xd9, 0x54, 0x33, 0x33, 0xa2, 0x5d, 0xbc, 0x1f, 0xc6, 0xbf, 0x5d, 0xbc, 0x8f, 0x5e, 0x8d,
0x97, 0x19, 0x64, 0xad, 0xe2, 0x8f, 0x7c, 0xaf, 0x73, 0x2f, 0x08, 0xac, 0x7d, 0x59, 0x86, 0x70,
0x37, 0xf7, 0x53, 0x4d, 0xff, 0xa7, 0x1c, 0xd4, 0xde, 0xed, 0xe3, 0x60, 0xff, 0x28, 0xe3, 0x50,
0xb8, 0x2a, 0x4c, 0xc7, 0x56, 0x85, 0x21, 0xd7, 0x2f, 0x28, 0x5c, 0x5f, 0x11, 0xc0, 0x8a, 0xca,
0x00, 0xa6, 0xf2, 0xed, 0xd2, 0xa1, 0x7c, 0xbb, 0x9c, 0xe9, 0xdb, 0x7f, 0xa1, 0x45, 0x2a, 0x9c,
0xc8, 0x1b, 0x13, 0xdb, 0xb1, 0xdc, 0xa1, 0xb7, 0x63, 0x63, 0x7b, 0xe3, 0x37, 0x1a, 0x54, 0x3e,
0xc0, 0x6d, 0xea, 0x07, 0x2c, 0xfe, 0x28, 0xc8, 0xb4, 0x31, 0xb6, 0xc6, 0xb9, 0xf4, 0xd6, 0xf8,
0x0e, 0x94, 0x1d, 0xdb, 0xb4, 0x98, 0x7d, 0xf1, 0x7e, 0x47, 0x6d, 0xc9, 0x4a, 0x8e, 0xcd, 0x0d,
0x71, 0xfc, 0x2c, 0xff, 0xef, 0x6b, 0x50, 0x13, 0x32, 0x13, 0x41, 0xf9, 0x46, 0xac, 0x3b, 0x4d,
0x65, 0xf4, 0xf2, 0x27, 0x1a, 0xe8, 0xc3, 0xa9, 0x41, 0xb7, 0xf7, 0x00, 0x98, 0x92, 0x25, 0xb9,
0xf0, 0x99, 0x25, 0xa5, 0xb4, 0x82, 0x9c, 0x2b, 0xfc, 0xe1, 0x94, 0x51, 0x61, 0x54, 0x9c, 0xc5,
0xfd, 0x12, 0x14, 0x38, 0xb5, 0xfe, 0x7f, 0x1a, 0xcc, 0xaf, 0x5a, 0x6e, 0x7b, 0xcd, 0x21, 0xd4,
0xf2, 0xda, 0x13, 0x6c, 0xc2, 0xee, 0x42, 0xc9, 0xef, 0x99, 0x2e, 0xde, 0xa6, 0x52, 0xa4, 0x4b,
0x23, 0x46, 0x24, 0xd4, 0x60, 0x14, 0xfd, 0xde, 0x23, 0xbc, 0x4d, 0xd1, 0xcf, 0x43, 0xd9, 0xef,
0x99, 0x81, 0xd3, 0xd9, 0xa1, 0x52, 0xfb, 0x63, 0x10, 0x97, 0xfc, 0x9e, 0xc1, 0x28, 0x62, 0xb9,
0x95, 0xe9, 0x43, 0xe6, 0x56, 0xf4, 0xff, 0x1c, 0x1a, 0xfe, 0x04, 0x3e, 0x70, 0x17, 0xca, 0x8e,
0x47, 0x4d, 0xdb, 0x21, 0xa1, 0x0a, 0xce, 0xab, 0x6d, 0xc8, 0xa3, 0x7c, 0x04, 0x7c, 0x4e, 0x3d,
0xca, 0xfa, 0x46, 0x6f, 0x01, 0x6c, 0xbb, 0xbe, 0x25, 0xa9, 0x85, 0x0e, 0x2e, 0xaa, 0xdd, 0x87,
0xa1, 0x85, 0xf4, 0x15, 0x4e, 0xc4, 0x38, 0x0c, 0xa6, 0xf4, 0xdf, 0x35, 0x38, 0xb5, 0x81, 0x03,
0x51, 0x84, 0x42, 0x65, 0x9e, 0x73, 0xdd, 0xdb, 0xf6, 0x93, 0xa9, 0x66, 0x2d, 0x95, 0x6a, 0xfe,
0x7e, 0xd2, 0xab, 0x89, 0x93, 0x93, 0xb8, 0xf0, 0x08, 0x4f, 0x4e, 0xe1, 0xb5, 0x8e, 0x38, 0x79,
0xce, 0x64, 0x4c, 0x93, 0x94, 0x37, 0x7e, 0x00, 0xd7, 0x7f, 0x47, 0x94, 0x58, 0x28, 0x07, 0xf5,
0xe2, 0x06, 0xbb, 0x08, 0x32, 0xd2, 0xa7, 0xe2, 0xfe, 0x0f, 0x21, 0x15, 0x3b, 0x32, 0x02, 0xd1,
0x1f, 0x6a, 0xb0, 0x94, 0x2d, 0xd5, 0x24, 0x4b, 0xf4, 0x5b, 0x50, 0x70, 0xbc, 0x6d, 0x3f, 0x4c,
0xbb, 0x5d, 0x53, 0x6f, 0xd1, 0x95, 0xfd, 0x0a, 0x42, 0xfd, 0x6f, 0x73, 0xd0, 0xe0, 0x41, 0xfd,
0x08, 0xa6, 0xbf, 0x8b, 0xbb, 0x26, 0x71, 0x3e, 0xc1, 0xe1, 0xf4, 0x77, 0x71, 0x77, 0xd3, 0xf9,
0x04, 0x27, 0x2c, 0xa3, 0x90, 0xb4, 0x8c, 0x64, 0x62, 0xa2, 0x38, 0x22, 0xad, 0x5a, 0x4a, 0xa6,
0x55, 0x17, 0xa1, 0xe8, 0xf9, 0x36, 0x5e, 0x5f, 0x93, 0xc7, 0x4e, 0xf9, 0x37, 0x30, 0xb5, 0xca,
0x21, 0x4d, 0xed, 0x4b, 0x0d, 0x5a, 0x0f, 0x30, 0x4d, 0xeb, 0xee, 0xe8, 0xac, 0xec, 0x2b, 0x0d,
0xce, 0x2a, 0x05, 0x9a, 0xc4, 0xc0, 0xde, 0x48, 0x1a, 0x98, 0xfa, 0x0c, 0x38, 0xd4, 0xa5, 0xb4,
0xad, 0xdb, 0x50, 0x5b, 0xeb, 0x77, 0xbb, 0xd1, 0x96, 0xeb, 0x12, 0xd4, 0x02, 0xf1, 0x29, 0x8e,
0x48, 0x62, 0xfd, 0xad, 0x4a, 0x18, 0x3b, 0x08, 0xe9, 0xd7, 0xa1, 0x2e, 0x49, 0xa4, 0xd4, 0x2d,
0x28, 0x07, 0xf2, 0x5b, 0xe2, 0x47, 0xff, 0xfa, 0x29, 0x98, 0x37, 0x70, 0x87, 0x99, 0x76, 0xf0,
0xc8, 0xf1, 0x76, 0x65, 0x37, 0xfa, 0x67, 0x1a, 0x2c, 0x24, 0xe1, 0x92, 0xd7, 0xeb, 0x50, 0xb2,
0x6c, 0x3b, 0xc0, 0x84, 0x8c, 0x9c, 0x96, 0x7b, 0x02, 0xc7, 0x08, 0x91, 0x63, 0x9a, 0xcb, 0x8d,
0xad, 0x39, 0xdd, 0x84, 0xb9, 0x07, 0x98, 0x3e, 0xc6, 0x34, 0x98, 0xe8, 0x8a, 0xbe, 0xc9, 0x0e,
0x2f, 0x9c, 0x58, 0x9a, 0x45, 0xf8, 0xab, 0x7f, 0xa1, 0x01, 0x8a, 0xf7, 0x30, 0xc9, 0x34, 0xc7,
0xb5, 0x9c, 0x4b, 0x6a, 0x59, 0x54, 0x31, 0x75, 0x7b, 0xbe, 0x87, 0x3d, 0x1a, 0xdf, 0x6e, 0xd5,
0x23, 0x28, 0x37, 0xbf, 0x6f, 0x35, 0x40, 0x8f, 0x7c, 0xcb, 0xbe, 0x6f, 0xb9, 0x93, 0x6d, 0x0f,
0xce, 0x03, 0x90, 0xa0, 0x6d, 0x4a, 0x6f, 0xcd, 0xc9, 0xe8, 0x13, 0xb4, 0x9f, 0x08, 0x87, 0xbd,
0x08, 0x55, 0x9b, 0x50, 0xd9, 0x1c, 0xde, 0x18, 0x83, 0x4d, 0xa8, 0x68, 0xe7, 0xe5, 0xa7, 0x04,
0x5b, 0x2e, 0xb6, 0xcd, 0xd8, 0x85, 0xdb, 0x34, 0x47, 0x6b, 0x88, 0x86, 0xcd, 0xc1, 0xb5, 0xdb,
0x53, 0x38, 0xfd, 0xd8, 0xf2, 0xfa, 0x96, 0xbb, 0xea, 0x77, 0x7b, 0x56, 0xa2, 0x72, 0x31, 0x1d,
0xe6, 0x34, 0x45, 0x98, 0xbb, 0x20, 0x4a, 0xdb, 0xc4, 0xd6, 0x9a, 0xcb, 0x3a, 0x6d, 0xc4, 0x20,
0x3a, 0x81, 0xe6, 0x30, 0xfb, 0x49, 0x26, 0x8a, 0x0b, 0x15, 0xb2, 0x8a, 0xc7, 0xde, 0x01, 0x4c,
0x7f, 0x13, 0xce, 0xf0, 0x32, 0xc3, 0x10, 0x94, 0x48, 0xed, 0xa7, 0x19, 0x68, 0x0a, 0x06, 0xbf,
0x91, 0xe3, 0xa1, 0x6d, 0x88, 0xc3, 0x24, 0x82, 0xdf, 0x4d, 0x66, 0xd4, 0x5f, 0xc9, 0xa8, 0x91,
0x4d, 0xf6, 0x28, 0xd3, 0xea, 0xcb, 0x30, 0x8b, 0x9f, 0xe3, 0x76, 0x9f, 0x3a, 0x5e, 0x67, 0xc3,
0xb5, 0xbc, 0x27, 0xbe, 0x5c, 0x50, 0xd2, 0x60, 0xf4, 0x0a, 0xd4, 0x99, 0xf6, 0xfd, 0x3e, 0x95,
0x78, 0x62, 0x65, 0x49, 0x02, 0x19, 0x3f, 0x36, 0x5e, 0x17, 0x53, 0x6c, 0x4b, 0x3c, 0xb1, 0xcc,
0xa4, 0xc1, 0x43, 0xaa, 0x64, 0x60, 0x72, 0x18, 0x55, 0xfe, 0xb7, 0x96, 0x52, 0xa5, 0xe4, 0x70,
0x54, 0xaa, 0x7c, 0x08, 0xd0, 0xc5, 0x41, 0x07, 0xaf, 0xf3, 0xa0, 0x2e, 0x4e, 0xee, 0xcb, 0xca,
0xa0, 0x3e, 0x60, 0xf0, 0x38, 0x24, 0x30, 0x62, 0xb4, 0xfa, 0x03, 0x98, 0x57, 0xa0, 0xb0, 0x78,
0x45, 0xfc, 0x7e, 0xd0, 0xc6, 0x61, 0xf2, 0x27, 0xfc, 0x65, 0xeb, 0x1b, 0xb5, 0x82, 0x0e, 0xa6,
0xd2, 0x68, 0xe5, 0x9f, 0xfe, 0x3a, 0xbf, 0x84, 0xe2, 0x89, 0x82, 0x84, 0xa5, 0x26, 0x6f, 0xcc,
0xb5, 0xa1, 0x1b, 0xf3, 0x6d, 0x7e, 0xe3, 0x13, 0xa7, 0x9b, 0xb0, 0xda, 0x61, 0x9b, 0xb1, 0xc2,
0xb6, 0x7c, 0x1f, 0x11, 0xfe, 0xb2, 0x5d, 0x72, 0x7d, 0xbd, 0xdb, 0xf3, 0x07, 0x97, 0x1d, 0x63,
0x1f, 0x25, 0x87, 0x93, 0xc5, 0x39, 0x55, 0xb2, 0xf8, 0x2c, 0x54, 0x02, 0x7f, 0xcf, 0x64, 0xd1,
0xcf, 0xe6, 0x96, 0x5d, 0x36, 0xca, 0x81, 0xbf, 0xc7, 0x62, 0xa2, 0x8d, 0x16, 0xa0, 0xb0, 0xed,
0xb8, 0xd1, 0x81, 0x51, 0xfc, 0xa0, 0x37, 0xd8, 0x19, 0x4a, 0xdc, 0xb8, 0x8e, 0x7d, 0xff, 0x1e,
0x52, 0xe8, 0x1f, 0xc1, 0x4c, 0x38, 0xa0, 0x09, 0xdf, 0x7c, 0x50, 0x8b, 0xec, 0x86, 0xd5, 0x0c,
0xe2, 0x47, 0xbf, 0x2e, 0x2e, 0xe2, 0x38, 0xff, 0xc4, 0x7c, 0x22, 0x98, 0x66, 0x18, 0xd2, 0x4d,
0xf8, 0xb7, 0xfe, 0xb5, 0x06, 0x8b, 0x69, 0xec, 0x49, 0x44, 0x7a, 0x3d, 0xe9, 0x1a, 0xea, 0xb2,
0xfe, 0x78, 0x6f, 0xd2, 0x2d, 0xe4, 0x0c, 0xb4, 0xfd, 0xbe, 0x47, 0x65, 0x6c, 0x61, 0x33, 0xb0,
0xca, 0xfe, 0xaf, 0x5d, 0x82, 0x72, 0x58, 0x2f, 0x85, 0x4a, 0x90, 0xbf, 0xe7, 0xba, 0x8d, 0x29,
0x54, 0x83, 0xf2, 0xba, 0x2c, 0x0a, 0x6a, 0x68, 0xd7, 0x7e, 0x11, 0x66, 0x53, 0x69, 0x77, 0x54,
0x86, 0xe9, 0x27, 0xbe, 0x87, 0x1b, 0x53, 0xa8, 0x01, 0xb5, 0xfb, 0x8e, 0x67, 0x05, 0xfb, 0xe2,
0x50, 0xda, 0xb0, 0xd1, 0x2c, 0x54, 0xf9, 0xe1, 0x4c, 0x02, 0xf0, 0xca, 0xbf, 0x2c, 0x41, 0xfd,
0x31, 0x17, 0x75, 0x13, 0x07, 0xcf, 0x9c, 0x36, 0x46, 0x26, 0x34, 0xd2, 0xcf, 0xc8, 0xd0, 0x8f,
0xd4, 0x8e, 0xaa, 0x7e, 0x6d, 0xd6, 0x1a, 0xa5, 0x30, 0x7d, 0x0a, 0x7d, 0x04, 0x33, 0xc9, 0xc7,
0x58, 0x48, 0x7d, 0x7a, 0x50, 0xbe, 0xd8, 0x3a, 0x88, 0xb9, 0x09, 0xf5, 0xc4, 0xdb, 0x2a, 0x74,
0x55, 0xc9, 0x5b, 0xf5, 0xfe, 0xaa, 0xa5, 0x3e, 0xd0, 0xc7, 0xdf, 0x3f, 0x09, 0xe9, 0x93, 0x0f,
0x20, 0x32, 0xa4, 0x57, 0xbe, 0x92, 0x38, 0x48, 0x7a, 0x0b, 0xe6, 0x86, 0xde, 0x33, 0xa0, 0x1b,
0x4a, 0xfe, 0x59, 0xef, 0x1e, 0x0e, 0xea, 0x62, 0x0f, 0xd0, 0xf0, 0x1b, 0x22, 0x74, 0x53, 0x3d,
0x03, 0x59, 0x2f, 0xa8, 0x5a, 0xb7, 0xc6, 0xc6, 0x8f, 0x14, 0xf7, 0xeb, 0x1a, 0x9c, 0xce, 0x78,
0x84, 0x80, 0xee, 0x28, 0xd9, 0x8d, 0x7e, 0x49, 0xd1, 0x7a, 0xf5, 0x70, 0x44, 0x91, 0x20, 0x1e,
0xcc, 0xa6, 0xea, 0xf2, 0xd1, 0xf5, 0xcc, 0x5a, 0xc5, 0xe1, 0x07, 0x0a, 0xad, 0x1f, 0x8d, 0x87,
0x1c, 0xf5, 0xf7, 0x14, 0x66, 0x53, 0xc5, 0xec, 0x19, 0xfd, 0xa9, 0x4b, 0xde, 0x0f, 0x9a, 0xd0,
0x0f, 0xa1, 0x9e, 0xa8, 0x3a, 0xcf, 0xb0, 0x78, 0x55, 0x65, 0xfa, 0x41, 0xac, 0x9f, 0x42, 0x2d,
0x5e, 0x1c, 0x8e, 0x96, 0xb3, 0x7c, 0x69, 0x88, 0xf1, 0x61, 0x5c, 0x69, 0x50, 0xfb, 0x39, 0xc2,
0x95, 0x86, 0xca, 0x65, 0xc7, 0x77, 0xa5, 0x18, 0xff, 0x91, 0xae, 0x74, 0xe8, 0x2e, 0x3e, 0x13,
0x6b, 0x88, 0xa2, 0xb6, 0x18, 0xad, 0x64, 0xd9, 0x66, 0x76, 0x15, 0x75, 0xeb, 0xce, 0xa1, 0x68,
0x22, 0x2d, 0xee, 0xc2, 0x4c, 0xb2, 0x82, 0x36, 0x43, 0x8b, 0xca, 0xa2, 0xe3, 0xd6, 0xf5, 0xb1,
0x70, 0xa3, 0xce, 0xde, 0x87, 0x6a, 0xec, 0x65, 0x38, 0xba, 0x32, 0xc2, 0x8e, 0xe3, 0xcf, 0xa4,
0x0f, 0xd2, 0xe4, 0xbb, 0x50, 0x89, 0x1e, 0x74, 0xa3, 0xcb, 0x99, 0xf6, 0x7b, 0x18, 0x96, 0x9b,
0x00, 0x83, 0xd7, 0xda, 0xe8, 0x87, 0x4a, 0x9e, 0x43, 0xcf, 0xb9, 0x0f, 0x62, 0x1a, 0x0d, 0x5f,
0xd4, 0x2d, 0x8c, 0x1a, 0x7e, 0xbc, 0xd0, 0xe6, 0x20, 0xb6, 0x3b, 0x50, 0x4f, 0x94, 0xc7, 0x65,
0xb9, 0xb0, 0xa2, 0x6a, 0xb1, 0x75, 0x6d, 0x1c, 0xd4, 0x68, 0xfe, 0x76, 0xa0, 0x9e, 0x28, 0x56,
0xca, 0xe8, 0x49, 0x55, 0x9b, 0x95, 0xd1, 0x93, 0xb2, 0xf6, 0x49, 0x9f, 0x42, 0x9f, 0xc6, 0xea,
0xa2, 0x12, 0xb5, 0x67, 0xe8, 0xf6, 0x48, 0x3e, 0xaa, 0xd2, 0xbb, 0xd6, 0xca, 0x61, 0x48, 0x22,
0x11, 0xa4, 0x55, 0x09, 0x95, 0x66, 0x5b, 0xd5, 0x61, 0x66, 0x6a, 0x13, 0x8a, 0xa2, 0xfc, 0x08,
0xe9, 0x19, 0x85, 0x86, 0xb1, 0xda, 0xa4, 0xd6, 0x0f, 0x94, 0x38, 0xc9, 0xca, 0x1c, 0xc1, 0x54,
0x94, 0x97, 0x64, 0x30, 0x4d, 0xd4, 0x9e, 0x8c, 0xcb, 0xd4, 0x80, 0xa2, 0xb8, 0x57, 0xce, 0x60,
0x9a, 0xa8, 0x8d, 0x68, 0x8d, 0xc6, 0xe1, 0x17, 0x0e, 0xfa, 0x14, 0xda, 0x80, 0x02, 0x3f, 0xf5,
0xa0, 0x4b, 0xa3, 0xae, 0x5c, 0x47, 0x71, 0x4c, 0xdc, 0xca, 0xea, 0x53, 0xe8, 0x97, 0xa1, 0xc0,
0x73, 0x78, 0x19, 0x1c, 0xe3, 0xf7, 0xa6, 0xad, 0x91, 0x28, 0xa1, 0x88, 0x36, 0xd4, 0xe2, 0x97,
0x25, 0x19, 0x4b, 0x96, 0xe2, 0x3a, 0xa9, 0x35, 0x0e, 0x66, 0xd8, 0x8b, 0x70, 0xa3, 0xc1, 0x09,
0x30, 0xdb, 0x8d, 0x86, 0x4e, 0x97, 0xd9, 0x6e, 0x34, 0x7c, 0xa0, 0xd4, 0xa7, 0xd0, 0x6f, 0x6a,
0xd0, 0xcc, 0xca, 0xe0, 0xa3, 0xcc, 0x1d, 0xd0, 0xa8, 0x6b, 0x88, 0xd6, 0x6b, 0x87, 0xa4, 0x8a,
0x64, 0xf9, 0x04, 0xe6, 0x15, 0x69, 0x5e, 0x74, 0x2b, 0x8b, 0x5f, 0x46, 0x86, 0xba, 0xf5, 0xe3,
0xf1, 0x09, 0xa2, 0xbe, 0x37, 0xa0, 0xc0, 0xd3, 0xb3, 0x19, 0x86, 0x12, 0xcf, 0xf6, 0x66, 0x98,
0x5e, 0x22, 0xbb, 0xab, 0x4f, 0x21, 0x0c, 0xb5, 0x78, 0xae, 0x36, 0xc3, 0x52, 0x14, 0x69, 0xde,
0xd6, 0xd5, 0x31, 0x30, 0xa3, 0x6e, 0x4c, 0x80, 0x41, 0xae, 0x34, 0x63, 0x1d, 0x1a, 0x4a, 0xd7,
0xb6, 0xae, 0x1c, 0x88, 0x17, 0x5f, 0x92, 0x63, 0xd9, 0xcf, 0x8c, 0x35, 0x69, 0x38, 0x3f, 0x3a,
0xc6, 0x39, 0x61, 0x38, 0x13, 0x97, 0x71, 0x4e, 0xc8, 0x4c, 0xfa, 0xb5, 0x6e, 0x8d, 0x8d, 0x1f,
0x8d, 0xe7, 0x63, 0x68, 0xa4, 0x33, 0x97, 0x19, 0xe7, 0xcf, 0x8c, 0xfc, 0x69, 0xeb, 0xc6, 0x98,
0xd8, 0xf1, 0xb5, 0xea, 0xec, 0xb0, 0x4c, 0xbf, 0xe2, 0xd0, 0x1d, 0x9e, 0x34, 0x1b, 0x67, 0xd4,
0xf1, 0xfc, 0xdc, 0x38, 0xa3, 0x4e, 0x64, 0xe3, 0xe4, 0xc2, 0xc2, 0xb3, 0x03, 0x59, 0x0b, 0x4b,
0x3c, 0x0f, 0x94, 0xb1, 0x06, 0x24, 0x53, 0x2b, 0x62, 0x6b, 0x98, 0xcc, 0x71, 0xa0, 0xec, 0x35,
0x7c, 0x28, 0x6d, 0x92, 0xb1, 0x35, 0x54, 0x27, 0x4d, 0xf4, 0xa9, 0x95, 0x3e, 0xd4, 0x36, 0x02,
0xff, 0xf9, 0x7e, 0x98, 0x47, 0xf8, 0xd9, 0xf8, 0xd7, 0xfd, 0xd7, 0x7e, 0xf5, 0x4e, 0xc7, 0xa1,
0x3b, 0xfd, 0x2d, 0x66, 0xc1, 0xb7, 0x04, 0xee, 0x0d, 0xc7, 0x97, 0x5f, 0xb7, 0x1c, 0x8f, 0xe2,
0xc0, 0xb3, 0xdc, 0x5b, 0x9c, 0x97, 0x84, 0xf6, 0xb6, 0xb6, 0x8a, 0xfc, 0xff, 0xce, 0xff, 0x07,
0x00, 0x00, 0xff, 0xff, 0x0f, 0x2e, 0x5d, 0x0a, 0x2b, 0x49, 0x00, 0x00,
// 3797 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3b, 0x4b, 0x6f, 0x1c, 0x47,
0x73, 0x9c, 0x5d, 0xee, 0xab, 0x76, 0x97, 0x5c, 0x36, 0x29, 0x6a, 0xb5, 0x7a, 0x51, 0xf3, 0x59,
0x9f, 0x28, 0xe9, 0x93, 0xf4, 0x89, 0xf2, 0xe3, 0x8b, 0x9c, 0xc4, 0x96, 0xc8, 0x58, 0x22, 0x2c,
0x29, 0xf4, 0xd0, 0x76, 0xe0, 0x18, 0xc2, 0x60, 0xb8, 0xd3, 0x5c, 0x0e, 0x38, 0x3b, 0xb3, 0x9e,
0xee, 0x15, 0x45, 0x9f, 0x0c, 0x38, 0x48, 0x10, 0xd8, 0xb1, 0x11, 0x24, 0xc8, 0xe3, 0x90, 0x1c,
0xf2, 0x38, 0xe4, 0x90, 0x20, 0x8e, 0x83, 0x24, 0xc8, 0x25, 0x39, 0x04, 0x48, 0x0e, 0x01, 0xf2,
0xb8, 0xe4, 0x90, 0x4b, 0xfe, 0x80, 0x6f, 0x39, 0xe6, 0x10, 0xf4, 0x63, 0x66, 0x67, 0x66, 0x7b,
0x96, 0x4b, 0xad, 0xf5, 0x91, 0xbc, 0xcd, 0x54, 0x57, 0x75, 0x57, 0x57, 0xd7, 0xa3, 0xbb, 0xba,
0x1a, 0x6a, 0x5d, 0xc7, 0x7d, 0xd6, 0x27, 0x37, 0x7b, 0x81, 0x4f, 0x7d, 0x34, 0x1f, 0xff, 0xbb,
0x29, 0x7e, 0x5a, 0xb5, 0xb6, 0xdf, 0xed, 0xfa, 0x9e, 0x00, 0xb6, 0x6a, 0xa4, 0xbd, 0x83, 0xbb,
0x96, 0xf8, 0xd3, 0xff, 0x50, 0x03, 0xb4, 0x1a, 0x60, 0x8b, 0xe2, 0x7b, 0xae, 0x63, 0x11, 0x03,
0x7f, 0xd2, 0xc7, 0x84, 0xa2, 0x1f, 0xc3, 0xf4, 0x96, 0x45, 0x70, 0x53, 0x5b, 0xd2, 0x96, 0xab,
0x2b, 0xe7, 0x6e, 0x26, 0xba, 0x95, 0xdd, 0x3d, 0x26, 0x9d, 0xfb, 0x16, 0xc1, 0x06, 0xc7, 0x44,
0xa7, 0xa1, 0x64, 0x6f, 0x99, 0x9e, 0xd5, 0xc5, 0xcd, 0xdc, 0x92, 0xb6, 0x5c, 0x31, 0x8a, 0xf6,
0xd6, 0x13, 0xab, 0x8b, 0xd1, 0x15, 0x98, 0x6d, 0xfb, 0xae, 0x8b, 0xdb, 0xd4, 0xf1, 0x3d, 0x81,
0x90, 0xe7, 0x08, 0x33, 0x03, 0x30, 0x47, 0x5c, 0x80, 0x82, 0xc5, 0x78, 0x68, 0x4e, 0xf3, 0x66,
0xf1, 0xa3, 0x13, 0x68, 0xac, 0x05, 0x7e, 0xef, 0x65, 0x71, 0x17, 0x0d, 0x9a, 0x8f, 0x0f, 0xfa,
0x07, 0x1a, 0xcc, 0xdd, 0x73, 0x29, 0x0e, 0x8e, 0xa9, 0x50, 0x7e, 0x2f, 0x07, 0xa7, 0xc5, 0xaa,
0xad, 0x46, 0xe8, 0x47, 0xc9, 0xe5, 0x22, 0x14, 0x85, 0x56, 0x71, 0x36, 0x6b, 0x86, 0xfc, 0x43,
0xe7, 0x01, 0xc8, 0x8e, 0x15, 0xd8, 0xc4, 0xf4, 0xfa, 0xdd, 0x66, 0x61, 0x49, 0x5b, 0x2e, 0x18,
0x15, 0x01, 0x79, 0xd2, 0xef, 0x22, 0x03, 0xe6, 0xda, 0xbe, 0x47, 0x1c, 0x42, 0xb1, 0xd7, 0xde,
0x37, 0x5d, 0xfc, 0x0c, 0xbb, 0xcd, 0xe2, 0x92, 0xb6, 0x3c, 0xb3, 0x72, 0x59, 0xc9, 0xf7, 0xea,
0x00, 0xfb, 0x11, 0x43, 0x36, 0x1a, 0xed, 0x14, 0x44, 0xff, 0x42, 0x83, 0x53, 0x4c, 0x61, 0x8e,
0x85, 0x60, 0xf4, 0x3f, 0xd3, 0x60, 0xe1, 0xa1, 0x45, 0x8e, 0xc7, 0x2a, 0x9d, 0x07, 0xa0, 0x4e,
0x17, 0x9b, 0x84, 0x5a, 0xdd, 0x1e, 0x5f, 0xa9, 0x69, 0xa3, 0xc2, 0x20, 0x9b, 0x0c, 0xa0, 0x7f,
0x04, 0xb5, 0xfb, 0xbe, 0xef, 0x1a, 0x98, 0xf4, 0x7c, 0x8f, 0x60, 0x74, 0x07, 0x8a, 0x84, 0x5a,
0xb4, 0x4f, 0x24, 0x93, 0x67, 0x95, 0x4c, 0x6e, 0x72, 0x14, 0x43, 0xa2, 0x32, 0x7d, 0x7d, 0x66,
0xb9, 0x7d, 0xc1, 0x63, 0xd9, 0x10, 0x3f, 0xfa, 0xc7, 0x30, 0xb3, 0x49, 0x03, 0xc7, 0xeb, 0x7c,
0x8f, 0x9d, 0x57, 0xc2, 0xce, 0xff, 0x53, 0x83, 0x33, 0x6b, 0x98, 0xb4, 0x03, 0x67, 0xeb, 0x98,
0x98, 0x83, 0x0e, 0xb5, 0x01, 0x64, 0x7d, 0x8d, 0x8b, 0x3a, 0x6f, 0x24, 0x60, 0xa9, 0xc5, 0x28,
0xa4, 0x17, 0xe3, 0xb3, 0x02, 0xb4, 0x54, 0x93, 0x9a, 0x44, 0x7c, 0x3f, 0x17, 0x59, 0x69, 0x8e,
0x13, 0xa5, 0x6c, 0x4c, 0xc6, 0x85, 0xc1, 0x68, 0x9b, 0x1c, 0x10, 0x19, 0x73, 0x7a, 0x56, 0x79,
0xc5, 0xac, 0x56, 0xe0, 0xd4, 0x33, 0x27, 0xa0, 0x7d, 0xcb, 0x35, 0xdb, 0x3b, 0x96, 0xe7, 0x61,
0x97, 0xcb, 0x89, 0xb9, 0xaf, 0xfc, 0x72, 0xc5, 0x98, 0x97, 0x8d, 0xab, 0xa2, 0x8d, 0x09, 0x8b,
0xa0, 0x57, 0x61, 0xb1, 0xb7, 0xb3, 0x4f, 0x9c, 0xf6, 0x10, 0x51, 0x81, 0x13, 0x2d, 0x84, 0xad,
0x09, 0xaa, 0xeb, 0x30, 0xd7, 0xe6, 0x1e, 0xd0, 0x36, 0x99, 0xd4, 0x84, 0x18, 0x8b, 0x5c, 0x8c,
0x0d, 0xd9, 0xf0, 0x7e, 0x08, 0x67, 0x6c, 0x85, 0xc8, 0x7d, 0xda, 0x8e, 0x11, 0x94, 0x38, 0xc1,
0xbc, 0x6c, 0xfc, 0x80, 0xb6, 0x07, 0x34, 0x49, 0xdf, 0x55, 0x4e, 0xfb, 0xae, 0x26, 0x94, 0xb8,
0x2f, 0xc6, 0xa4, 0x59, 0xe1, 0x6c, 0x86, 0xbf, 0x68, 0x1d, 0x66, 0x09, 0xb5, 0x02, 0x6a, 0xf6,
0x7c, 0xe2, 0x30, 0xb9, 0x90, 0x26, 0x2c, 0xe5, 0x97, 0xab, 0x2b, 0x4b, 0xca, 0x45, 0x7a, 0x17,
0xef, 0xaf, 0x59, 0xd4, 0xda, 0xb0, 0x9c, 0xc0, 0x98, 0xe1, 0x84, 0x1b, 0x21, 0x9d, 0xda, 0x41,
0x56, 0x27, 0x72, 0x90, 0x2a, 0x2d, 0xae, 0x29, 0x7d, 0x17, 0xf3, 0xa4, 0x8f, 0x7c, 0xcb, 0x3e,
0x1e, 0x9e, 0xf4, 0x2b, 0x0d, 0x9a, 0x06, 0x76, 0xb1, 0x45, 0x8e, 0x87, 0x91, 0xeb, 0xbf, 0xad,
0xc1, 0x85, 0x07, 0x98, 0xc6, 0xcc, 0x85, 0x5a, 0xd4, 0x21, 0xd4, 0x69, 0x1f, 0xe5, 0x86, 0x41,
0xff, 0x5a, 0x83, 0x8b, 0x99, 0x6c, 0x4d, 0xe2, 0x3d, 0xde, 0x80, 0x02, 0xfb, 0x22, 0xcd, 0x1c,
0x57, 0xe6, 0x4b, 0x59, 0xca, 0xfc, 0x21, 0x73, 0xca, 0x5c, 0x9b, 0x05, 0xbe, 0xfe, 0x3f, 0x1a,
0x2c, 0x6e, 0xee, 0xf8, 0x7b, 0x03, 0x96, 0x5e, 0x86, 0x80, 0x92, 0xfe, 0x34, 0x9f, 0xf2, 0xa7,
0xe8, 0x36, 0x4c, 0xd3, 0xfd, 0x1e, 0xe6, 0xae, 0x78, 0x66, 0xe5, 0xfc, 0x4d, 0xc5, 0x3e, 0xf9,
0x26, 0x63, 0xf2, 0xfd, 0xfd, 0x1e, 0x36, 0x38, 0x2a, 0xba, 0x0a, 0x8d, 0x94, 0xc8, 0x43, 0x8f,
0x34, 0x9b, 0x94, 0x39, 0xd1, 0xff, 0x2e, 0x07, 0xa7, 0x87, 0xa6, 0x38, 0x89, 0xb0, 0x55, 0x63,
0xe7, 0x94, 0x63, 0xa3, 0xcb, 0x10, 0x53, 0x01, 0xd3, 0xb1, 0xd9, 0x56, 0x36, 0xbf, 0x9c, 0x37,
0xea, 0x31, 0xc7, 0x6c, 0x13, 0x74, 0x03, 0xd0, 0x90, 0xbf, 0x14, 0x6e, 0x79, 0xda, 0x98, 0x4b,
0x3b, 0x4c, 0xee, 0x94, 0x95, 0x1e, 0x53, 0x88, 0x60, 0xda, 0x58, 0x50, 0xb8, 0x4c, 0x82, 0x6e,
0xc3, 0x82, 0xe3, 0x3d, 0xc6, 0x5d, 0x3f, 0xd8, 0x37, 0x7b, 0x38, 0x68, 0x63, 0x8f, 0x5a, 0x1d,
0x4c, 0x9a, 0x45, 0xce, 0xd1, 0x7c, 0xd8, 0xb6, 0x31, 0x68, 0xd2, 0xbf, 0xd5, 0x60, 0x51, 0x6c,
0x65, 0x37, 0xac, 0x80, 0x3a, 0x47, 0x1d, 0xba, 0x2f, 0xc3, 0x4c, 0x2f, 0xe4, 0x43, 0xe0, 0x89,
0x8d, 0x77, 0x3d, 0x82, 0x72, 0x2b, 0xfb, 0x46, 0x83, 0x05, 0xb6, 0xcb, 0x3c, 0x49, 0x3c, 0xff,
0xa5, 0x06, 0xf3, 0x0f, 0x2d, 0x72, 0x92, 0x58, 0xfe, 0x6b, 0x19, 0x82, 0x22, 0x9e, 0x8f, 0xf4,
0x2c, 0x76, 0x05, 0x66, 0x93, 0x4c, 0x87, 0xdb, 0x9a, 0x99, 0x04, 0xd7, 0x44, 0xff, 0xdb, 0x41,
0xac, 0x3a, 0x61, 0x9c, 0xff, 0xbd, 0x06, 0xe7, 0x1f, 0x60, 0x1a, 0x71, 0x7d, 0x2c, 0x62, 0xda,
0xb8, 0xda, 0xf2, 0x95, 0x88, 0xc8, 0x4a, 0xe6, 0x8f, 0x24, 0xf2, 0x7d, 0x91, 0x83, 0x53, 0x2c,
0x2c, 0x1c, 0x0f, 0x25, 0x18, 0xe7, 0x54, 0xa2, 0x50, 0x94, 0x82, 0x4a, 0x51, 0xa2, 0x78, 0x5a,
0x1c, 0x3b, 0x9e, 0xea, 0x7f, 0x95, 0x13, 0xfb, 0x80, 0xb8, 0x34, 0x26, 0x59, 0x16, 0x05, 0xaf,
0x39, 0x25, 0xaf, 0x3a, 0xd4, 0x22, 0xc8, 0xfa, 0x5a, 0x18, 0x1f, 0x13, 0xb0, 0x63, 0x1b, 0x1e,
0xbf, 0xd4, 0x60, 0x31, 0x3c, 0x07, 0x6e, 0xe2, 0x4e, 0x17, 0x7b, 0xf4, 0xc5, 0x75, 0x28, 0xad,
0x01, 0x39, 0x85, 0x06, 0x9c, 0x83, 0x0a, 0x11, 0xe3, 0x44, 0x47, 0xbc, 0x01, 0x40, 0xff, 0x07,
0x0d, 0x4e, 0x0f, 0xb1, 0x33, 0xc9, 0x22, 0x36, 0xa1, 0xe4, 0x78, 0x36, 0x7e, 0x1e, 0x71, 0x13,
0xfe, 0xb2, 0x96, 0xad, 0xbe, 0xe3, 0xda, 0x11, 0x1b, 0xe1, 0x2f, 0xba, 0x04, 0x35, 0xec, 0x59,
0x5b, 0x2e, 0x36, 0x39, 0x2e, 0x57, 0xe4, 0xb2, 0x51, 0x15, 0xb0, 0x75, 0x06, 0x62, 0xc4, 0xdb,
0x0e, 0xe6, 0xc4, 0x05, 0x41, 0x2c, 0x7f, 0xf5, 0xdf, 0xd0, 0x60, 0x9e, 0x69, 0xa1, 0xe4, 0x9e,
0xbc, 0x5c, 0x69, 0x2e, 0x41, 0x35, 0xa6, 0x66, 0x72, 0x22, 0x71, 0x90, 0xbe, 0x0b, 0x0b, 0x49,
0x76, 0x26, 0x91, 0xe6, 0x05, 0x80, 0x68, 0xad, 0x84, 0x35, 0xe4, 0x8d, 0x18, 0x44, 0xff, 0x2e,
0xca, 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, 0xd2, 0xff, 0x85, 0x6d, 0xd3, 0xa4, 0xba, 0x1e, 0xf7, 0x19, 0x9f,
0x07, 0xe0, 0xea, 0x2c, 0x9a, 0x0b, 0xa2, 0x99, 0x43, 0x78, 0x70, 0xfb, 0x53, 0x0d, 0x1a, 0x7c,
0x0a, 0x62, 0x3e, 0x3d, 0xd6, 0x6d, 0x8a, 0x46, 0x4b, 0xd1, 0x8c, 0x30, 0xae, 0x9f, 0x81, 0xa2,
0x14, 0x6c, 0x7e, 0x5c, 0xc1, 0x4a, 0x82, 0x03, 0xa6, 0xa1, 0xff, 0x91, 0x06, 0xa7, 0x52, 0x22,
0x9f, 0x44, 0xa3, 0xdf, 0x07, 0x24, 0x66, 0x68, 0x0f, 0xa6, 0x1d, 0x06, 0xe2, 0xcb, 0xca, 0xa8,
0x93, 0x16, 0x92, 0x31, 0xe7, 0xa4, 0x20, 0x44, 0xff, 0x77, 0x0d, 0xce, 0x3d, 0xc0, 0x94, 0xa3,
0xde, 0x67, 0x5e, 0x65, 0x23, 0xf0, 0x3b, 0x01, 0x26, 0xe4, 0xe4, 0xea, 0xc7, 0xef, 0x88, 0x9d,
0x9b, 0x6a, 0x4a, 0x93, 0xc8, 0xff, 0x12, 0xd4, 0xf8, 0x18, 0xd8, 0x36, 0x03, 0x7f, 0x8f, 0x48,
0x3d, 0xaa, 0x4a, 0x98, 0xe1, 0xef, 0x71, 0x85, 0xa0, 0x3e, 0xb5, 0x5c, 0x81, 0x20, 0x43, 0x06,
0x87, 0xb0, 0x66, 0x6e, 0x83, 0x21, 0x63, 0xac, 0x73, 0x7c, 0x72, 0x65, 0xfc, 0x27, 0x1a, 0x9c,
0x4a, 0x4d, 0x65, 0x12, 0xd9, 0xbe, 0x26, 0xf6, 0x95, 0x62, 0x32, 0x33, 0x2b, 0x17, 0x95, 0x34,
0xb1, 0xc1, 0x04, 0x36, 0xba, 0x08, 0xd5, 0x6d, 0xcb, 0x71, 0xcd, 0x00, 0x5b, 0xc4, 0xf7, 0xe4,
0x44, 0x81, 0x81, 0x0c, 0x0e, 0xd1, 0xff, 0x49, 0x13, 0x77, 0x66, 0x27, 0xdc, 0xe3, 0xfd, 0x71,
0x0e, 0xea, 0xeb, 0x1e, 0xc1, 0x01, 0x3d, 0xfe, 0x67, 0x0f, 0xf4, 0x16, 0x54, 0xf9, 0xc4, 0x88,
0x69, 0x5b, 0xd4, 0x92, 0xe1, 0xea, 0x82, 0x32, 0xc1, 0xfe, 0x0e, 0xc3, 0x5b, 0xb3, 0xa8, 0x65,
0x08, 0xe9, 0x10, 0xf6, 0x8d, 0xce, 0x42, 0x65, 0xc7, 0x22, 0x3b, 0xe6, 0x2e, 0xde, 0x17, 0x1b,
0xc2, 0xba, 0x51, 0x66, 0x80, 0x77, 0xf1, 0x3e, 0x41, 0x67, 0xa0, 0xec, 0xf5, 0xbb, 0xc2, 0xc0,
0x4a, 0x4b, 0xda, 0x72, 0xdd, 0x28, 0x79, 0xfd, 0x2e, 0x37, 0xaf, 0x7f, 0xcd, 0xc1, 0xcc, 0xe3,
0x3e, 0x3b, 0xe9, 0xf0, 0xeb, 0x81, 0xbe, 0x4b, 0x5f, 0x4c, 0x19, 0xaf, 0x41, 0x5e, 0xec, 0x19,
0x18, 0x45, 0x53, 0xc9, 0xf8, 0xfa, 0x1a, 0x31, 0x18, 0x12, 0x4f, 0x8d, 0xf7, 0xdb, 0x6d, 0xb9,
0xfd, 0xca, 0x73, 0x66, 0x2b, 0x0c, 0x22, 0x36, 0x5f, 0x67, 0xa1, 0x82, 0x83, 0x20, 0xda, 0x9c,
0xf1, 0xa9, 0xe0, 0x20, 0x10, 0x8d, 0x3a, 0xd4, 0xac, 0xf6, 0xae, 0xe7, 0xef, 0xb9, 0xd8, 0xee,
0x60, 0x9b, 0x2f, 0x7b, 0xd9, 0x48, 0xc0, 0x84, 0x62, 0xb0, 0x85, 0x37, 0xdb, 0x1e, 0xe5, 0x47,
0x8c, 0x3c, 0x53, 0x0c, 0x06, 0x59, 0xf5, 0x28, 0x6b, 0xb6, 0xb1, 0x8b, 0x29, 0xe6, 0xcd, 0x25,
0xd1, 0x2c, 0x20, 0xb2, 0xb9, 0xdf, 0x8b, 0xa8, 0xcb, 0xa2, 0x59, 0x40, 0x58, 0xf3, 0x39, 0xa8,
0x0c, 0xf2, 0xff, 0x95, 0x41, 0x9e, 0x90, 0x03, 0xf4, 0xff, 0xd6, 0xa0, 0xbe, 0xc6, 0xbb, 0x3a,
0x01, 0x4a, 0x87, 0x60, 0x1a, 0x3f, 0xef, 0x05, 0xd2, 0x74, 0xf8, 0xf7, 0x48, 0x3d, 0xd2, 0x9f,
0x41, 0x63, 0xc3, 0xb5, 0xda, 0x78, 0xc7, 0x77, 0x6d, 0x1c, 0xf0, 0xd8, 0x8e, 0x1a, 0x90, 0xa7,
0x56, 0x47, 0x6e, 0x1e, 0xd8, 0x27, 0xfa, 0x89, 0x3c, 0xdb, 0x09, 0xb7, 0xf4, 0x8a, 0x32, 0xca,
0xc6, 0xba, 0x89, 0xa5, 0x4c, 0x17, 0xa1, 0xc8, 0xef, 0xe4, 0xc4, 0xb6, 0xa2, 0x66, 0xc8, 0x3f,
0xfd, 0x69, 0x62, 0xdc, 0x07, 0x81, 0xdf, 0xef, 0xa1, 0x75, 0xa8, 0xf5, 0x06, 0x30, 0xa6, 0xab,
0xd9, 0x31, 0x3d, 0xcd, 0xb4, 0x91, 0x20, 0xd5, 0xbf, 0xcb, 0x43, 0x7d, 0x13, 0x5b, 0x41, 0x7b,
0xe7, 0x24, 0x24, 0x59, 0x98, 0xc4, 0x6d, 0xe2, 0xca, 0x55, 0x63, 0x9f, 0xe8, 0x3a, 0xcc, 0xc5,
0x26, 0x64, 0x76, 0x98, 0x80, 0xb8, 0xde, 0xd7, 0x8c, 0x46, 0x2f, 0x2d, 0xb8, 0x37, 0xa0, 0x6c,
0x13, 0xd7, 0xe4, 0x4b, 0x54, 0xe2, 0x4b, 0xa4, 0x9e, 0xdf, 0x1a, 0x71, 0xf9, 0xd2, 0x94, 0x6c,
0xf1, 0x81, 0x7e, 0x00, 0x75, 0xbf, 0x4f, 0x7b, 0x7d, 0x6a, 0x0a, 0xbf, 0xd3, 0x2c, 0x73, 0xf6,
0x6a, 0x02, 0xc8, 0xdd, 0x12, 0x41, 0xef, 0x40, 0x9d, 0x70, 0x51, 0x86, 0x3b, 0xef, 0xca, 0xb8,
0x1b, 0xc4, 0x9a, 0xa0, 0x13, 0x5b, 0x6f, 0x74, 0x15, 0x1a, 0x34, 0xb0, 0x9e, 0x61, 0x37, 0x76,
0xdb, 0x06, 0xdc, 0xda, 0x66, 0x05, 0x7c, 0x70, 0xd3, 0x76, 0x0b, 0xe6, 0x3b, 0x7d, 0x2b, 0xb0,
0x3c, 0x8a, 0x71, 0x0c, 0xbb, 0xca, 0xb1, 0x51, 0xd4, 0x14, 0x11, 0xe8, 0xef, 0xc2, 0xf4, 0x43,
0x87, 0x72, 0x41, 0x32, 0x9f, 0xa5, 0xf1, 0x73, 0x0e, 0xf7, 0x4c, 0x67, 0xa0, 0x1c, 0xf8, 0x7b,
0xc2, 0x07, 0xe7, 0xb8, 0x0a, 0x96, 0x02, 0x7f, 0x8f, 0x3b, 0x58, 0x5e, 0xa3, 0xe0, 0x07, 0x52,
0x37, 0x73, 0x86, 0xfc, 0xd3, 0xff, 0x42, 0x1b, 0x28, 0x0f, 0x73, 0x9f, 0xe4, 0xc5, 0xfc, 0xe7,
0x5b, 0x50, 0x0a, 0x04, 0xfd, 0xc8, 0xdb, 0xd5, 0xf8, 0x48, 0x3c, 0x06, 0x84, 0x54, 0xe3, 0xdf,
0xf0, 0xfc, 0x8a, 0x06, 0xb5, 0x77, 0xdc, 0x3e, 0x79, 0x19, 0xca, 0xae, 0xba, 0x77, 0xc8, 0xab,
0xef, 0x3c, 0x7e, 0x33, 0x07, 0x75, 0xc9, 0xc6, 0x24, 0x9b, 0xa0, 0x4c, 0x56, 0x36, 0xa1, 0xca,
0x86, 0x34, 0x09, 0xee, 0x84, 0x49, 0x9b, 0xea, 0xca, 0x8a, 0xd2, 0x3d, 0x24, 0xd8, 0xe0, 0x17,
0xd8, 0x9b, 0x9c, 0xe8, 0x17, 0x3c, 0x1a, 0xec, 0x1b, 0xd0, 0x8e, 0x00, 0xad, 0xa7, 0x30, 0x9b,
0x6a, 0x66, 0x4a, 0xb4, 0x8b, 0xf7, 0x43, 0xff, 0xb7, 0x8b, 0xf7, 0xd1, 0xab, 0xf1, 0x32, 0x83,
0xac, 0x28, 0xfe, 0xc8, 0xf7, 0x3a, 0xf7, 0x82, 0xc0, 0xda, 0x97, 0x65, 0x08, 0x77, 0x73, 0x3f,
0xd1, 0xf4, 0x7f, 0xcc, 0x41, 0xed, 0xbd, 0x3e, 0x0e, 0xf6, 0x8f, 0xd2, 0x0f, 0x85, 0x51, 0x61,
0x3a, 0x16, 0x15, 0x86, 0x4c, 0xbf, 0xa0, 0x30, 0x7d, 0x85, 0x03, 0x2b, 0x2a, 0x1d, 0x98, 0xca,
0xb6, 0x4b, 0x87, 0xb2, 0xed, 0x72, 0xa6, 0x6d, 0xff, 0xb9, 0x16, 0x89, 0x70, 0x22, 0x6b, 0x4c,
0x6c, 0xc7, 0x72, 0x87, 0xde, 0x8e, 0x8d, 0x6d, 0x8d, 0xdf, 0x68, 0x50, 0xf9, 0x10, 0xb7, 0xa9,
0x1f, 0x30, 0xff, 0xa3, 0x20, 0xd3, 0xc6, 0xd8, 0x1a, 0xe7, 0xd2, 0x5b, 0xe3, 0x3b, 0x50, 0x76,
0x6c, 0xd3, 0x62, 0xfa, 0xc5, 0xc7, 0x1d, 0xb5, 0x25, 0x2b, 0x39, 0x36, 0x57, 0xc4, 0xf1, 0xb3,
0xfc, 0xbf, 0xab, 0x41, 0x4d, 0xf0, 0x4c, 0x04, 0xe5, 0x9b, 0xb1, 0xe1, 0x34, 0x95, 0xd2, 0xcb,
0x9f, 0x68, 0xa2, 0x0f, 0xa7, 0x06, 0xc3, 0xde, 0x03, 0x60, 0x42, 0x96, 0xe4, 0xc2, 0x66, 0x96,
0x94, 0xdc, 0x0a, 0x72, 0x2e, 0xf0, 0x87, 0x53, 0x46, 0x85, 0x51, 0xf1, 0x2e, 0xee, 0x97, 0xa0,
0xc0, 0xa9, 0xf5, 0xff, 0xd3, 0x60, 0x7e, 0xd5, 0x72, 0xdb, 0x6b, 0x0e, 0xa1, 0x96, 0xd7, 0x9e,
0x60, 0x13, 0x76, 0x17, 0x4a, 0x7e, 0xcf, 0x74, 0xf1, 0x36, 0x95, 0x2c, 0x5d, 0x1a, 0x31, 0x23,
0x21, 0x06, 0xa3, 0xe8, 0xf7, 0x1e, 0xe1, 0x6d, 0x8a, 0x7e, 0x16, 0xca, 0x7e, 0xcf, 0x0c, 0x9c,
0xce, 0x0e, 0x95, 0xd2, 0x1f, 0x83, 0xb8, 0xe4, 0xf7, 0x0c, 0x46, 0x11, 0xcb, 0xad, 0x4c, 0x1f,
0x32, 0xb7, 0xa2, 0xff, 0xc7, 0xd0, 0xf4, 0x27, 0xb0, 0x81, 0xbb, 0x50, 0x76, 0x3c, 0x6a, 0xda,
0x0e, 0x09, 0x45, 0x70, 0x5e, 0xad, 0x43, 0x1e, 0xe5, 0x33, 0xe0, 0x6b, 0xea, 0x51, 0x36, 0x36,
0x7a, 0x1b, 0x60, 0xdb, 0xf5, 0x2d, 0x49, 0x2d, 0x64, 0x70, 0x51, 0x6d, 0x3e, 0x0c, 0x2d, 0xa4,
0xaf, 0x70, 0x22, 0xd6, 0xc3, 0x60, 0x49, 0xff, 0x4d, 0x83, 0x53, 0x1b, 0x38, 0x10, 0x45, 0x28,
0x54, 0xe6, 0x39, 0xd7, 0xbd, 0x6d, 0x3f, 0x99, 0x6a, 0xd6, 0x52, 0xa9, 0xe6, 0xef, 0x27, 0xbd,
0x9a, 0x38, 0x39, 0x89, 0x0b, 0x8f, 0xf0, 0xe4, 0x14, 0x5e, 0xeb, 0x88, 0x93, 0xe7, 0x4c, 0xc6,
0x32, 0x49, 0x7e, 0xe3, 0x07, 0x70, 0xfd, 0xb7, 0x44, 0x89, 0x85, 0x72, 0x52, 0x2f, 0xae, 0xb0,
0x8b, 0x20, 0x3d, 0x7d, 0xca, 0xef, 0xff, 0x10, 0x52, 0xbe, 0x23, 0xc3, 0x11, 0xfd, 0xbe, 0x06,
0x4b, 0xd9, 0x5c, 0x4d, 0x12, 0xa2, 0xdf, 0x86, 0x82, 0xe3, 0x6d, 0xfb, 0x61, 0xda, 0xed, 0x9a,
0x7a, 0x8b, 0xae, 0x1c, 0x57, 0x10, 0xea, 0x7f, 0x93, 0x83, 0x06, 0x77, 0xea, 0x47, 0xb0, 0xfc,
0x5d, 0xdc, 0x35, 0x89, 0xf3, 0x29, 0x0e, 0x97, 0xbf, 0x8b, 0xbb, 0x9b, 0xce, 0xa7, 0x38, 0xa1,
0x19, 0x85, 0xa4, 0x66, 0x24, 0x13, 0x13, 0xc5, 0x11, 0x69, 0xd5, 0x52, 0x32, 0xad, 0xba, 0x08,
0x45, 0xcf, 0xb7, 0xf1, 0xfa, 0x9a, 0x3c, 0x76, 0xca, 0xbf, 0x81, 0xaa, 0x55, 0x0e, 0xa9, 0x6a,
0x5f, 0x69, 0xd0, 0x7a, 0x80, 0x69, 0x5a, 0x76, 0x47, 0xa7, 0x65, 0x5f, 0x6b, 0x70, 0x56, 0xc9,
0xd0, 0x24, 0x0a, 0xf6, 0x66, 0x52, 0xc1, 0xd4, 0x67, 0xc0, 0xa1, 0x21, 0xa5, 0x6e, 0xdd, 0x86,
0xda, 0x5a, 0xbf, 0xdb, 0x8d, 0xb6, 0x5c, 0x97, 0xa0, 0x16, 0x88, 0x4f, 0x71, 0x44, 0x12, 0xf1,
0xb7, 0x2a, 0x61, 0xec, 0x20, 0xa4, 0x5f, 0x87, 0xba, 0x24, 0x91, 0x5c, 0xb7, 0xa0, 0x1c, 0xc8,
0x6f, 0x89, 0x1f, 0xfd, 0xeb, 0xa7, 0x60, 0xde, 0xc0, 0x1d, 0xa6, 0xda, 0xc1, 0x23, 0xc7, 0xdb,
0x95, 0xc3, 0xe8, 0x9f, 0x6b, 0xb0, 0x90, 0x84, 0xcb, 0xbe, 0x5e, 0x87, 0x92, 0x65, 0xdb, 0x01,
0x26, 0x64, 0xe4, 0xb2, 0xdc, 0x13, 0x38, 0x46, 0x88, 0x1c, 0x93, 0x5c, 0x6e, 0x6c, 0xc9, 0xe9,
0x26, 0xcc, 0x3d, 0xc0, 0xf4, 0x31, 0xa6, 0xc1, 0x44, 0x57, 0xf4, 0x4d, 0x76, 0x78, 0xe1, 0xc4,
0x52, 0x2d, 0xc2, 0x5f, 0xfd, 0x4b, 0x0d, 0x50, 0x7c, 0x84, 0x49, 0x96, 0x39, 0x2e, 0xe5, 0x5c,
0x52, 0xca, 0xa2, 0x8a, 0xa9, 0xdb, 0xf3, 0x3d, 0xec, 0xd1, 0xf8, 0x76, 0xab, 0x1e, 0x41, 0xb9,
0xfa, 0x7d, 0xab, 0x01, 0x7a, 0xe4, 0x5b, 0xf6, 0x7d, 0xcb, 0x9d, 0x6c, 0x7b, 0x70, 0x1e, 0x80,
0x04, 0x6d, 0x53, 0x5a, 0x6b, 0x4e, 0x7a, 0x9f, 0xa0, 0xfd, 0x44, 0x18, 0xec, 0x45, 0xa8, 0xda,
0x84, 0xca, 0xe6, 0xf0, 0xc6, 0x18, 0x6c, 0x42, 0x45, 0x3b, 0x2f, 0x3f, 0x25, 0xd8, 0x72, 0xb1,
0x6d, 0xc6, 0x2e, 0xdc, 0xa6, 0x39, 0x5a, 0x43, 0x34, 0x6c, 0x0e, 0xae, 0xdd, 0x9e, 0xc2, 0xe9,
0xc7, 0x96, 0xd7, 0xb7, 0xdc, 0x55, 0xbf, 0xdb, 0xb3, 0x12, 0x95, 0x8b, 0x69, 0x37, 0xa7, 0x29,
0xdc, 0xdc, 0x05, 0x51, 0xda, 0x26, 0xb6, 0xd6, 0x9c, 0xd7, 0x69, 0x23, 0x06, 0xd1, 0x09, 0x34,
0x87, 0xbb, 0x9f, 0x64, 0xa1, 0x38, 0x53, 0x61, 0x57, 0x71, 0xdf, 0x3b, 0x80, 0xe9, 0x6f, 0xc1,
0x19, 0x5e, 0x66, 0x18, 0x82, 0x12, 0xa9, 0xfd, 0x74, 0x07, 0x9a, 0xa2, 0x83, 0x5f, 0xcb, 0x71,
0xd7, 0x36, 0xd4, 0xc3, 0x24, 0x8c, 0xdf, 0x4d, 0x66, 0xd4, 0x5f, 0xc9, 0xa8, 0x91, 0x4d, 0x8e,
0x28, 0xd3, 0xea, 0xcb, 0x30, 0x8b, 0x9f, 0xe3, 0x76, 0x9f, 0x3a, 0x5e, 0x67, 0xc3, 0xb5, 0xbc,
0x27, 0xbe, 0x0c, 0x28, 0x69, 0x30, 0x7a, 0x05, 0xea, 0x4c, 0xfa, 0x7e, 0x9f, 0x4a, 0x3c, 0x11,
0x59, 0x92, 0x40, 0xd6, 0x1f, 0x9b, 0xaf, 0x8b, 0x29, 0xb6, 0x25, 0x9e, 0x08, 0x33, 0x69, 0xf0,
0x90, 0x28, 0x19, 0x98, 0x1c, 0x46, 0x94, 0xff, 0xa5, 0xa5, 0x44, 0x29, 0x7b, 0x38, 0x2a, 0x51,
0x3e, 0x04, 0xe8, 0xe2, 0xa0, 0x83, 0xd7, 0xb9, 0x53, 0x17, 0x27, 0xf7, 0x65, 0xa5, 0x53, 0x1f,
0x74, 0xf0, 0x38, 0x24, 0x30, 0x62, 0xb4, 0xfa, 0x03, 0x98, 0x57, 0xa0, 0x30, 0x7f, 0x45, 0xfc,
0x7e, 0xd0, 0xc6, 0x61, 0xf2, 0x27, 0xfc, 0x65, 0xf1, 0x8d, 0x5a, 0x41, 0x07, 0x53, 0xa9, 0xb4,
0xf2, 0x4f, 0x7f, 0x9d, 0x5f, 0x42, 0xf1, 0x44, 0x41, 0x42, 0x53, 0x93, 0x37, 0xe6, 0xda, 0xd0,
0x8d, 0xf9, 0x36, 0xbf, 0xf1, 0x89, 0xd3, 0x4d, 0x58, 0xed, 0xb0, 0xcd, 0xba, 0xc2, 0xb6, 0x7c,
0x1f, 0x11, 0xfe, 0xb2, 0x5d, 0x72, 0x7d, 0xbd, 0xdb, 0xf3, 0x07, 0x97, 0x1d, 0x63, 0x1f, 0x25,
0x87, 0x93, 0xc5, 0x39, 0x55, 0xb2, 0xf8, 0x2c, 0x54, 0x02, 0x7f, 0xcf, 0x64, 0xde, 0xcf, 0xe6,
0x9a, 0x5d, 0x36, 0xca, 0x81, 0xbf, 0xc7, 0x7c, 0xa2, 0x8d, 0x16, 0xa0, 0xb0, 0xed, 0xb8, 0xd1,
0x81, 0x51, 0xfc, 0xa0, 0x37, 0xd9, 0x19, 0x4a, 0xdc, 0xb8, 0x8e, 0x7d, 0xff, 0x1e, 0x52, 0xe8,
0x1f, 0xc3, 0x4c, 0x38, 0xa1, 0x09, 0xdf, 0x7c, 0x50, 0x8b, 0xec, 0x86, 0xd5, 0x0c, 0xe2, 0x47,
0xbf, 0x2e, 0x2e, 0xe2, 0x78, 0xff, 0x89, 0xf5, 0x44, 0x30, 0xcd, 0x30, 0xa4, 0x99, 0xf0, 0x6f,
0xfd, 0x7f, 0x35, 0x58, 0x4c, 0x63, 0x4f, 0xc2, 0xd2, 0xeb, 0x49, 0xd3, 0x50, 0x97, 0xf5, 0xc7,
0x47, 0x93, 0x66, 0x21, 0x57, 0xa0, 0xed, 0xf7, 0x3d, 0x2a, 0x7d, 0x0b, 0x5b, 0x81, 0x55, 0xf6,
0x8f, 0x4e, 0x43, 0xc9, 0xb1, 0x4d, 0x97, 0x1d, 0xb7, 0x44, 0x18, 0x29, 0x3a, 0xf6, 0x23, 0x76,
0x14, 0x7b, 0x23, 0xdc, 0x1c, 0x8d, 0xbd, 0x04, 0x02, 0xff, 0xda, 0x25, 0x28, 0x87, 0x15, 0x58,
0xa8, 0x04, 0xf9, 0x7b, 0xae, 0xdb, 0x98, 0x42, 0x35, 0x28, 0xaf, 0xcb, 0x32, 0xa3, 0x86, 0x76,
0xed, 0xe7, 0x61, 0x36, 0x95, 0xc8, 0x47, 0x65, 0x98, 0x7e, 0xe2, 0x7b, 0xb8, 0x31, 0x85, 0x1a,
0x50, 0xbb, 0xef, 0x78, 0x56, 0xb0, 0x2f, 0x8e, 0xb9, 0x0d, 0x1b, 0xcd, 0x42, 0x95, 0x1f, 0xf7,
0x24, 0x00, 0xaf, 0xfc, 0xf3, 0x12, 0xd4, 0x1f, 0x73, 0x76, 0x36, 0x71, 0xf0, 0xcc, 0x69, 0x63,
0x64, 0x42, 0x23, 0xfd, 0x30, 0x0d, 0xfd, 0x48, 0x6d, 0xfa, 0xea, 0xf7, 0x6b, 0xad, 0x51, 0x4b,
0xa0, 0x4f, 0xa1, 0x8f, 0x61, 0x26, 0xf9, 0xbc, 0x0b, 0xa9, 0xcf, 0x23, 0xca, 0x37, 0x60, 0x07,
0x75, 0x6e, 0x42, 0x3d, 0xf1, 0x5a, 0x0b, 0x5d, 0x55, 0xf6, 0xad, 0x7a, 0xd1, 0xd5, 0x52, 0xa7,
0x08, 0xe2, 0x2f, 0xaa, 0x04, 0xf7, 0xc9, 0x27, 0x15, 0x19, 0xdc, 0x2b, 0xdf, 0x5d, 0x1c, 0xc4,
0xbd, 0x05, 0x73, 0x43, 0x2f, 0x24, 0xd0, 0x0d, 0x65, 0xff, 0x59, 0x2f, 0x29, 0x0e, 0x1a, 0x62,
0x0f, 0xd0, 0xf0, 0xab, 0x24, 0x74, 0x53, 0xbd, 0x02, 0x59, 0x6f, 0xb2, 0x5a, 0xb7, 0xc6, 0xc6,
0x8f, 0x04, 0xf7, 0xab, 0x1a, 0x9c, 0xce, 0x78, 0xd6, 0x80, 0xee, 0x28, 0xbb, 0x1b, 0xfd, 0x36,
0xa3, 0xf5, 0xea, 0xe1, 0x88, 0x22, 0x46, 0x3c, 0x98, 0x4d, 0x55, 0xfa, 0xa3, 0xeb, 0x99, 0xd5,
0x8f, 0xc3, 0x4f, 0x1e, 0x5a, 0x3f, 0x1a, 0x0f, 0x39, 0x1a, 0xef, 0x29, 0xcc, 0xa6, 0xca, 0xe3,
0x33, 0xc6, 0x53, 0x17, 0xd1, 0x1f, 0xb4, 0xa0, 0x1f, 0x41, 0x3d, 0x51, 0xc7, 0x9e, 0xa1, 0xf1,
0xaa, 0x5a, 0xf7, 0x83, 0xba, 0x7e, 0x0a, 0xb5, 0x78, 0xb9, 0x39, 0x5a, 0xce, 0xb2, 0xa5, 0xa1,
0x8e, 0x0f, 0x63, 0x4a, 0x83, 0x6a, 0xd2, 0x11, 0xa6, 0x34, 0x54, 0x80, 0x3b, 0xbe, 0x29, 0xc5,
0xfa, 0x1f, 0x69, 0x4a, 0x87, 0x1e, 0xe2, 0x73, 0x11, 0x95, 0x14, 0xd5, 0xca, 0x68, 0x25, 0x4b,
0x37, 0xb3, 0xeb, 0xb2, 0x5b, 0x77, 0x0e, 0x45, 0x13, 0x49, 0x71, 0x17, 0x66, 0x92, 0x35, 0xb9,
0x19, 0x52, 0x54, 0x96, 0x31, 0xb7, 0xae, 0x8f, 0x85, 0x1b, 0x0d, 0xf6, 0x01, 0x54, 0x63, 0x6f,
0xcd, 0xd1, 0x95, 0x11, 0x7a, 0x1c, 0x7f, 0x78, 0x7d, 0x90, 0x24, 0xdf, 0x83, 0x4a, 0xf4, 0x44,
0x1c, 0x5d, 0xce, 0xd4, 0xdf, 0xc3, 0x74, 0xb9, 0x09, 0x30, 0x78, 0xff, 0x8d, 0x7e, 0xa8, 0xec,
0x73, 0xe8, 0x81, 0xf8, 0x41, 0x9d, 0x46, 0xd3, 0x17, 0x95, 0x10, 0xa3, 0xa6, 0x1f, 0x2f, 0xdd,
0x39, 0xa8, 0xdb, 0x1d, 0xa8, 0x27, 0x0a, 0xee, 0xb2, 0x4c, 0x58, 0x51, 0x07, 0xd9, 0xba, 0x36,
0x0e, 0x6a, 0xb4, 0x7e, 0x3b, 0x50, 0x4f, 0x94, 0x3f, 0x65, 0x8c, 0xa4, 0xaa, 0xf6, 0xca, 0x18,
0x49, 0x59, 0x4d, 0xa5, 0x4f, 0xa1, 0xcf, 0x62, 0x95, 0x56, 0x89, 0x6a, 0x36, 0x74, 0x7b, 0x64,
0x3f, 0xaa, 0x62, 0xbe, 0xd6, 0xca, 0x61, 0x48, 0x22, 0x16, 0xa4, 0x56, 0x09, 0x91, 0x66, 0x6b,
0xd5, 0x61, 0x56, 0x6a, 0x13, 0x8a, 0xa2, 0xa0, 0x09, 0xe9, 0x19, 0xa5, 0x8b, 0xb1, 0x6a, 0xa7,
0xd6, 0x0f, 0x94, 0x38, 0xc9, 0x5a, 0x1f, 0xd1, 0xa9, 0x28, 0x58, 0xc9, 0xe8, 0x34, 0x51, 0xcd,
0x32, 0x6e, 0xa7, 0x06, 0x14, 0xc5, 0x4d, 0x75, 0x46, 0xa7, 0x89, 0x6a, 0x8b, 0xd6, 0x68, 0x1c,
0x7e, 0x85, 0xa1, 0x4f, 0xa1, 0x0d, 0x28, 0xf0, 0x73, 0x14, 0xba, 0x34, 0xea, 0x12, 0x77, 0x54,
0x8f, 0x89, 0x7b, 0x5e, 0x7d, 0x0a, 0xfd, 0x22, 0x14, 0x78, 0x56, 0x30, 0xa3, 0xc7, 0xf8, 0x4d,
0x6c, 0x6b, 0x24, 0x4a, 0xc8, 0xa2, 0x0d, 0xb5, 0xf8, 0xf5, 0x4b, 0x46, 0xc8, 0x52, 0x5c, 0x50,
0xb5, 0xc6, 0xc1, 0x0c, 0x47, 0x11, 0x66, 0x34, 0x38, 0x53, 0x66, 0x9b, 0xd1, 0xd0, 0x79, 0x35,
0xdb, 0x8c, 0x86, 0x8f, 0xa8, 0xfa, 0x14, 0xfa, 0x75, 0x0d, 0x9a, 0x59, 0x77, 0x02, 0x28, 0x73,
0x07, 0x34, 0xea, 0x62, 0xa3, 0xf5, 0xda, 0x21, 0xa9, 0x22, 0x5e, 0x3e, 0x85, 0x79, 0x45, 0xe2,
0x18, 0xdd, 0xca, 0xea, 0x2f, 0x23, 0xe7, 0xdd, 0xfa, 0xf1, 0xf8, 0x04, 0xd1, 0xd8, 0x1b, 0x50,
0xe0, 0x09, 0xdf, 0x0c, 0x45, 0x89, 0xe7, 0x8f, 0x33, 0x54, 0x2f, 0x91, 0x2f, 0xd6, 0xa7, 0x10,
0x86, 0x5a, 0x3c, 0xfb, 0x9b, 0xa1, 0x29, 0x8a, 0xc4, 0x71, 0xeb, 0xea, 0x18, 0x98, 0xd1, 0x30,
0x26, 0xc0, 0x20, 0xfb, 0x9a, 0x11, 0x87, 0x86, 0x12, 0xc0, 0xad, 0x2b, 0x07, 0xe2, 0xc5, 0x43,
0x72, 0x2c, 0x9f, 0x9a, 0x11, 0x93, 0x86, 0x33, 0xae, 0x63, 0x9c, 0x13, 0x86, 0x73, 0x7b, 0x19,
0xe7, 0x84, 0xcc, 0x34, 0x62, 0xeb, 0xd6, 0xd8, 0xf8, 0xd1, 0x7c, 0x3e, 0x81, 0x46, 0x3a, 0x17,
0x9a, 0x71, 0xfe, 0xcc, 0xc8, 0xc8, 0xb6, 0x6e, 0x8c, 0x89, 0x1d, 0x8f, 0x55, 0x67, 0x87, 0x79,
0xfa, 0x25, 0x87, 0xee, 0xf0, 0x34, 0xdc, 0x38, 0xb3, 0x8e, 0x67, 0xfc, 0xc6, 0x99, 0x75, 0x22,
0xbf, 0x27, 0x03, 0x0b, 0xcf, 0x37, 0x64, 0x05, 0x96, 0x78, 0x66, 0x29, 0x23, 0x06, 0x24, 0x93,
0x35, 0x62, 0x6b, 0x98, 0xcc, 0x9a, 0xa0, 0xec, 0x18, 0x3e, 0x94, 0x88, 0xc9, 0xd8, 0x1a, 0xaa,
0xd3, 0x30, 0xfa, 0xd4, 0x4a, 0x1f, 0x6a, 0x1b, 0x81, 0xff, 0x7c, 0x3f, 0xcc, 0x23, 0xfc, 0x74,
0xec, 0xeb, 0xfe, 0x6b, 0xbf, 0x7c, 0xa7, 0xe3, 0xd0, 0x9d, 0xfe, 0x16, 0xd3, 0xe0, 0x5b, 0x02,
0xf7, 0x86, 0xe3, 0xcb, 0xaf, 0x5b, 0x8e, 0x47, 0x71, 0xe0, 0x59, 0xee, 0x2d, 0xde, 0x97, 0x84,
0xf6, 0xb6, 0xb6, 0x8a, 0xfc, 0xff, 0xce, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x84, 0xa2, 0x41,
0x5e, 0x7d, 0x49, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.

View File

@ -105,6 +105,11 @@ service RootCoord {
// https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
rpc GetMetrics(milvus.GetMetricsRequest) returns (milvus.GetMetricsResponse) {}
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
rpc Import(milvus.ImportRequest) returns (milvus.ImportResponse) {}
rpc GetImportState(milvus.GetImportStateRequest) returns (milvus.GetImportStateResponse) {}
rpc ReportImport(ImportResult) returns (common.Status) {}
}
message AllocTimestampRequest {
@ -128,3 +133,10 @@ message AllocIDResponse {
int64 ID = 2;
uint32 count = 3;
}
message ImportResult {
common.Status status = 1;
repeated int64 segments = 2; // id array of new sealed segments
int64 row_count = 3; // how many rows are imported by this task
repeated common.KeyValuePair infos = 4; // more informations about the task, file path, failed reason, etc.
}

View File

@ -233,69 +233,142 @@ func (m *AllocIDResponse) GetCount() uint32 {
return 0
}
type ImportResult struct {
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Segments []int64 `protobuf:"varint,2,rep,packed,name=segments,proto3" json:"segments,omitempty"`
RowCount int64 `protobuf:"varint,3,opt,name=row_count,json=rowCount,proto3" json:"row_count,omitempty"`
Infos []*commonpb.KeyValuePair `protobuf:"bytes,4,rep,name=infos,proto3" json:"infos,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ImportResult) Reset() { *m = ImportResult{} }
func (m *ImportResult) String() string { return proto.CompactTextString(m) }
func (*ImportResult) ProtoMessage() {}
func (*ImportResult) Descriptor() ([]byte, []int) {
return fileDescriptor_4513485a144f6b06, []int{4}
}
func (m *ImportResult) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ImportResult.Unmarshal(m, b)
}
func (m *ImportResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ImportResult.Marshal(b, m, deterministic)
}
func (m *ImportResult) XXX_Merge(src proto.Message) {
xxx_messageInfo_ImportResult.Merge(m, src)
}
func (m *ImportResult) XXX_Size() int {
return xxx_messageInfo_ImportResult.Size(m)
}
func (m *ImportResult) XXX_DiscardUnknown() {
xxx_messageInfo_ImportResult.DiscardUnknown(m)
}
var xxx_messageInfo_ImportResult proto.InternalMessageInfo
func (m *ImportResult) GetStatus() *commonpb.Status {
if m != nil {
return m.Status
}
return nil
}
func (m *ImportResult) GetSegments() []int64 {
if m != nil {
return m.Segments
}
return nil
}
func (m *ImportResult) GetRowCount() int64 {
if m != nil {
return m.RowCount
}
return 0
}
func (m *ImportResult) GetInfos() []*commonpb.KeyValuePair {
if m != nil {
return m.Infos
}
return nil
}
func init() {
proto.RegisterType((*AllocTimestampRequest)(nil), "milvus.proto.rootcoord.AllocTimestampRequest")
proto.RegisterType((*AllocTimestampResponse)(nil), "milvus.proto.rootcoord.AllocTimestampResponse")
proto.RegisterType((*AllocIDRequest)(nil), "milvus.proto.rootcoord.AllocIDRequest")
proto.RegisterType((*AllocIDResponse)(nil), "milvus.proto.rootcoord.AllocIDResponse")
proto.RegisterType((*ImportResult)(nil), "milvus.proto.rootcoord.ImportResult")
}
func init() { proto.RegisterFile("root_coord.proto", fileDescriptor_4513485a144f6b06) }
var fileDescriptor_4513485a144f6b06 = []byte{
// 826 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xdb, 0x4f, 0xe3, 0x46,
0x14, 0xc6, 0x49, 0xa0, 0x54, 0x1c, 0x72, 0x41, 0x23, 0xa0, 0x28, 0xe5, 0x81, 0xa6, 0x2a, 0x24,
0x5c, 0x1c, 0x04, 0x52, 0xd5, 0x57, 0x48, 0x54, 0x88, 0xd4, 0x48, 0xc5, 0x01, 0x69, 0x6f, 0x28,
0x9a, 0x38, 0x47, 0x89, 0x85, 0xed, 0x31, 0x9e, 0xc9, 0xc2, 0x3e, 0xee, 0x5f, 0xb6, 0xff, 0xda,
0xca, 0x97, 0x71, 0x6c, 0xc7, 0x0e, 0x8e, 0x76, 0xdf, 0xe2, 0xf8, 0x37, 0xdf, 0x37, 0xe7, 0x3b,
0x1e, 0xfb, 0xc0, 0x96, 0xc3, 0x98, 0x18, 0x68, 0x8c, 0x39, 0x23, 0xc5, 0x76, 0x98, 0x60, 0x64,
0xd7, 0xd4, 0x8d, 0xcf, 0x53, 0xee, 0x5f, 0x29, 0xee, 0x6d, 0xef, 0x6e, 0xad, 0xa4, 0x31, 0xd3,
0x64, 0x96, 0xff, 0x7f, 0xad, 0x14, 0xa5, 0x6a, 0x15, 0xdd, 0x12, 0xe8, 0x58, 0xd4, 0x08, 0xae,
0x37, 0x6d, 0x87, 0xbd, 0x7e, 0x09, 0x2e, 0xb6, 0x46, 0x54, 0xd0, 0xa8, 0x45, 0x7d, 0x00, 0x3b,
0x57, 0x86, 0xc1, 0xb4, 0x7b, 0xdd, 0x44, 0x2e, 0xa8, 0x69, 0xab, 0xf8, 0x3c, 0x45, 0x2e, 0xc8,
0x39, 0xac, 0x0d, 0x29, 0xc7, 0xbd, 0xc2, 0x41, 0xa1, 0xb1, 0x79, 0xb1, 0xaf, 0xc4, 0xb6, 0x12,
0xf8, 0xf7, 0xf8, 0xf8, 0x9a, 0x72, 0x54, 0x3d, 0x92, 0x6c, 0xc3, 0x2f, 0x1a, 0x9b, 0x5a, 0x62,
0x6f, 0xf5, 0xa0, 0xd0, 0x28, 0xab, 0xfe, 0x45, 0xfd, 0x6b, 0x01, 0x76, 0x93, 0x0e, 0xdc, 0x66,
0x16, 0x47, 0x72, 0x09, 0xeb, 0x5c, 0x50, 0x31, 0xe5, 0x81, 0xc9, 0xef, 0xa9, 0x26, 0x7d, 0x0f,
0x51, 0x03, 0x94, 0xec, 0xc3, 0x86, 0x90, 0x4a, 0x7b, 0xc5, 0x83, 0x42, 0x63, 0x4d, 0x9d, 0xfd,
0x91, 0xb1, 0x87, 0x77, 0x50, 0xf1, 0xb6, 0xd0, 0xed, 0xfc, 0x84, 0xea, 0x8a, 0x51, 0x65, 0x03,
0xaa, 0xa1, 0xf2, 0x8f, 0x54, 0x55, 0x81, 0x62, 0xb7, 0xe3, 0x49, 0xaf, 0xaa, 0xc5, 0x6e, 0x27,
0xbd, 0x8e, 0x8b, 0x6f, 0xdb, 0xb0, 0xa1, 0x32, 0x26, 0xda, 0x6e, 0x03, 0x89, 0x0d, 0xe4, 0x06,
0x45, 0x9b, 0x99, 0x36, 0xb3, 0xd0, 0x12, 0xae, 0x22, 0x72, 0x72, 0x1e, 0xb7, 0x0b, 0x9f, 0x86,
0x79, 0x34, 0xc8, 0xa2, 0x76, 0x98, 0xb1, 0x22, 0x81, 0xd7, 0x57, 0x88, 0xe9, 0x39, 0xba, 0x8d,
0xbc, 0xd7, 0xb5, 0xa7, 0xf6, 0x84, 0x5a, 0x16, 0x1a, 0x8b, 0x1c, 0x13, 0xa8, 0x74, 0xfc, 0x33,
0xbe, 0x22, 0xb8, 0xe8, 0x0b, 0x47, 0xb7, 0xc6, 0x32, 0xc7, 0xfa, 0x0a, 0x79, 0x86, 0xed, 0x1b,
0xf4, 0xdc, 0x75, 0x2e, 0x74, 0x8d, 0x4b, 0xc3, 0x8b, 0x6c, 0xc3, 0x39, 0x78, 0x49, 0xcb, 0x01,
0x6c, 0xb5, 0x1d, 0xa4, 0x02, 0xdb, 0xcc, 0x30, 0x50, 0x13, 0x3a, 0xb3, 0xc8, 0x69, 0xea, 0xd2,
0x24, 0x26, 0x8d, 0x16, 0xb5, 0xbb, 0xbe, 0x42, 0x3e, 0x42, 0xa5, 0xe3, 0x30, 0x3b, 0x22, 0x7f,
0x9c, 0x2a, 0x1f, 0x87, 0x72, 0x8a, 0x0f, 0xa0, 0x7c, 0x4b, 0x79, 0x44, 0xbb, 0x99, 0xaa, 0x1d,
0x63, 0xa4, 0xf4, 0x1f, 0xa9, 0xe8, 0x35, 0x63, 0x46, 0x24, 0x9e, 0x17, 0x20, 0x1d, 0xe4, 0x9a,
0xa3, 0x0f, 0xa3, 0x01, 0x29, 0xe9, 0x15, 0xcc, 0x81, 0xd2, 0xaa, 0x95, 0x9b, 0x0f, 0x8d, 0x1f,
0x60, 0xd3, 0x0f, 0xfc, 0xca, 0xd0, 0x29, 0x27, 0x47, 0x0b, 0x5a, 0xe2, 0x11, 0x39, 0x03, 0xbb,
0x83, 0x0d, 0x37, 0x68, 0x5f, 0xf4, 0xaf, 0xcc, 0x46, 0x2c, 0x23, 0xd9, 0x07, 0xb8, 0x32, 0x04,
0x3a, 0xbe, 0xe6, 0x61, 0xaa, 0xe6, 0x0c, 0xc8, 0x29, 0x6a, 0x41, 0xb5, 0x3f, 0x61, 0x2f, 0xb3,
0x68, 0x38, 0x39, 0x49, 0x7f, 0xa0, 0xe3, 0x94, 0x94, 0x3f, 0xcd, 0x07, 0x87, 0x71, 0x3f, 0x42,
0xd5, 0x0f, 0xf3, 0x7f, 0xea, 0x08, 0xdd, 0x6b, 0xf2, 0xc9, 0x82, 0xc8, 0x43, 0x2a, 0x67, 0x39,
0xef, 0xa1, 0xec, 0xc6, 0x3a, 0x13, 0x6f, 0x66, 0x46, 0xbf, 0xac, 0xf4, 0x23, 0x94, 0x6e, 0x29,
0x9f, 0x29, 0x37, 0xb2, 0x4e, 0xc0, 0x9c, 0x70, 0xae, 0x03, 0xf0, 0x04, 0x15, 0x37, 0xb5, 0x70,
0x31, 0xcf, 0x38, 0xbe, 0x71, 0x48, 0x5a, 0x9c, 0xe4, 0x62, 0x43, 0x33, 0x0b, 0xaa, 0xf2, 0x50,
0xf4, 0x71, 0x6c, 0xa2, 0x25, 0x32, 0xba, 0x90, 0xa0, 0x16, 0x77, 0x7d, 0x0e, 0x0e, 0xfd, 0x10,
0x4a, 0xee, 0x5e, 0x82, 0x1b, 0x3c, 0x23, 0xbb, 0x28, 0x22, 0x9d, 0x9a, 0x39, 0xc8, 0xf9, 0xb3,
0xdc, 0xb5, 0x46, 0xf8, 0xba, 0xf0, 0x2c, 0x7b, 0x44, 0xce, 0xce, 0x4f, 0xa0, 0x2c, 0x4b, 0xf3,
0x85, 0x9b, 0x0b, 0xcb, 0x8f, 0x49, 0x1f, 0xe7, 0x41, 0xc3, 0x02, 0x82, 0xb7, 0x86, 0xef, 0x92,
0xfd, 0xd6, 0x58, 0x66, 0xf3, 0xcf, 0xc1, 0x84, 0x12, 0x0e, 0x49, 0xe4, 0x4c, 0x49, 0x1f, 0xfe,
0x94, 0xd4, 0x71, 0xad, 0xa6, 0xe4, 0xc5, 0xc3, 0x2a, 0x3e, 0xc1, 0xaf, 0xc1, 0xe8, 0x92, 0x7c,
0x4b, 0x25, 0x16, 0x87, 0x53, 0x53, 0xed, 0xe8, 0x4d, 0x2e, 0x54, 0xa7, 0xb0, 0xf3, 0x60, 0x8f,
0xdc, 0x2f, 0xa4, 0xff, 0x1d, 0x96, 0x93, 0x40, 0xb2, 0x2b, 0xb3, 0x69, 0x23, 0xce, 0xf5, 0xf8,
0xf8, 0xad, 0xcc, 0x0c, 0xf8, 0x4d, 0x45, 0x03, 0x29, 0xc7, 0xce, 0xdd, 0x7f, 0x3d, 0xe4, 0x9c,
0x8e, 0xb1, 0x2f, 0x1c, 0xa4, 0x66, 0x72, 0x42, 0xf0, 0x47, 0xe0, 0x0c, 0x38, 0x67, 0x87, 0x34,
0xd8, 0x09, 0x9e, 0xe5, 0x7f, 0x8d, 0x29, 0x9f, 0xb8, 0xc3, 0x91, 0x81, 0x02, 0x47, 0xc9, 0x23,
0xe9, 0x4e, 0xd8, 0x4a, 0x2a, 0x99, 0xa3, 0xa4, 0x01, 0xc0, 0x0d, 0x8a, 0x1e, 0x0a, 0x47, 0xd7,
0xb2, 0x3e, 0x1e, 0x33, 0x20, 0xa3, 0x2d, 0x29, 0x9c, 0x6c, 0xcb, 0xf5, 0x3f, 0x1f, 0xfe, 0x1e,
0xeb, 0x62, 0x32, 0x1d, 0xba, 0xd6, 0x2d, 0x9f, 0x3c, 0xd3, 0x59, 0xf0, 0xab, 0x25, 0xbb, 0xd1,
0xf2, 0x94, 0x5a, 0x61, 0x83, 0xed, 0xe1, 0x70, 0xdd, 0xfb, 0xeb, 0xf2, 0x7b, 0x00, 0x00, 0x00,
0xff, 0xff, 0x27, 0xad, 0x32, 0xbe, 0xa6, 0x0c, 0x00, 0x00,
// 961 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x97, 0xdd, 0x6e, 0xdb, 0x36,
0x14, 0xc7, 0x63, 0x3b, 0xcd, 0x9a, 0x13, 0xc7, 0x09, 0x88, 0x26, 0x33, 0xdc, 0x5e, 0xb8, 0xde,
0xd6, 0x3a, 0x4d, 0x6b, 0x17, 0x29, 0xb0, 0xed, 0x36, 0xb1, 0xb1, 0xd4, 0xd8, 0x02, 0xb4, 0x72,
0x3b, 0xec, 0xab, 0x30, 0x68, 0xf9, 0xcc, 0x16, 0x2a, 0x89, 0x0a, 0x49, 0x2f, 0xcd, 0xe5, 0x1e,
0x6a, 0xaf, 0xb2, 0xe7, 0x19, 0xf4, 0x41, 0x5a, 0x92, 0x25, 0x45, 0xde, 0x76, 0x67, 0x4a, 0x3f,
0xfe, 0xff, 0x3c, 0xe7, 0x90, 0xd4, 0x31, 0x1c, 0x72, 0xc6, 0xe4, 0xc4, 0x64, 0x8c, 0xcf, 0x7a,
0x1e, 0x67, 0x92, 0x91, 0x63, 0xc7, 0xb2, 0xff, 0x58, 0x8a, 0x70, 0xd4, 0xf3, 0x5f, 0x07, 0x6f,
0x5b, 0x75, 0x93, 0x39, 0x0e, 0x73, 0xc3, 0xe7, 0xad, 0x7a, 0x9c, 0x6a, 0x35, 0x2c, 0x57, 0x22,
0x77, 0xa9, 0x1d, 0x8d, 0xf7, 0x3c, 0xce, 0x3e, 0xdd, 0x46, 0x83, 0xc3, 0x19, 0x95, 0x34, 0x6e,
0xd1, 0x99, 0xc0, 0xd1, 0xb9, 0x6d, 0x33, 0xf3, 0x9d, 0xe5, 0xa0, 0x90, 0xd4, 0xf1, 0x0c, 0xbc,
0x5e, 0xa2, 0x90, 0xe4, 0x25, 0x6c, 0x4f, 0xa9, 0xc0, 0x66, 0xa5, 0x5d, 0xe9, 0xee, 0x9d, 0x3d,
0xea, 0x25, 0x96, 0x12, 0xf9, 0x5f, 0x89, 0xf9, 0x05, 0x15, 0x68, 0x04, 0x24, 0x79, 0x00, 0xf7,
0x4c, 0xb6, 0x74, 0x65, 0xb3, 0xd6, 0xae, 0x74, 0xf7, 0x8d, 0x70, 0xd0, 0xf9, 0xb3, 0x02, 0xc7,
0x69, 0x07, 0xe1, 0x31, 0x57, 0x20, 0x79, 0x05, 0x3b, 0x42, 0x52, 0xb9, 0x14, 0x91, 0xc9, 0xc3,
0x4c, 0x93, 0x71, 0x80, 0x18, 0x11, 0x4a, 0x1e, 0xc1, 0xae, 0x54, 0x4a, 0xcd, 0x6a, 0xbb, 0xd2,
0xdd, 0x36, 0x56, 0x0f, 0x72, 0xd6, 0xf0, 0x13, 0x34, 0x82, 0x25, 0x8c, 0x86, 0xff, 0x43, 0x74,
0xd5, 0xb8, 0xb2, 0x0d, 0x07, 0x5a, 0xf9, 0xbf, 0x44, 0xd5, 0x80, 0xea, 0x68, 0x18, 0x48, 0xd7,
0x8c, 0xea, 0x68, 0x98, 0x13, 0xc7, 0x5f, 0x15, 0xa8, 0x8f, 0x1c, 0x8f, 0x71, 0x69, 0xa0, 0x58,
0xda, 0xf2, 0xdf, 0x79, 0xb5, 0xe0, 0xbe, 0xc0, 0xb9, 0x83, 0xae, 0x14, 0xcd, 0x6a, 0xbb, 0xd6,
0xad, 0x19, 0x7a, 0x4c, 0x1e, 0xc2, 0x2e, 0x67, 0x37, 0x93, 0x95, 0x77, 0xcd, 0xb8, 0xcf, 0xd9,
0xcd, 0xc0, 0x1f, 0x93, 0x6f, 0xe0, 0x9e, 0xe5, 0xfe, 0xce, 0x44, 0x73, 0xbb, 0x5d, 0xeb, 0xee,
0x9d, 0x3d, 0xce, 0x34, 0xfb, 0x1e, 0x6f, 0x7f, 0xa4, 0xf6, 0x12, 0xdf, 0x50, 0x8b, 0x1b, 0x21,
0x7f, 0xf6, 0xf7, 0x31, 0xec, 0x1a, 0x8c, 0xc9, 0x81, 0xbf, 0xf1, 0x88, 0x07, 0xe4, 0x12, 0xe5,
0x80, 0x39, 0x1e, 0x73, 0xd1, 0x95, 0xfe, 0xea, 0x50, 0x90, 0x97, 0x49, 0x35, 0xbd, 0x8b, 0xd7,
0xd1, 0xa8, 0x86, 0xad, 0x27, 0x39, 0x33, 0x52, 0x78, 0x67, 0x8b, 0x38, 0x81, 0xa3, 0xbf, 0x01,
0xdf, 0x59, 0xe6, 0xc7, 0xc1, 0x82, 0xba, 0x2e, 0xda, 0x45, 0x8e, 0x29, 0x54, 0x39, 0x7e, 0x91,
0x9c, 0x11, 0x0d, 0xc6, 0x92, 0x5b, 0xee, 0x5c, 0xd5, 0xbf, 0xb3, 0x45, 0xae, 0xe1, 0xc1, 0x25,
0x06, 0xee, 0x96, 0x90, 0x96, 0x29, 0x94, 0xe1, 0x59, 0xbe, 0xe1, 0x1a, 0xbc, 0xa1, 0xe5, 0x04,
0x0e, 0x07, 0x1c, 0xa9, 0xc4, 0x01, 0xb3, 0x6d, 0x34, 0xa5, 0xc5, 0x5c, 0xf2, 0x3c, 0x73, 0x6a,
0x1a, 0x53, 0x46, 0x45, 0x5b, 0xa7, 0xb3, 0x45, 0x7e, 0x85, 0xc6, 0x90, 0x33, 0x2f, 0x26, 0xff,
0x2c, 0x53, 0x3e, 0x09, 0x95, 0x14, 0x9f, 0xc0, 0xfe, 0x6b, 0x2a, 0x62, 0xda, 0x27, 0x99, 0xda,
0x09, 0x46, 0x49, 0x3f, 0xce, 0x44, 0x2f, 0x18, 0xb3, 0x63, 0xe9, 0xb9, 0x01, 0x32, 0x44, 0x61,
0x72, 0x6b, 0x1a, 0x4f, 0x50, 0x2f, 0x3b, 0x82, 0x35, 0x50, 0x59, 0xf5, 0x4b, 0xf3, 0xda, 0xf8,
0x3d, 0xec, 0x85, 0x09, 0x3f, 0xb7, 0x2d, 0x2a, 0xc8, 0xd3, 0x82, 0x92, 0x04, 0x44, 0xc9, 0x84,
0xbd, 0x85, 0x5d, 0x3f, 0xd1, 0xa1, 0xe8, 0x57, 0xb9, 0x85, 0xd8, 0x44, 0x72, 0x0c, 0x70, 0x6e,
0x4b, 0xe4, 0xa1, 0xe6, 0x93, 0x4c, 0xcd, 0x15, 0x50, 0x52, 0xd4, 0x85, 0x83, 0xf1, 0xc2, 0xbf,
0x3e, 0x54, 0x6a, 0x04, 0x39, 0xcd, 0xde, 0xd0, 0x49, 0x4a, 0xc9, 0x3f, 0x2f, 0x07, 0xeb, 0x74,
0x7f, 0x80, 0x83, 0x30, 0x99, 0x6f, 0x28, 0x97, 0x56, 0x50, 0xe4, 0xd3, 0x82, 0x94, 0x6b, 0xaa,
0x64, 0x38, 0x3f, 0xc3, 0xbe, 0x9f, 0xd6, 0x95, 0xf8, 0x49, 0x6e, 0xea, 0x37, 0x95, 0xfe, 0x00,
0xf5, 0xd7, 0x54, 0xac, 0x94, 0xbb, 0x79, 0x27, 0x60, 0x4d, 0xb8, 0xd4, 0x01, 0xf8, 0x08, 0x0d,
0x3f, 0x6b, 0x7a, 0xb2, 0xc8, 0x39, 0xbe, 0x49, 0x48, 0x59, 0x9c, 0x96, 0x62, 0xb5, 0x99, 0x0b,
0x07, 0xea, 0x50, 0x8c, 0xc3, 0x0f, 0x4b, 0x4e, 0x15, 0x52, 0x54, 0x71, 0xd5, 0xd7, 0x60, 0xed,
0x87, 0x50, 0xf7, 0xd7, 0x32, 0x56, 0x1f, 0xb1, 0x6e, 0xee, 0x72, 0x15, 0xa2, 0x9c, 0x4e, 0x4a,
0x90, 0xeb, 0x67, 0x79, 0xe4, 0xce, 0xf0, 0x53, 0xe1, 0x59, 0x0e, 0x88, 0x92, 0x95, 0x5f, 0xc0,
0xbe, 0x0a, 0x2d, 0x14, 0x3e, 0x29, 0x0c, 0x3f, 0x21, 0xfd, 0xac, 0x0c, 0xaa, 0x03, 0x88, 0x6e,
0x8d, 0xd0, 0x25, 0xff, 0xd6, 0xd8, 0x64, 0xf1, 0xd7, 0x51, 0x67, 0xa5, 0x9b, 0x3b, 0xf2, 0xa2,
0x97, 0xdd, 0xb4, 0xf6, 0x32, 0xdb, 0xcc, 0x56, 0xaf, 0x2c, 0xae, 0xa3, 0xf8, 0x0d, 0x3e, 0x8b,
0x5a, 0xae, 0xf4, 0x2d, 0x95, 0x9a, 0xac, 0xbb, 0xbd, 0xd6, 0xd3, 0x3b, 0x39, 0xad, 0x4e, 0xe1,
0xe8, 0xbd, 0x37, 0xf3, 0xbf, 0x90, 0xe1, 0x77, 0x58, 0x75, 0x02, 0xe9, 0xaa, 0xac, 0xba, 0x8d,
0x24, 0x77, 0x25, 0xe6, 0x77, 0xe5, 0xcc, 0x86, 0xcf, 0x0d, 0xb4, 0x91, 0x0a, 0x1c, 0xbe, 0xfd,
0xe1, 0x0a, 0x85, 0xa0, 0x73, 0x1c, 0x4b, 0x8e, 0xd4, 0x49, 0x77, 0x08, 0x61, 0xeb, 0x9e, 0x03,
0x97, 0xac, 0x90, 0x09, 0x47, 0xd1, 0x5e, 0xfe, 0xce, 0x5e, 0x8a, 0x85, 0xdf, 0x1c, 0xd9, 0x28,
0x71, 0x96, 0x3e, 0x92, 0xfe, 0x3f, 0x83, 0x5e, 0x26, 0x59, 0x22, 0xa4, 0x09, 0xc0, 0x25, 0xca,
0x2b, 0x94, 0xdc, 0x32, 0xf3, 0x3e, 0x1e, 0x2b, 0x20, 0xa7, 0x2c, 0x19, 0x9c, 0x2e, 0xcb, 0x18,
0x76, 0xc2, 0xc6, 0x97, 0x74, 0x32, 0x27, 0xa9, 0xae, 0xb8, 0xa8, 0x69, 0xd2, 0x9d, 0x73, 0xec,
0x52, 0xbc, 0x44, 0x19, 0x3e, 0x0e, 0x7a, 0xc5, 0x9c, 0x4b, 0x31, 0x09, 0x15, 0x5f, 0x8a, 0x69,
0x36, 0x16, 0x41, 0xdd, 0x40, 0xff, 0x45, 0x14, 0xc7, 0x97, 0x79, 0x7b, 0x32, 0xde, 0xe0, 0xdf,
0x91, 0xf7, 0x8b, 0x6f, 0x7f, 0xf9, 0x7a, 0x6e, 0xc9, 0xc5, 0x72, 0xea, 0xbf, 0xe9, 0x87, 0xe8,
0x0b, 0x8b, 0x45, 0xbf, 0xfa, 0x6a, 0x93, 0xf6, 0x83, 0xd9, 0x7d, 0xed, 0xe1, 0x4d, 0xa7, 0x3b,
0xc1, 0xa3, 0x57, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xeb, 0x1d, 0x3d, 0x3c, 0x75, 0x0e, 0x00,
0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
@ -383,6 +456,10 @@ type RootCoordClient interface {
SegmentFlushCompleted(ctx context.Context, in *datapb.SegmentFlushCompletedMsg, opts ...grpc.CallOption) (*commonpb.Status, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
Import(ctx context.Context, in *milvuspb.ImportRequest, opts ...grpc.CallOption) (*milvuspb.ImportResponse, error)
GetImportState(ctx context.Context, in *milvuspb.GetImportStateRequest, opts ...grpc.CallOption) (*milvuspb.GetImportStateResponse, error)
ReportImport(ctx context.Context, in *ImportResult, opts ...grpc.CallOption) (*commonpb.Status, error)
}
type rootCoordClient struct {
@ -627,6 +704,33 @@ func (c *rootCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetric
return out, nil
}
func (c *rootCoordClient) Import(ctx context.Context, in *milvuspb.ImportRequest, opts ...grpc.CallOption) (*milvuspb.ImportResponse, error) {
out := new(milvuspb.ImportResponse)
err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/Import", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *rootCoordClient) GetImportState(ctx context.Context, in *milvuspb.GetImportStateRequest, opts ...grpc.CallOption) (*milvuspb.GetImportStateResponse, error) {
out := new(milvuspb.GetImportStateResponse)
err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/GetImportState", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *rootCoordClient) ReportImport(ctx context.Context, in *ImportResult, opts ...grpc.CallOption) (*commonpb.Status, error) {
out := new(commonpb.Status)
err := c.cc.Invoke(ctx, "/milvus.proto.rootcoord.RootCoord/ReportImport", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// RootCoordServer is the server API for RootCoord service.
type RootCoordServer interface {
GetComponentStates(context.Context, *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error)
@ -702,6 +806,10 @@ type RootCoordServer interface {
SegmentFlushCompleted(context.Context, *datapb.SegmentFlushCompletedMsg) (*commonpb.Status, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
GetMetrics(context.Context, *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
// https://wiki.lfaidata.foundation/display/MIL/MEP+24+--+Support+bulk+load
Import(context.Context, *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error)
GetImportState(context.Context, *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error)
ReportImport(context.Context, *ImportResult) (*commonpb.Status, error)
}
// UnimplementedRootCoordServer can be embedded to have forward compatible implementations.
@ -786,6 +894,15 @@ func (*UnimplementedRootCoordServer) SegmentFlushCompleted(ctx context.Context,
func (*UnimplementedRootCoordServer) GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetMetrics not implemented")
}
func (*UnimplementedRootCoordServer) Import(ctx context.Context, req *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method Import not implemented")
}
func (*UnimplementedRootCoordServer) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetImportState not implemented")
}
func (*UnimplementedRootCoordServer) ReportImport(ctx context.Context, req *ImportResult) (*commonpb.Status, error) {
return nil, status.Errorf(codes.Unimplemented, "method ReportImport not implemented")
}
func RegisterRootCoordServer(s *grpc.Server, srv RootCoordServer) {
s.RegisterService(&_RootCoord_serviceDesc, srv)
@ -1259,6 +1376,60 @@ func _RootCoord_GetMetrics_Handler(srv interface{}, ctx context.Context, dec fun
return interceptor(ctx, in, info, handler)
}
func _RootCoord_Import_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(milvuspb.ImportRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(RootCoordServer).Import(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/milvus.proto.rootcoord.RootCoord/Import",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(RootCoordServer).Import(ctx, req.(*milvuspb.ImportRequest))
}
return interceptor(ctx, in, info, handler)
}
func _RootCoord_GetImportState_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(milvuspb.GetImportStateRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(RootCoordServer).GetImportState(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/milvus.proto.rootcoord.RootCoord/GetImportState",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(RootCoordServer).GetImportState(ctx, req.(*milvuspb.GetImportStateRequest))
}
return interceptor(ctx, in, info, handler)
}
func _RootCoord_ReportImport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ImportResult)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(RootCoordServer).ReportImport(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/milvus.proto.rootcoord.RootCoord/ReportImport",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(RootCoordServer).ReportImport(ctx, req.(*ImportResult))
}
return interceptor(ctx, in, info, handler)
}
var _RootCoord_serviceDesc = grpc.ServiceDesc{
ServiceName: "milvus.proto.rootcoord.RootCoord",
HandlerType: (*RootCoordServer)(nil),
@ -1367,6 +1538,18 @@ var _RootCoord_serviceDesc = grpc.ServiceDesc{
MethodName: "GetMetrics",
Handler: _RootCoord_GetMetrics_Handler,
},
{
MethodName: "Import",
Handler: _RootCoord_Import_Handler,
},
{
MethodName: "GetImportState",
Handler: _RootCoord_GetImportState_Handler,
},
{
MethodName: "ReportImport",
Handler: _RootCoord_ReportImport_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "root_coord.proto",

View File

@ -206,15 +206,7 @@ func (coord *DataCoordMock) DropVirtualChannel(ctx context.Context, req *datapb.
return &datapb.DropVirtualChannelResponse{}, nil
}
func (coord *DataCoordMock) Import(ctx context.Context, req *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
return &milvuspb.ImportResponse{}, nil
}
func (coord *DataCoordMock) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
return &milvuspb.GetImportStateResponse{}, nil
}
func (coord *DataCoordMock) CompleteImport(ctx context.Context, req *datapb.ImportResult) (*commonpb.Status, error) {
func (coord *DataCoordMock) Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error) {
return &commonpb.Status{}, nil
}

View File

@ -2095,3 +2095,38 @@ func (c *Core) AlterAlias(ctx context.Context, in *milvuspb.AlterAliasRequest) (
metrics.RootCoordDDLWriteTypeLatency.WithLabelValues("AlterAlias", in.CollectionName).Observe(float64(tr.ElapseSpan().Milliseconds()))
return succStatus(), nil
}
// Import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments
func (c *Core) Import(ctx context.Context, req *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error) {
log.Info("receive import request")
resp := &milvuspb.ImportResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
},
}
return resp, nil
}
// Check import task state from datanode
func (c *Core) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error) {
log.Info("receive get import state request")
resp := &milvuspb.GetImportStateResponse{
Status: &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
},
}
return resp, nil
}
// Report impot task state to rootcoord
func (c *Core) ReportImport(ctx context.Context, req *rootcoordpb.ImportResult) (*commonpb.Status, error) {
log.Info("receive complete import request")
resp := &commonpb.Status{
ErrorCode: commonpb.ErrorCode_UnexpectedError,
}
return resp, nil
}

View File

@ -76,7 +76,7 @@ type DataNode interface {
//
// Return status indicates if this operation is processed successfully or fail cause;
// error is always nil
Import(ctx context.Context, req *milvuspb.ImportRequest) (*commonpb.Status, error)
Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error)
}
// DataNodeComponent is used by grpc server of DataNode
@ -274,26 +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 *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error)
// Check import task state from datanode
//
// ctx is the context to control request deadline and cancellation
// req contains the request params, including a task id
//
// The `Status` in response struct `GetImportStateResponse` indicates if this operation is processed successfully or fail cause;
// the `state` in `GetImportStateResponse` return the state of the import task.
// error is always nil
GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error)
// Report impot task state to datacoord
//
// ctx is the context to control request deadline and cancellation
// req contains the import results, including imported row count and an id list of generated segments
//
// response status contains the status/error code and failing reason if any error is returned
// error is always nil
CompleteImport(ctx context.Context, req *datapb.ImportResult) (*commonpb.Status, error)
Import(ctx context.Context, req *datapb.ImportTask) (*commonpb.Status, error)
}
// DataCoordComponent defines the interface of DataCoord component.
@ -653,6 +634,34 @@ type RootCoordComponent interface {
// GetMetrics notifies RootCoordComponent to collect metrics for specified component
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
// Import data files(json, numpy, etc.) on MinIO/S3 storage, read and parse them into sealed segments
//
// ctx is the context to control request deadline and cancellation
// req contains the request params, including file path and options
//
// Return status indicates if this operation is processed successfully or fail cause;
// error is always nil
Import(ctx context.Context, req *milvuspb.ImportRequest) (*milvuspb.ImportResponse, error)
// Check import task state from datanode
//
// ctx is the context to control request deadline and cancellation
// req contains the request params, including a task id
//
// The `Status` in response struct `GetImportStateResponse` indicates if this operation is processed successfully or fail cause;
// the `state` in `GetImportStateResponse` return the state of the import task.
// error is always nil
GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest) (*milvuspb.GetImportStateResponse, error)
// Report impot task state to rootcoord
//
// ctx is the context to control request deadline and cancellation
// req contains the import results, including imported row count and an id list of generated segments
//
// response status contains the status/error code and failing reason if any error is returned
// error is always nil
ReportImport(ctx context.Context, req *rootcoordpb.ImportResult) (*commonpb.Status, error)
}
// Proxy is the interface `proxy` package implements

View File

@ -119,14 +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 *milvuspb.ImportRequest, opts ...grpc.CallOption) (*milvuspb.ImportResponse, error) {
return &milvuspb.ImportResponse{}, m.Err
}
func (m *DataCoordClient) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest, opts ...grpc.CallOption) (*milvuspb.GetImportStateResponse, error) {
return &milvuspb.GetImportStateResponse{}, m.Err
}
func (m *DataCoordClient) CompleteImport(ctx context.Context, req *datapb.ImportResult, opts ...grpc.CallOption) (*commonpb.Status, error) {
func (m *DataCoordClient) Import(ctx context.Context, req *datapb.ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error) {
return &commonpb.Status{}, m.Err
}

View File

@ -55,6 +55,6 @@ func (m *DataNodeClient) Compaction(ctx context.Context, req *datapb.CompactionP
return &commonpb.Status{}, m.Err
}
func (m *DataNodeClient) Import(ctx context.Context, req *milvuspb.ImportRequest, opts ...grpc.CallOption) (*commonpb.Status, error) {
func (m *DataNodeClient) Import(ctx context.Context, req *datapb.ImportTask, opts ...grpc.CallOption) (*commonpb.Status, error) {
return &commonpb.Status{}, m.Err
}

View File

@ -134,3 +134,15 @@ func (m *RootCoordClient) SegmentFlushCompleted(ctx context.Context, in *datapb.
func (m *RootCoordClient) GetMetrics(ctx context.Context, in *milvuspb.GetMetricsRequest, opts ...grpc.CallOption) (*milvuspb.GetMetricsResponse, error) {
return &milvuspb.GetMetricsResponse{}, m.Err
}
func (m *RootCoordClient) Import(ctx context.Context, req *milvuspb.ImportRequest, opts ...grpc.CallOption) (*milvuspb.ImportResponse, error) {
return &milvuspb.ImportResponse{}, m.Err
}
func (m *RootCoordClient) GetImportState(ctx context.Context, req *milvuspb.GetImportStateRequest, opts ...grpc.CallOption) (*milvuspb.GetImportStateResponse, error) {
return &milvuspb.GetImportStateResponse{}, m.Err
}
func (m *RootCoordClient) ReportImport(ctx context.Context, req *rootcoordpb.ImportResult, opts ...grpc.CallOption) (*commonpb.Status, error) {
return &commonpb.Status{}, m.Err
}