yiguolei commented on code in PR #47815:
URL: https://github.com/apache/doris/pull/47815#discussion_r1952161945


##########
gensrc/thrift/Partitions.thrift:
##########
@@ -43,13 +43,13 @@ enum TPartitionType {
   BUCKET_SHFFULE_HASH_PARTITIONED,
 
   // used for shuffle data by parititon and tablet
-  TABLET_SINK_SHUFFLE_PARTITIONED,

Review Comment:
   增加整数标识,例如
   TPartitionType {     
     UNPARTITIONED = 0,
     // round-robin partition     // round-robin partition
     RANDOM = 1,
   。。。。



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to