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

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

    [ https://issues.apache.org/jira/browse/ARROW-6423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921325#comment-16921325 ] 

Antoine Pitrou commented on ARROW-6423:
---------------------------------------

Thanks for reporting this. This needs fixing indeed.

> [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
>            Assignee: Antoine Pitrou
>            Priority: Major
>
> 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)