You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/18 07:32:19 UTC

[GitHub] kishoreg commented on a change in pull request #3852: add support for parquet reader

kishoreg commented on a change in pull request #3852: add support for parquet reader
URL: https://github.com/apache/incubator-pinot/pull/3852#discussion_r257577798
 
 

 ##########
 File path: pinot-core/pom.xml
 ##########
 @@ -213,5 +213,32 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-math</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.parquet</groupId>
+      <artifactId>parquet-avro</artifactId>
+      <version>${parquet.version}</version>
+    </dependency>
+
+    <dependency>
 
 Review comment:
   Hadoop brings a lot of dependencies. Its better to avoid pulling in those dependencies  Is there a way to get the schema without depending on Hadoop libs?
   
   If we have to depend on Hadoop then its better to add code into pinot-hadoop module?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org