-
Notifications
You must be signed in to change notification settings - Fork 194
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
BigQuery native compilation fails due to unresolved field io.netty.buffer.PoolArena.chunkSize #5641
Comments
The workaround for now was to copy the updated Arrow Netty classes to the BigQuery extension. However, given the simple nature of the original fix: I wonder if we could have a |
@jamesnetherton any hint to create a tranformer of bytecode? I tried such things before but it seems hard to work. |
Yeah, it's tricky. I was actually just thinking about this and whether it's worth trying to do it.
googleapis/java-bigquery@4d4cbae So maybe we'll get a release with that change incorporated soon and we could remove the hacks. |
Bug description
Quarkus has upgraded Netty to
4.1.103.Final
. The version of Apache Arrow used bygoogle-cloud-biqquery
is not compatible with this. See apache/arrow#39265.The text was updated successfully, but these errors were encountered: