smarthi commented on a change in pull request #1237: [MINOR] Code Cleanup,
remove redundant code, and other changes
URL: https://github.com/apache/incubator-hudi/pull/1237#discussion_r368200919
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieParquetInputFormat.java
##########
@@ -171,15 +167,15 @@
return false;
})
.collect(Collectors.joining(","));
- if (incrementalInputPaths == null || incrementalInputPaths.isEmpty()) {
Review comment:
good catch- fixed it
----------------------------------------------------------------
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