feat: add new json format (#281)
* feat: add new json format
* refactor: rename native format
* chore: store nested data type in json_native_extension
* feat: use json as a concrete type in proto
* Revert "feat: add `BuildIndexRequest` to `RegionRequestHeader` (#276)"
This reverts commit ee46a0eeaa.
This commit is contained in:
@@ -59,7 +59,6 @@ message RegionRequest {
|
||||
BulkInsertRequest bulk_insert = 16;
|
||||
SyncRequest sync = 17;
|
||||
ListMetadataRequest list_metadata = 18;
|
||||
BuildIndexRequest build_index = 19;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -268,7 +267,3 @@ message SyncRequest {
|
||||
message ListMetadataRequest {
|
||||
repeated uint64 region_ids = 1;
|
||||
}
|
||||
|
||||
message BuildIndexRequest {
|
||||
uint64 region_id = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user