YannByron commented on a change in pull request #4083:
URL: https://github.com/apache/hudi/pull/4083#discussion_r780737251



##########
File path: 
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/InputPathHandler.java
##########
@@ -117,9 +124,10 @@ private void parseInputPaths(Path[] inputPaths, 
List<String> incrementalTables)
     }
   }
 
-  private void tagAsIncrementalOrSnapshot(Path inputPath, String tableName,
+  private void tagAsIncrementalOrSnapshot(Path inputPath, String databaseName, 
String tableName,

Review comment:
       can change the definition of this method to 
tagAsIncrementalOrSnapshot(Path inputPath, HoodieTableMetaClient metaClient, 
List<String> incrementalTables)?
   Inside, get the database name and the table name.




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to