-
- Downloads
[SPARK-15899][SQL] Fix the construction of the file path with hadoop Path
## What changes were proposed in this pull request? Fix the construction of the file path. Previous way of construction caused the creation of incorrect path on Windows. ## How was this patch tested? Run SQL unit tests on Windows Author: avulanov <nashb@yandex.ru> Closes #13868 from avulanov/SPARK-15899-file.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala 3 additions, 2 deletions...rc/main/scala/org/apache/spark/sql/internal/SQLConf.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala 29 additions, 24 deletions...ala/org/apache/spark/sql/execution/command/DDLSuite.scala
- sql/core/src/test/scala/org/apache/spark/sql/internal/SQLConfSuite.scala 3 additions, 1 deletion...st/scala/org/apache/spark/sql/internal/SQLConfSuite.scala
Loading
Please register or sign in to comment