fix(java): add native image configuration for Apache Arrow#2018
Merged
stephaniewang526 merged 1 commit intomainfrom May 2, 2022
Merged
fix(java): add native image configuration for Apache Arrow#2018stephaniewang526 merged 1 commit intomainfrom
stephaniewang526 merged 1 commit intomainfrom
Conversation
stephaniewang526
approved these changes
May 2, 2022
Member
|
That was quick. Great. |
Contributor
Author
|
Thanks! The Apache Arrow problem was resolved but now we're running into some other issues that require troubleshooting. Debugging PR: #2019 |
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
May 10, 2022
🤖 I have created a release *beep* *boop* --- ## [2.11.0](v2.10.10...v2.11.0) (2022-05-10) ### Features * add Connection interface ([#1374](#1374)) ([3804275](3804275)) * next release from main branch is 2.10.9 ([#1996](#1996)) ([f716427](f716427)) ### Bug Fixes * add native image configuration for Arrow ([#2018](#2018)) ([06cbe69](06cbe69)) * fix for flaky connection close issue ([#2034](#2034)) ([db3daac](db3daac)) ### Documentation * **sample:** remove unused dependency and add setup instructions ([#2010](#2010)) ([e2e9113](e2e9113)) ### Dependencies * update dependency com.google.apis:google-api-services-bigquery to v2-rev20220422-1.32.1 ([#2017](#2017)) ([b9fa786](b9fa786)) * update dependency com.google.apis:google-api-services-bigquery to v2-rev20220429-1.32.1 ([#2020](#2020)) ([78789a5](78789a5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2007. Reproducer: https://github.com/mpeddada1/native-image-arrow.
cc @meltsufin