yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021055702
########## gensrc/thrift/PaloInternalService.thrift: ########## @@ -179,6 +179,8 @@ struct TQueryOptions { 51: optional bool enable_new_shuffle_hash_method 52: optional i32 be_exec_version = 0 + + 53: optional bool enable_partitioned_hash_join = false Review Comment: please set default value to true. If not we could not make sure we passed Test Pipeline. -- 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