Support RLE, DELTA_BYTE_ARRAY and DELTA_LENGTH_BYTE_ARRAY Parquet encodings#5457
Conversation
|
@Mytherin what is the way to try it in python? Should I follow build steps from "python" github actions or there is a simpler way? |
You can install the Python prerelease using the pip |
|
Thanks @Mause. I believe |
|
I was able to build package on linux machine just by running |
|
That sounds like something funky with your environment indeed, perhaps try uninstalling all versions of duckdb (repeat |
Fixes #3981
This should implement all remaining Parquet encoding types - aside from
Byte Stream Splitwhich does not appear to be used by anyone anywhere.