[GitHub] spark pull request #22134: [SPARK-25143][SQL] Support data source name mappi...

2018-08-17 Thread dongjoon-hyun
Github user dongjoon-hyun closed the pull request at: https://github.com/apache/spark/pull/22134 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #22134: [SPARK-25143][SQL] Support data source name mappi...

2018-08-17 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/22134#discussion_r210968896 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -609,7 +609,13 @@ object DataSource extends

[GitHub] spark pull request #22134: [SPARK-25143][SQL] Support data source name mappi...

2018-08-17 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22134#discussion_r210967474 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -609,7 +609,13 @@ object DataSource extends

[GitHub] spark pull request #22134: [SPARK-25143][SQL] Support data source name mappi...

2018-08-17 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/22134#discussion_r210916941 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -609,7 +609,13 @@ object DataSource extends Logging

[GitHub] spark pull request #22134: [SPARK-25143][SQL] Support data source name mappi...

2018-08-17 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/22134#discussion_r210910385 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -609,7 +609,13 @@ object DataSource extends Logging

[GitHub] spark pull request #22134: [SPARK-25143][SQL] Support data source name mappi...

2018-08-17 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/22134 [SPARK-25143][SQL] Support data source name mapping configuration ## What changes were proposed in this pull request? Currently, for better UX, Apache Spark provides data source