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/05/04 17:10:35 UTC

[GitHub] [incubator-hudi] bschell commented on a change in pull request #1578: [HUDI-305] Add Hudi changes for Presto MOR query support

bschell commented on a change in pull request #1578:
URL: https://github.com/apache/incubator-hudi/pull/1578#discussion_r419591469



##########
File path: packaging/hudi-presto-bundle/pom.xml
##########
@@ -128,5 +133,18 @@
       <artifactId>hudi-hadoop-mr-bundle</artifactId>
       <version>${project.version}</version>
     </dependency>
+
+    <!-- Parquet -->
+    <dependency>
+      <groupId>org.apache.parquet</groupId>

Review comment:
       These are used by the HoodieParquetRealtimeRecordReader that is now being used for presto MOR realtime queries. The record reader will fail if these dependencies are there.




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