hmatu 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_r363113182
 
 

 ##########
 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:
   rebase master branch.

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

Reply via email to