gengliangwang commented on a change in pull request #33588:
URL: https://github.com/apache/spark/pull/33588#discussion_r746518482
##########
File path:
sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFileFormat.scala
##########
@@ -194,7 +194,7 @@ class OrcFileFormat extends FileFormat with
DataSourceRegister with Serializable
}
override def supportDataType(dataType: DataType): Boolean = dataType match {
- case _: AnsiIntervalType => false
+ case _: AnsiIntervalType | _: TimestampNTZType => false
Review comment:
QQ: Why do we disallow AnsiIntervalType and TimestampNTZType in Hive ORC
file format?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]