You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/05 19:48:03 UTC

[GitHub] [incubator-hudi] hmatu commented on a change in pull request #1186: [Hudi 501] Execute docker/setup_demo.sh in any directory

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:
users@infra.apache.org


With regards,
Apache Git Services