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

Gang Wu resolved PARQUET-644.
-----------------------------
      Assignee:     (was: Shuai Lin)
    Resolution: Fixed

This is resolved in [arrow/cpp/src/parquet/column_writer.cc at 
37bd413c8322e0d9527c14420468b99f8abd1715 ยท apache/arrow 
(github.com)|https://github.com/apache/arrow/blob/37bd413c8322e0d9527c14420468b99f8abd1715/cpp/src/parquet/column_writer.cc#L1858]

> [C++] Add API for writing boolean values as a packed bitmap
> -----------------------------------------------------------
>
>                 Key: PARQUET-644
>                 URL: https://issues.apache.org/jira/browse/PARQUET-644
>             Project: Parquet
>          Issue Type: New Feature
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Priority: Major
>
> Presently, the TypedColumnWriter for booleans expects a {{bool*}} (i.e. 1 
> byte per value). Some writers may also use a LSB-ordered bitmap, and we could 
> write that directly rather than having to copy the bits into a temporary 
> {{bool*}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to