apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.16k stars 855 forks source link

[parquet] Optimize parquet to use getBytesUnsafe in FixedLenBytesColumnReader #3509

Closed xuzifu666 closed 1 month ago

xuzifu666 commented 1 month ago

Optimize parquet to use getBytesUnsafe in FixedLenBytesColumnReader to avoid copy twice

Linked issue: close #xxx

Tests

API and Format

Documentation