GitHub user mapleFU added a comment to the discussion: Why does the Parquet encoding list show both 'PLAIN' and 'BIT_PACKED'? Is BIT_PACKED actually used?
Sorry for late reply `BIT_PACKED` might be used in level encoding. Level uses: RLE_BITPACK or BIT_PACK. legacy file might uses BIT_PACKED GitHub link: https://github.com/apache/arrow/discussions/47113#discussioncomment-14314961 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
