eldenmoon commented on code in PR #49594:
URL: https://github.com/apache/doris/pull/49594#discussion_r2017853087
##########
be/src/vec/data_types/data_type_object.cpp:
##########
@@ -113,6 +114,7 @@ char* DataTypeObject::serialize(const IColumn& column,
char* buf, int be_exec_ve
++num_of_columns;
PColumnMeta column_meta_pb;
column_meta_pb.set_name(entry->path.get_path());
+ entry->path.to_protobuf(column_meta_pb.mutable_column_path(), -1 /*not
used here*/);
Review Comment:
OK, I tested it and it worked fine, since protobuf is compatible without
version in doris
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]