Hi, We've been using the parquet 2 format (mostly because of nanosecond resolution). I'm getting crashes in the C++ parquet decoder, arrow 0.16, when decoding a parquet 2 file created with pyarrow 0.17.0. Is this expected? Would a 0.17 decode a 0.16?
If that's not expected, I can put the debugger on it and see what is happening. I suspect it's with string fields (regular, not large string). Cheers, Pierre