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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]