-
Notifications
You must be signed in to change notification settings - Fork 196
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
Re-enable google-bigquery and add a work around #5041
Conversation
We should add the same doc notes for the workaround like we did for pubsub & storage. Also, not sure how safe the Arrow exclusion is. It is referenced in a few places: I guess the fact that the native compilation + tests passed means that maybe we don't hit those code paths in Camel... |
Yeah, it is exactly what I was concerned. It seems that We don't hit those codes because we lack of a test for the large table. So how can write a sentence for this limitation? |
Thinking a bit more, I'm not sure I like excluding Arrow because it potentially impacts negatively on JVM mode, and the issue is purely a native mode one. |
@jamesnetherton I think The fix in So is it possible to have this file in our |
Ah, yeah. Sorry for the confusion!
We could temporarily have it in our extension. Quarkus has If it becomes too much work. Maybe we just stick with the original plan of removing Arrow until we get the fix. |
Sine
and apply the fix for Also I think we need a test for a large table and enable the result with arrow data format. Can it be supported by wiremock? |
Yes, probably. Not sure if it'd mean storing huge files for the stubbed data in the repo though..... |
We could perhaps generate those at build time? |
This reverts commit 14ad98d.
584ac5c
to
69be37e
Compare
…fix for PooledByteBufAllocatorL.java
69be37e
to
ebaa833
Compare
Exclude
org.apache.arrow:arrow-memory-netty
because it is not compatible with the lastest netty4.1.94.Final
.