nsivabalan commented on a change in pull request #3074:
URL: https://github.com/apache/hudi/pull/3074#discussion_r656542270
##########
File path:
hudi-integ-test/src/main/java/org/apache/hudi/integ/testsuite/configuration/DeltaConfig.java
##########
@@ -189,6 +190,10 @@ public boolean validateClean() {
return Boolean.valueOf(configsMap.getOrDefault(VALIDATE_CLEAN,
false).toString());
}
+ public boolean doEnableRowWriting() {
Review comment:
I usually get a confusion if we can name the method same as variable
name and hence didn't name the method "enableRowWriting". do you know whats the
guideline here
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]