danny0405 commented on a change in pull request #3938:
URL: https://github.com/apache/hudi/pull/3938#discussion_r744375865
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -312,7 +312,7 @@
public static final ConfigProperty<String>
EMBEDDED_TIMELINE_SERVER_USE_ASYNC_ENABLE = ConfigProperty
.key("hoodie.embed.timeline.server.async")
- .defaultValue("false")
+ .defaultValue("true")
Review comment:
Does the async timeline server has overlapping logic with metadata table
? If you user opens a metadata table, a better solution is reading the inc
files from that.
--
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]