[
https://issues.apache.org/jira/browse/ARROW-3831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660854#comment-17660854
]
Rok Mihevc commented on ARROW-3831:
-----------------------------------
This issue has been migrated to [issue
#20298|https://github.com/apache/arrow/issues/20298] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [C++] arrow::util::Codec::Decompress() doesn't return decompressed data size
> ----------------------------------------------------------------------------
>
> Key: ARROW-3831
> URL: https://issues.apache.org/jira/browse/ARROW-3831
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.11.1
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> We can't know decompressed data size when we only have compressed data. The
> current {{arrow::util::Codec::Decompress()}} doesn't return decompressed data
> size. So we can't know which data in {{output_buffer}} can be used.
> FYI: {{arrow::util::Codec::Compress()}} returns compressed data size.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)