Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20440#discussion_r164858264
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcHadoopFsRelationSuite.scala
---
@@ -34,11 +34,10 @@ class OrcHadoopFsRelationSuite extends
HadoopFsRelationTest {
override val dataSourceName: String =
classOf[org.apache.spark.sql.execution.datasources.orc.OrcFileFormat].getCanonicalName
- // ORC does not play well with NullType and UDT.
+ // ORC does not play well with NullType.
override protected def supportsDataType(dataType: DataType): Boolean =
dataType match {
case _: NullType => false
case _: CalendarIntervalType => false
- case _: UserDefinedType[_] => false
--- End diff --
Both `OrcHadoopFsRelationSuite` and `HiveOrcHadoopFsRelationSuite` enables
UDT tests.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]