-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20427][SQL] Read JDBC table use custom schema #18266
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
871c303
Read JDBC table use custom schema
wangyum 0444c4d
Fix test error.
wangyum 06881e8
Revert api.
wangyum ffaee42
Improve custom schema.
wangyum a984f3b
Improve custom schema.
wangyum e0fc6b4
Throw exception if custom schema field names does not match table col…
wangyum 9e6f7cf
Merge branch 'master' into SPARK-20427
wangyum 5fdd2bb
Remove SPARK-16848: jdbc API throws an exception for user specified s…
wangyum 87df014
Support DDL-like JDBC custom schema.
wangyum 63d3244
Merge branch 'master' into SPARK-20427
wangyum e08ccbb
Merge remote-tracking branch 'origin/master' into SPARK-20427
wangyum 247fc78
Refactor code.
wangyum b8b03e2
Revert wrong change
wangyum b040c72
Fix python style
wangyum 2ea56fc
Fix test error
wangyum 1e2c1d9
Let user specified all the columns.
wangyum b38a1a8
Change all SQL type to upper case.
wangyum 0b67f0f
customDataFrameColumnTypes -> customSchema
wangyum 7fc97b4
revert assertNoSpecifiedSchema
wangyum 1fdf002
parseUserSpecifiedColumnTypes -> getCustomSchema
wangyum 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
Improve custom schema.
- Loading branch information
commit ffaee4280a9fb84d3aa5a6657423eb588c1c9609
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
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
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.
?