SemyonSinchenko commented on issue #738:
URL: 
https://github.com/apache/incubator-graphar/issues/738#issuecomment-3244482790

   Can we anyhow separate the java-kernel from IO? For me, if we include 
anything for parquet (or Hadoop) to the core, users will face a dependencies 
hell. Shading does not sound as a good option for me, because parquet-java is 
about 3 Mbs and if add more, we will end with a JAR of 100 Mbs.
   
   Like:
   - `org.apache.graphar.java`
   - `org.apache.graphar.java-io`
   
   Or something like this. For example, I want to use the future Java lib for 
creating GraphFrames integration, but I need only the logic of schemas and 
paths resolving and actual reading will be done by Spark.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to