Peng-Lei commented on a change in pull request #32452:
URL: https://github.com/apache/spark/pull/32452#discussion_r628653820
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnBuilder.scala
##########
@@ -181,6 +187,8 @@ private[columnar] object ColumnBuilder {
case StringType => new StringColumnBuilder
case BinaryType => new BinaryColumnBuilder
case CalendarIntervalType => new IntervalColumnBuilder
+ case YearMonthIntervalType => new YearMonthIntervalColumnBuilder
+ case DayTimeIntervalType => new DayTimeIntervalColumnBuilder
Review comment:
Yeah, I modify it. Thanks for the advice.
--
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]