[GitHub] spark pull request #22262: [SPARK-25175][SQL] Field resolution should fail i...

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

[GitHub] spark pull request #22262: [SPARK-25175][SQL] Field resolution should fail i...

2018-09-07 Thread seancxmao
Github user seancxmao commented on a diff in the pull request: https://github.com/apache/spark/pull/22262#discussion_r216121510 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcUtils.scala --- @@ -116,6 +116,14 @@ object OrcUtils extends Logging

[GitHub] spark pull request #22262: [SPARK-25175][SQL] Field resolution should fail i...

2018-09-07 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22262#discussion_r216119226 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcUtils.scala --- @@ -116,6 +116,14 @@ object OrcUtils extends

[GitHub] spark pull request #22262: [SPARK-25175][SQL] Field resolution should fail i...

2018-08-29 Thread seancxmao
GitHub user seancxmao opened a pull request: https://github.com/apache/spark/pull/22262 [SPARK-25175][SQL] Field resolution should fail if there is ambiguity for ORC native reader ## What changes were proposed in this pull request? This PR aims to make ORC data source native