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 aren't 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:
[email protected]