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:
@@ -62,6 +62,7 @@ message Column {
|
||||
|
||||
repeated ListValue list_values = 40;
|
||||
repeated StructValue struct_values = 41;
|
||||
repeated Values json_values = 42;
|
||||
}
|
||||
|
||||
// The array of non-null values in this column.
|
||||
|
||||
Reference in New Issue
Block a user