ilyail3 opened a new issue, #8076: URL: https://github.com/apache/arrow-rs/issues/8076
**Describe the bug** When using RowAccessor there's no convenient way to read null columns **To Reproduce** Try and read null values via get_int(0), you get parquet error that's hard to parse. **Expected behavior** there should be an is_null(0) function or get_int_opt(0) -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org