You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/08/01 13:36:00 UTC

[jira] [Resolved] (PARQUET-1357) [C++] FormatStatValue truncates binary statistics on zero character

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

Uwe L. Korn resolved PARQUET-1357.
----------------------------------
    Resolution: Fixed

Issue resolved by PR https://github.com/apache/parquet-cpp/pull/479

> [C++] FormatStatValue truncates binary statistics on zero character
> -------------------------------------------------------------------
>
>                 Key: PARQUET-1357
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1357
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>    Affects Versions: cpp-1.4.0
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: cpp-1.5.0
>
>
> As {{FormatStatValue}} is currently called with a C-style string, we cannot pass the actual binary content with its length. Instead change the interface to {{std::string}}.



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