You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Arik Funke (Jira)" <ji...@apache.org> on 2019/09/03 10:28:00 UTC

[jira] [Created] (ARROW-6423) [Python] pyarrow.CompressedOutputStream() never completes with compression='snappy'

Arik Funke created ARROW-6423:
---------------------------------

             Summary: [Python] pyarrow.CompressedOutputStream() never completes with compression='snappy'
                 Key: ARROW-6423
                 URL: https://issues.apache.org/jira/browse/ARROW-6423
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 0.14.1
            Reporter: Arik Funke


On python, the execution of {{CompressedOutputSteam(stream, compression='snappy')}} never completes.
 
{color:#000000}raw {color}{color:#000000}={color}{color:#000000} pa.BufferOutputStream(){color}
{color:#000000}compressed {color}{color:#000000}={color}{color:#000000} pa.CompressedOutputStream(raw, {color}{color:#a31515}'snappy'{color}{color:#000000}){color}
Note: With 'gzip' this works fine.

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)