Search before asking
Paimon version
1.14.1
Compute Engine
PyPaimon
Minimal reproduce step
ManifestListManager#read reads zstd codec avro without backports.zstd.
What doesn't meet your expectations?
There is exception in reader = fastavro.reader(buffer), which exception message is zstandard codec is supported but you need to install one of the following libraries: ('backports.zstd',).
Anything else?
No.
Are you willing to submit a PR?
Search before asking
Paimon version
1.14.1
Compute Engine
PyPaimon
Minimal reproduce step
ManifestListManager#readreads zstd codec avro withoutbackports.zstd.What doesn't meet your expectations?
There is exception in
reader = fastavro.reader(buffer), which exception message iszstandard codec is supported but you need to install one of the following libraries: ('backports.zstd',).Anything else?
No.
Are you willing to submit a PR?