nsivabalan commented on code in PR #7243:
URL: https://github.com/apache/hudi/pull/7243#discussion_r1026777078
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -386,6 +386,12 @@ public class HoodieWriteConfig extends HoodieConfig {
.withDocumentation("Timeline archiving removes older instants from the
timeline, after each write operation, to minimize metadata overhead. "
+ "Controls whether or not, the write should be failed as well, if
such archiving fails.");
+ public static final ConfigProperty<String>
FAIL_ON_TABLE_SERVICE_EXCEPTION_ENABLE = ConfigProperty
+ .key("hoodie.deltastreamer.fail.writes.on.inline.table.service.errors")
Review Comment:
lets always align the variable name to config key. for eg, key has "errors",
where as variable has "EXCEPTION".
--
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]