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



##########
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:
       Yes, but the outer layer also needs databaseName and tableName. I'm not 
sure which is better




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


Reply via email to