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 2019/05/05 06:16:13 UTC

[GitHub] [incubator-hudi] ambition119 commented on a change in pull request #657: [HUDI-57] support orc file

ambition119 commented on a change in pull request #657: [HUDI-57] support orc file
URL: https://github.com/apache/incubator-hudi/pull/657#discussion_r281006021
 
 

 ##########
 File path: hoodie-client/pom.xml
 ##########
 @@ -208,6 +208,12 @@
         <version>3.0.4</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.orc</groupId>
+      <artifactId>orc-core</artifactId>
+      <version>1.4.3</version>
 
 Review comment:
   > please pull version into a property like with `parquet.version`
   
   I fixed this, thanks

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