[
https://issues.apache.org/jira/browse/DRILL-7969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419650#comment-17419650
]
ASF GitHub Bot commented on DRILL-7969:
---------------------------------------
dzamo commented on pull request #2321:
URL: https://github.com/apache/drill/pull/2321#issuecomment-926445605
Hi @vdiravka, @vvysotskyi. The only new thing I have to add to the
discussion of this PR is a request on the Maven dependencies. Please may you
look at what I've done in the `pom.xml` files to see whether it can be done
better? I struggled for a long time to get aircompressor-0.1 out of
drill-hive-exec-shaded-1.20.0-SNAPSHOT.jar. In the end the only thing that
worked was shading it to a new namespace with `<relocate>`. Maven just seeemd
to ignore my `<exclusion>` attempts, either under `<dependency>` or under the
maven-shade-plugin config. I'm still confused about this.
--
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]
> Add support for reading and writing Parquet files using Brotli, LZ4 and
> Zstandard codecs
> ----------------------------------------------------------------------------------------
>
> Key: DRILL-7969
> URL: https://issues.apache.org/jira/browse/DRILL-7969
> Project: Apache Drill
> Issue Type: Improvement
> Components: Storage - Parquet
> Reporter: James Turton
> Assignee: James Turton
> Priority: Minor
> Fix For: 1.20.0
>
>
> All of these codecs have been standardised for the Parquet file format and
> all have support in parquet-mr. Note that LZO is GPL-licensed and therefore
> excluded.
> This improvement will allow Drill users to query more existing Parquet files,
> and give them more choices of codec with they write new Parquet files using
> Drill.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)