YuweiXiao commented on a change in pull request #3173:
URL: https://github.com/apache/hudi/pull/3173#discussion_r759777677
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieIndexConfig.java
##########
@@ -54,7 +63,7 @@
.key("hoodie.index.type")
.noDefaultValue()
.withDocumentation("Type of index to use. Default is Bloom filter. "
- + "Possible options are [BLOOM | GLOBAL_BLOOM |SIMPLE |
GLOBAL_SIMPLE | INMEMORY | HBASE]. "
+ + "Possible options are [BLOOM | GLOBAL_BLOOM |SIMPLE |
GLOBAL_SIMPLE | INMEMORY | HBASE | BUCKET]. "
Review comment:
BUCKET_INDEX rather than BUCKET, should be consistent with
HoodieIndex::IndexType
--
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]