maheshk114 commented on a change in pull request #722: HIVE-21956 : Add the
list of table selected by dump in the dump folder.
URL: https://github.com/apache/hive/pull/722#discussion_r303291754
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java
##########
@@ -219,13 +224,33 @@ private boolean shouldBootstrapDumpTable(Table table) {
return !ReplUtils.tableIncludedInReplScope(work.oldReplScope,
table.getTableName());
}
+ private boolean isTableSatifiesConfig(Table table) {
Review comment:
i think ..its a very simple function ..the intend can be understood by
reading the code :)
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]