abhioncbr commented on issue #13764: URL: https://github.com/apache/pinot/issues/13764#issuecomment-2283865452
The issue is because of the newly introduced class [PrimitivesArrays.java](https://github.com/apache/avro/pull/2389/files#diff-902e4a96b065212aa56ec8b8d83c7031a219b5d0efe3c4deafe3b4f3e05ef70e) in avro. Here is the merged [PR](https://github.com/apache/avro/pull/2389) for reference. Also, more context in the linked [ticket](https://issues.apache.org/jira/browse/AVRO-2307). because of this newly introduced class, the boxing/unboxing issue is happening for the primitives data type array. -- 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