Nitin-Kashyap commented on code in PR #27784:
URL: https://github.com/apache/doris/pull/27784#discussion_r1414213430
##########
gensrc/thrift/Partitions.thrift:
##########
@@ -21,6 +21,13 @@ namespace java org.apache.doris.thrift
include "Exprs.thrift"
include "Types.thrift"
+enum THashType {
+ CRC32,
+ XXHASH64,
+ SPARK_MURMUR32,
+ HIVE_MOD
Review Comment:
Left as a place holder, so that I can add the same for Hive and Hudi
bucketed files
--
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]