You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2024/01/08 14:10:13 UTC

[I] [quarkus-main] BigQuery native compilation fails due to unresolved field io.netty.buffer.PoolArena.chunkSize [camel-quarkus]

jamesnetherton opened a new issue, #5641:
URL: https://github.com/apache/camel-quarkus/issues/5641

   ### Bug description
   
   Quarkus has upgraded Netty to `4.1.103.Final`. The version of Apache Arrow used by `google-cloud-biqquery`is not compatible with this. See https://github.com/apache/arrow/issues/39265.


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] BigQuery native compilation fails due to unresolved field io.netty.buffer.PoolArena.chunkSize [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5641: BigQuery native compilation fails due to unresolved field io.netty.buffer.PoolArena.chunkSize
URL: https://github.com/apache/camel-quarkus/issues/5641


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] BigQuery native compilation fails due to unresolved field io.netty.buffer.PoolArena.chunkSize [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5641:
URL: https://github.com/apache/camel-quarkus/issues/5641#issuecomment-1909710819

   > @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.
   
   `java-bigquery` has upgraded to Arrow 15.x now:
   
   https://github.com/googleapis/java-bigquery/commit/4d4cbae00028f84c071f51e88d7ee976efdf04d5
   
   So maybe we'll get a release with that change incorporated soon and we could remove the hacks. 
   
   


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] BigQuery native compilation fails due to unresolved field io.netty.buffer.PoolArena.chunkSize [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5641:
URL: https://github.com/apache/camel-quarkus/issues/5641#issuecomment-1896084503

   The workaround for now was to copy the updated Arrow Netty classes to the BigQuery extension. However, give the simple nature of the original fix:
   
   https://github.com/apache/arrow/commit/a4a3d3f4825eb025657121e70c9d86e8d6ecff35
   
   I wonder if we could have a `BuildStep` to do some bytecode hackery and avoid having to carry the additional sources. It could even be activated conditionally based on the version of arrow that we detect.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] BigQuery native compilation fails due to unresolved field io.netty.buffer.PoolArena.chunkSize [camel-quarkus]

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #5641:
URL: https://github.com/apache/camel-quarkus/issues/5641#issuecomment-1909692625

   @jamesnetherton any hint to create a tranformer of bytecode? I tried such things before but it seems hard to work.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org