Hi,
great library :)
Would it be possible to release a new version with all dependencies shaded?
Especially those:
- org.apache.calcite:calcite-core
- org.apache.calcite:calcite-druid
- org.apache.calcite:calcite-linq4j
- org.apache.calcite:calcite-avatica
- org.apache.parquet", "parquet-column"
- org.apache.parquet", "parquet-hadoop-bundle"
- org.apache.hive", "hive-exec"
- org.apache.hadoop", "hadoop-common"
I would like to use this library for creating tests for one of the Apache Flink connectors but I have very nasty conflicts on those libraries, since Flink also have those but with different versions that are not binary compatible with eachother.
Having this library with shaded dependencies would solve the problem
Hi,
great library :)
Would it be possible to release a new version with all dependencies shaded?
Especially those:
I would like to use this library for creating tests for one of the Apache Flink connectors but I have very nasty conflicts on those libraries, since Flink also have those but with different versions that are not binary compatible with eachother.
Having this library with shaded dependencies would solve the problem