[SPARK-20555][SQL] Fix mapping of Oracle DECIMAL types to Spark types in read path#18408
Closed
gatorsmile wants to merge 4 commits intoapache:masterfrom
Closed
[SPARK-20555][SQL] Fix mapping of Oracle DECIMAL types to Spark types in read path#18408gatorsmile wants to merge 4 commits intoapache:masterfrom
gatorsmile wants to merge 4 commits intoapache:masterfrom
Conversation
|
Test build #78538 has finished for PR 18408 at commit
|
Member
Author
|
retest this please |
|
Test build #78546 has finished for PR 18408 at commit
|
asfgit
pushed a commit
that referenced
this pull request
Jun 24, 2017
… in read path ## What changes were proposed in this pull request? This PR is to revert some code changes in the read path of #14377. The original fix is #17830 When merging this PR, please give the credit to gaborfeher ## How was this patch tested? Added a test case to OracleIntegrationSuite.scala Author: Gabor Feher <gabor.feher@lynxanalytics.com> Author: gatorsmile <gatorsmile@gmail.com> Closes #18408 from gatorsmile/OracleType. (cherry picked from commit b837bf9) Signed-off-by: gatorsmile <gatorsmile@gmail.com>
Member
Author
|
Thanks! Merging to master/2.2/2.1 |
asfgit
pushed a commit
that referenced
this pull request
Jun 24, 2017
… in read path This PR is to revert some code changes in the read path of #14377. The original fix is #17830 When merging this PR, please give the credit to gaborfeher Added a test case to OracleIntegrationSuite.scala Author: Gabor Feher <gabor.feher@lynxanalytics.com> Author: gatorsmile <gatorsmile@gmail.com> Closes #18408 from gatorsmile/OracleType.
robert3005
pushed a commit
to palantir/spark
that referenced
this pull request
Jun 29, 2017
… in read path ## What changes were proposed in this pull request? This PR is to revert some code changes in the read path of apache#14377. The original fix is apache#17830 When merging this PR, please give the credit to gaborfeher ## How was this patch tested? Added a test case to OracleIntegrationSuite.scala Author: Gabor Feher <gabor.feher@lynxanalytics.com> Author: gatorsmile <gatorsmile@gmail.com> Closes apache#18408 from gatorsmile/OracleType.
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.
What changes were proposed in this pull request?
This PR is to revert some code changes in the read path of #14377. The original fix is #17830
When merging this PR, please give the credit to @gaborfeher
How was this patch tested?
Added a test case to OracleIntegrationSuite.scala