-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add support for downloading flights from alternate endpoints #13900
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
Conversation
[Java] Fix build
.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file seems to get generated each maven build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note #13800 is the up-to-date PR and some of these things were addressed there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This caused the build to fail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excluding these from shade allowed me to attach a debugger while running the shaded jar from DataGrip, solving some problems I couldn't re-create in junit tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This NPEd when there were no extraParams
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensures FlightSqlClient is closed when the Stream is closed. I'm not sure if this is the right way to do it, but it seemed the least disruptive to the lifecycle of the driver and Future stuff.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrap the stream to ensure it gets closed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move the builder config into this data class, so it can be re-used later from the factory without breaking the builder API.
|
This was a redo of rafael-telles#42 |
Try to publish Attach workspace Don't rebuild every time Only need to deploy jdbc-driver Only need to deploy jdbc-driver Might work this time? Keep trying Try to tag Add docker Build from correct directory typo
42cc071 to
bb0fbd5
Compare
|
Will re-open as a new PR against the |
|
@avantgardnerio this came up on dev@ today - are you still planning on re-opening this? Or would you mind if another contributor picked up this PR and continued it? |
At my company, it was concluded that for our use-case, proxying the flights through the "orchastrator" scheduler in Ballista was preferable from a deployment perspective, so I can't justify spending any company time on this. So the short answer is "no".
Of course not, happy to help with backstory, advice, or anything else I can contribute! |
|
Understandable. Thank you! I filed #34532 for posterity. |
extraParamsdep.protobuf.versionbuild error@jduo @jayhomn-bitquill @andygrove
See rafael-telles#42 for more detail.