We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check why the tests are failing in #13754
The text was updated successfully, but these errors were encountered:
The issue is because of the newly introduced class PrimitivesArrays.java in avro. Here is the merged PR for reference.
Also, more context in the linked ticket.
because of this newly introduced class, the boxing/unboxing issue is happening for the primitives data type array.
Sorry, something went wrong.
Thanks @abhioncbr for the investigation! Do you want to help fix it?
Sure, I can give it a try to fix the avro reader part. Thanks
We decided not to upgrade the version because of some reported issues with Avro primitive array support. closing this issue. Thanks
abhioncbr
No branches or pull requests
Check why the tests are failing in #13754
The text was updated successfully, but these errors were encountered: