Closed kylebarron closed 2 years ago
Latest arrow2 is using 0.16, right? I released a fix for this in 0.16.3 (latest 0.16)
Sorry I meant "latest released arrow2", i.e. arrow2 0.13.1 is still pinned to parquet2 0.14: https://github.com/jorgecarleitao/arrow2/blob/350b690e1d2bb97ef4e220398a39866612acb6a0/Cargo.toml#L72
Oh, I see. Thanks for clarifying! Released a backport for 0.14 (0.14.3).
I hit this with
v0.14.2
because that's whatarrow2
latest is using:But it seems this is still an issue on latest
main
. InCargo.toml
thebrotli
feature doesn't seem to requireflate2
, but thisimpl
is still defined https://github.com/jorgecarleitao/parquet2/blob/4cbce012cfe8477bf231caf2fd683871262ba0d4/src/parquet_bridge.rs#L186-L191