[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21878 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205365847 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205360960 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205360211 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205353836 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205350947 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205350125 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205348403 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205346891 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-26 Thread gengliangwang
Github user gengliangwang commented on a diff in the pull request: https://github.com/apache/spark/pull/21878#discussion_r205345025 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -635,12 +637,6 @@ object DataSource extends

[GitHub] spark pull request #21878: [SPARK-24924][SQL] Add mapping for built-in Avro ...

2018-07-25 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/21878 [SPARK-24924][SQL] Add mapping for built-in Avro data source ## What changes were proposed in this pull request? This PR aims to the followings. 1. Like