[GitHub] spark pull request #19744: [SPARK-22267][SQL] [WIP] Spark SQL incorrectly re...

2017-11-15 Thread mpetruska
Github user mpetruska closed the pull request at:

https://github.com/apache/spark/pull/19744


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #19744: [SPARK-22267][SQL] [WIP] Spark SQL incorrectly re...

2017-11-15 Thread mpetruska
Github user mpetruska commented on a diff in the pull request:

https://github.com/apache/spark/pull/19744#discussion_r151092639
  
--- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala ---
@@ -278,4 +286,93 @@ class OrcSourceSuite extends OrcSuite {
   )).get.toString
 }
   }
+
+  test("SPARK-22267 Spark SQL correctly reads parquet files when column 
order is different") {
--- End diff --

Will remove this one, it is only used to help me diagnose the problem.


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #19744: [SPARK-22267][SQL] [WIP] Spark SQL incorrectly re...

2017-11-14 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request:

https://github.com/apache/spark/pull/19744#discussion_r150905696
  
--- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala ---
@@ -278,4 +286,93 @@ class OrcSourceSuite extends OrcSuite {
   )).get.toString
 }
   }
+
+  test("SPARK-22267 Spark SQL correctly reads parquet files when column 
order is different") {
--- End diff --

SPARK-22267 is not about Parquet. Why do you add this?


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #19744: [SPARK-22267][SQL] [WIP] Spark SQL incorrectly re...

2017-11-14 Thread mpetruska
GitHub user mpetruska opened a pull request:

https://github.com/apache/spark/pull/19744

[SPARK-22267][SQL] [WIP] Spark SQL incorrectly reads ORC file when column 
order is different

## What changes were proposed in this pull request?

Ticket: [SPARK-22267](https://issues.apache.org/jira/browse/SPARK-22267)

## How was this patch tested?

No change yet, please do not merge - only tests were added to clarify the 
issue.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mpetruska/spark SPARK-67

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/19744.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #19744


commit b337692310d4615251a696b30296e4235ddcc1e8
Author: Mark Petruska 
Date:   2017-11-14T11:12:39Z

adds investigative test cases




---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org