Skip to content
New issue

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

Bump avro.version from 1.11.3 to 1.12.0 #13764

Closed
Jackie-Jiang opened this issue Aug 7, 2024 · 4 comments
Closed

Bump avro.version from 1.11.3 to 1.12.0 #13764

Jackie-Jiang opened this issue Aug 7, 2024 · 4 comments
Assignees
Labels
dependencies Pull requests that update a dependency file help wanted

Comments

@Jackie-Jiang
Copy link
Contributor

Check why the tests are failing in #13754

@Jackie-Jiang Jackie-Jiang added help wanted dependencies Pull requests that update a dependency file labels Aug 7, 2024
@abhioncbr abhioncbr self-assigned this Aug 7, 2024
@abhioncbr
Copy link
Contributor

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.

@Jackie-Jiang
Copy link
Contributor Author

Thanks @abhioncbr for the investigation! Do you want to help fix it?

@abhioncbr
Copy link
Contributor

Sure, I can give it a try to fix the avro reader part. Thanks

@abhioncbr
Copy link
Contributor

We decided not to upgrade the version because of some reported issues with Avro primitive array support. closing this issue. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted
Projects
None yet
Development

No branches or pull requests

2 participants