[SPARK-15899] [SQL] Fix the construction of the file path with hadoop Path for Spark 2.0#14600
Closed
avulanov wants to merge 11 commits intoapache:branch-2.0from
Closed
[SPARK-15899] [SQL] Fix the construction of the file path with hadoop Path for Spark 2.0#14600avulanov wants to merge 11 commits intoapache:branch-2.0from
avulanov wants to merge 11 commits intoapache:branch-2.0from
Conversation
…path in create table string
Member
|
Jenkins test this please |
|
Test build #63604 has finished for PR 14600 at commit
|
Member
|
Thanks @avulanov for the follow up. Merging to 2.0 |
asfgit
pushed a commit
that referenced
this pull request
Aug 11, 2016
…Path for Spark 2.0 This PR contains the adaptation of #13868 for Spark 2.0 ## What changes were proposed in this pull request? Fix the construction of the file path in `SQLConf.scala` and unit tests that rely on this: `SQLConfSuite` and `DDLSuite`. Previous way of construction caused the creation of incorrect path on Windows. ## How was this patch tested? Run unit tests on Windows Author: avulanov <nashb@yandex.ru> Closes #14600 from avulanov/SPARK-15899-file-2.0.
|
When can we expect a spark release with those changes incorporated? |
Member
|
You can take a look at the JIRA -- would be in 2.0.1 or 2.1.0 whichever comes first. It could be a month or two before one of those happens. There's a workaround in the JIRA though. |
|
Can anyone post the sample usage for this exception in Spark 2.0, I'm still facing this exception? |
Member
|
@srowen Do you mind if I ask this is supposed to be closed (as it is merged into 2.0)? |
Member
|
Yes @avulanov can you close it? we can't close it directly and the bot can only close PRs opened vs master. |
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.
This PR contains the adaptation of #13868 for Spark 2.0
What changes were proposed in this pull request?
Fix the construction of the file path in
SQLConf.scalaand unit tests that rely on this:SQLConfSuiteandDDLSuite. Previous way of construction caused the creation of incorrect path on Windows.How was this patch tested?
Run unit tests on Windows