feat: deprecate Region::Partition use partition expr instead (#256)
* feat: deprecate Region::Partition use partition expr instead Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * merge origin/main Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * put partition expr into Partition Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> --------- Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
This commit is contained in:
@@ -904,7 +904,7 @@ static const ::_pb::Message* const file_default_instances[] = {
|
||||
const char descriptor_table_protodef_greptime_2fv1_2fregion_2fserver_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
|
||||
"\n\037greptime/v1/region/server.proto\022\022grept"
|
||||
"ime.v1.region\032\030greptime/v1/common.proto\032"
|
||||
"\025greptime/v1/row.proto\032\025greptime/v1/ddl."
|
||||
"\025greptime/v1/ddl.proto\032\025greptime/v1/row."
|
||||
"proto\"\344\001\n\023RegionRequestHeader\022T\n\017tracing"
|
||||
"_context\030\005 \003(\0132;.greptime.v1.region.Regi"
|
||||
"onRequestHeader.TracingContextEntry\022\016\n\006d"
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
#include <google/protobuf/map_field_inl.h>
|
||||
#include <google/protobuf/unknown_field_set.h>
|
||||
#include "greptime/v1/common.pb.h"
|
||||
#include "greptime/v1/row.pb.h"
|
||||
#include "greptime/v1/ddl.pb.h"
|
||||
#include "greptime/v1/row.pb.h"
|
||||
// @@protoc_insertion_point(includes)
|
||||
#include <google/protobuf/port_def.inc>
|
||||
#define PROTOBUF_INTERNAL_EXPORT_greptime_2fv1_2fregion_2fserver_2eproto
|
||||
|
||||
Reference in New Issue
Block a user