heguanhui commented on code in PR #60323:
URL: https://github.com/apache/doris/pull/60323#discussion_r3532410354
##########
gensrc/thrift/Types.thrift:
##########
@@ -764,6 +764,7 @@ enum TMetadataType {
PAIMON = 12,
PARQUET = 13,
STREAMS = 14,
+ BROKERS = 15,
Review Comment:
Thanks for the suggestion. However, currently none of the other TVFs handle
upgrade compatibility either. To keep consistency with existing
implementations, we won’t address it separately in this PR for now. If there is
a unified upgrade compatibility solution in the future, we can support it then.
--
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]