yuehan124 commented on a change in pull request #1186: [HUDI-501] Execute
docker/setup_demo.sh in any directory
URL: https://github.com/apache/incubator-hudi/pull/1186#discussion_r363187764
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/HiveIncrementalPuller.java
##########
@@ -112,7 +112,7 @@ public HiveIncrementalPuller(Config config) throws
IOException {
this.config = config;
validateConfig(config);
String templateContent =
-
FileIOUtils.readAsUTFString(this.getClass().getResourceAsStream("IncrementalPull.sqltemplate"));
+
FileIOUtils.readAsUTFString(this.getClass().getResourceAsStream("/IncrementalPull.sqltemplate"));
Review comment:
hi @hmatu, Very sorry. I'm not familiar with submitting PR for the first
time. Redundant code has been submitted, Can you help delete this pull, I will
create a new PR
----------------------------------------------------------------
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