-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10648] Oracle dialect to handle nonspecific numeric types #9495
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
|
ok to test |
|
Test build #45118 has finished for PR 9495 at commit
|
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.
@travishegner To provide more information, you can provide the links to their comments.
|
Test build #45122 has finished for PR 9495 at commit
|
…umeric types This backports #9495 to branch-1.4 (in case anyone needs this). Author: Yin Huai <[email protected]> Closes #9498 from yhuai/OracleDialect-1.4.
…umeric types This backports #9495 to branch-1.4 (in case anyone needs this). Author: Yin Huai <[email protected]> Closes #9498 from yhuai/OracleDialect-1.4. (cherry picked from commit 6c5e9a3) Signed-off-by: Yin Huai <[email protected]>
|
@travishegner I backported your change to branch 1.4 and branch 1.5 (see #9498) with a minor change on comments. Once you update your PR, I will merge it to master. Thanks! |
|
I am merging it to master and branch 1.6. I will update the comments. |
This is the alternative/agreed upon solution to PR #8780. Creating an OracleDialect to handle the nonspecific numeric types that can be defined in oracle. Author: Travis Hegner <[email protected]> Closes #9495 from travishegner/OracleDialect. (cherry picked from commit 14ee0f5) Signed-off-by: Yin Huai <[email protected]>
|
Thanks @yhuai for taking care of this! |
|
It seems this issue is in OJDBC and started to happen after Oracle 11g: |
This is the alternative/agreed upon solution to PR #8780.
Creating an OracleDialect to handle the nonspecific numeric types that can be defined in oracle.