viirya commented on a change in pull request #25384:
[SPARK-26859][SQL][BACKPORT-2.3] Fix field writer index bug in non-vectorized
ORC deserializer
URL: https://github.com/apache/spark/pull/25384#discussion_r311876554
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcSourceSuite.scala
##########
@@ -178,6 +178,39 @@ abstract class OrcSuite extends OrcTest with
BeforeAndAfterAll {
checkAnswer(spark.read.orc(path.getCanonicalPath), Row(ts))
}
}
+
+ test("SPARK-26859 Append column into middle") {
Review comment:
I feel that it is not good to just copy the test name from original PR. That
test name has its context as it is in AddColumnIntoTheMiddleTest.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]