etseidl commented on issue #7909: URL: https://github.com/apache/arrow-rs/issues/7909#issuecomment-3073835845
> I think the generated thrift parser would already have returned an error [here](https://github.com/apache/arrow-rs/blob/9c0cb9a56f0099e7d39087826d7e409ce0f1bf5f/parquet/src/format.rs#L5038) for an unknown `ColumnOrder`. I don't think it should panic though. That's my bad...going off memory. The parsing code doesn't panic, it just returns an error. `parquet-read` panics when it encounters the error. But even erroring in this case is problematic because it doesn't allow `ColumnOrder` to be forward compatible as intended. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org