You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Volodymyr Vysotskyi (JIRA)" <ji...@apache.org> on 2019/01/30 17:00:00 UTC

[jira] [Updated] (DRILL-7017) lz4 codec for (un)compression

     [ https://issues.apache.org/jira/browse/DRILL-7017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volodymyr Vysotskyi updated DRILL-7017:
---------------------------------------
    Description: 
I didn't find in the documentation what compression formats are supported. But as it's possible to use drill on compressed file, like
{code:java}
SELECT * FROM tmp.`myfile.csv.gz`;
{code}
It will be useful to have the possibility to use this functionality for lz4 file ([https://github.com/lz4/lz4])

 

  was:
I didn't find in the documentation what compression formats are supported. But as it's possible to use drill on compressed file, like
{code:java}
SELECT * FROM tmp.`myfile.csv.gz`;
{code}
It will be useful to have the possibility to use this functionality for lz4 file ([https://github.com/lz4/lz4)]

 


> lz4 codec for (un)compression
> -----------------------------
>
>                 Key: DRILL-7017
>                 URL: https://issues.apache.org/jira/browse/DRILL-7017
>             Project: Apache Drill
>          Issue Type: Wish
>          Components: Storage - Text &amp; CSV
>    Affects Versions: 1.15.0
>            Reporter: benj
>            Priority: Major
>
> I didn't find in the documentation what compression formats are supported. But as it's possible to use drill on compressed file, like
> {code:java}
> SELECT * FROM tmp.`myfile.csv.gz`;
> {code}
> It will be useful to have the possibility to use this functionality for lz4 file ([https://github.com/lz4/lz4])
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)