forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 2
Address all JDBC ratification comments with small fixes #1 #14
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
Merged
vfraga
merged 21 commits into
flight-jdbc-driver
from
ratification-comments-round-1-small
Mar 23, 2022
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
408c62e
Address all ratification comments with small fixes
vfraga 1c12c89
Small fixes
vfraga a8f38c6
Revert small changes
vfraga d617f8a
Add more exception messages
vfraga 61e1d5d
Remove ExceptionTemplateThrower
vfraga 2a44f68
Change UnsupportedOperationException to SQLException
vfraga eaeb10a
Address all ratification comments with small fixes
vfraga ad37a26
Fix failing tests
vfraga 68bb803
Address to James' review
vfraga 0fa086c
Removed some suppressions by creating newChildAllocators
vfraga 5296501
Fix CONNECTION_STRING_EXPECTED
vfraga b23c985
nit on CONNECTION_STRING_EXPECTED
vfraga 2a487d0
Address more review comments
vfraga fdf70ac
nit on holder comment
vfraga f16c4a2
Remove FindBugs annotations
vfraga 5b814b3
Fix rebase issues
vfraga f08b786
Downgraded JUnit version back to what is defined in java/pom.xml
vfraga 9f1f831
Remove JUnit 5 usage
vfraga 36046ea
Fix import order
vfraga b4afb45
Format rebased commit
vfraga 3c49e54
nit: add final
vfraga File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
|
|
||
| <FindBugsFilter> | ||
| <!-- These elements are supposed to be mutable --> | ||
| <Match> | ||
| <Package name="~org\.apache\.arrow\.driver\.jdbc\.accessor\.impl.*"/> | ||
| <Bug pattern="EI_EXPOSE_REP2"/> | ||
| </Match> | ||
| <Match> | ||
| <Class name="org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler"/> | ||
| <Bug pattern="EI_EXPOSE_REP2"/> | ||
| </Match> | ||
| <Match> | ||
| <Class name="org.apache.arrow.driver.jdbc.utils.ConnectionWrapper"/> | ||
| <Bug pattern="EI_EXPOSE_REP2"/> | ||
| </Match> | ||
| <Match> | ||
| <Class name="org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource"/> | ||
| <Bug pattern="EI_EXPOSE_REP2"/> | ||
| </Match> | ||
| <Match> | ||
| <Class name="org.apache.arrow.driver.jdbc.ArrowFlightJdbcCursor"/> | ||
| <Bug pattern="EI_EXPOSE_REP2"/> | ||
| </Match> | ||
|
|
||
| <Match> | ||
| <Class name="org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource"/> | ||
| <Bug pattern="EI_EXPOSE_REP"/> | ||
| </Match> | ||
| </FindBugsFilter> |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Are we sure this dependency doesn't show up elsewhere? If it does, let's put it in dependency management.
Uh oh!
There was an error while loading. Please reload this page.
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.
It isn't used. All dependencies were added here are only for flight-jdbc-driver.