nsivabalan commented on code in PR #13290:
URL: https://github.com/apache/hudi/pull/13290#discussion_r2112572418


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -841,6 +841,15 @@ public class HoodieWriteConfig extends HoodieConfig {
       .sinceVersion("1.0.0")
       .withDocumentation("Whether to enable incremental table service. So far 
Clustering and Compaction support incremental processing.");
 
+  public static final ConfigProperty<Boolean> 
STREAMING_WRITES_TO_METADATA_TABLE = ConfigProperty
+      .key("hoodie.write.streaming.writes.to.metadata")

Review Comment:
   actually we might have some plans to do streaming for other engines down the 
line. So, gonna revert 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to