abstractdog commented on code in PR #4035:
URL: https://github.com/apache/hive/pull/4035#discussion_r1115394907


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java:
##########
@@ -798,7 +798,7 @@ && shouldBootstrapDumpAcidTable(table.getTableName())) {
     return !ReplUtils.tableIncludedInReplScope(work.oldReplScope, 
table.getTableName());
   }
 
-  private boolean isTableSatifiesConfig(Table table) {
+  private boolean isTableSatisfiesConfig(Table table) {

Review Comment:
   if we're about grammar, and this is a private method (we won't break 
anything), isn't it "doesTableSatisfyConfig instead?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to