swaminathanmanish opened a new pull request, #12496: URL: https://github.com/apache/pinot/pull/12496
**Whats in the PR:** Keeping int96 interpretation the same for parquetAvro and parquetNative readers. **Why its needed:** This [PR](https://github.com/apache/pinot/pull/12484) allowed int96 to be read by parquetAvro reader. However it is read as byte array (12 bytes). The parquetNative extractor translates int96 to a long. This PR does the same translation when parquetAvro reader is used. **Test**: parquetNative and ParquetAvro output values should match for int96 column. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org