YuweiXiao commented on code in PR #4480:
URL: https://github.com/apache/hudi/pull/4480#discussion_r869800067


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/HoodieBucketIndex.java:
##########
@@ -138,27 +112,20 @@ public boolean isGlobal() {
 
   @Override
   public boolean canIndexLogFiles() {
-    return false;
+    return true;

Review Comment:
   For consistent hashing index, yes. For simple bucket index, have to create 
the base file first (whose naming contains the bucket number)



-- 
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]

Reply via email to