yaooqinn commented on a change in pull request #32452:
URL: https://github.com/apache/spark/pull/32452#discussion_r629136593



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/GenerateColumnAccessor.scala
##########
@@ -86,6 +86,8 @@ object GenerateColumnAccessor extends 
CodeGenerator[Seq[DataType], ColumnarItera
         case DoubleType => classOf[DoubleColumnAccessor].getName
         case StringType => classOf[StringColumnAccessor].getName
         case BinaryType => classOf[BinaryColumnAccessor].getName
+        case YearMonthIntervalType => 
classOf[YearMonthIntervalColumnAccessor].getName
+        case DayTimeIntervalType => 
classOf[DayTimeIntervalColumnAccessor].getName

Review comment:
       ditto




-- 
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]

Reply via email to