kangpinghuang commented on a change in pull request #2453: add block split
bloom filter
URL: https://github.com/apache/incubator-doris/pull/2453#discussion_r358168587
##########
File path: be/src/olap/rowset/segment_v2/options.h
##########
@@ -28,6 +30,12 @@ struct PageBuilderOptions {
size_t data_page_size = DEFAULT_PAGE_SIZE;
size_t dict_page_size = DEFAULT_PAGE_SIZE;
+
+ HashStrategyPB hash_strategy = HASH_MURMUR3_X64_64;
Review comment:
remove it
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]