dongjoon-hyun commented on a change in pull request #28373:
URL: https://github.com/apache/spark/pull/28373#discussion_r416219047
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/HiveOrcSourceSuite.scala
##########
@@ -320,4 +320,11 @@ class HiveOrcSourceSuite extends OrcSuite with
TestHiveSingleton {
}
}
}
+
+ test("SPARK-31580: Read a file written before ORC-569") {
+ assume(HiveUtils.isHive23) // Hive 1.2 doesn't use Apache ORC
Review comment:
The Hive JIRA is correct, but all versions in HIVE-22480 are not
released officially.
> 1.3.0, 1.2.3, 2.1.2, 2.2.1
- https://archive.apache.org/dist/hive/
From Hive 2.3.x, Hive starts to use Apache ORC. During the transition, Hive
side fix seems to be not migrated to Apache ORC correctly.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]