Peng-Lei commented on a change in pull request #32452:
URL: https://github.com/apache/spark/pull/32452#discussion_r629888157
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnType.scala
##########
@@ -823,6 +823,8 @@ private[columnar] object ColumnType {
case DoubleType => DOUBLE
case StringType => STRING
case BinaryType => BINARY
+ case YearMonthIntervalType => YEAR_MONTH_INTERVAL
+ case DayTimeIntervalType => DAY_TIME_INTERVAL
Review comment:
https://github.com/apache/spark/pull/32452#discussion_r629887096
--
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]