leesf commented on code in PR #4480:
URL: https://github.com/apache/hudi/pull/4480#discussion_r869106555
##########
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:
can directly append to log 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]