[GitHub] spark pull request #18953: [SPARK-20682][SQL] Implement new ORC data source ...

2017-08-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/18953#discussion_r133368809 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcQuerySuite.scala --- @@ -343,7 +343,7 @@ class OrcQuerySuite extends QueryTest

[GitHub] spark pull request #18953: [SPARK-20682][SQL] Implement new ORC data source ...

2017-08-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/18953#discussion_r133368613 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala --- @@ -47,11 +47,11 @@ import

[GitHub] spark pull request #18953: [SPARK-20682][SQL] Implement new ORC data source ...

2017-08-16 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/18953#discussion_r133368561 --- Diff: sql/hive/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister --- @@ -1,2 +1,2 @@

[GitHub] spark pull request #18953: [SPARK-20682][SQL] Implement new ORC data source ...

2017-08-15 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/18953 [SPARK-20682][SQL] Implement new ORC data source based on Apache ORC ## What changes were proposed in this pull request? Since #17924, #17943, and #17980 are a little large PRs, this