peterxcli commented on code in PR #4898:
URL: https://github.com/apache/datafusion-comet/pull/4898#discussion_r3612921378


##########
spark/src/main/scala/org/apache/comet/udf/codegen/CometScalaUDFCodegen.scala:
##########
@@ -220,7 +220,7 @@ class CometScalaUDFCodegen extends CometUDF with Logging {
     case _: BitVector | _: TinyIntVector | _: SmallIntVector | _: IntVector | 
_: BigIntVector |
         _: Float4Vector | _: Float8Vector | _: DecimalVector | _: 
VarCharVector |
         _: VarBinaryVector | _: DateDayVector | _: TimeStampMicroVector |
-        _: TimeStampMicroTZVector =>
+        _: TimeStampMicroTZVector | _: IntervalMonthDayNanoVector =>

Review Comment:
   self reminder: move this to `CometLiteral.getSupportLevel` after  
https://github.com/apache/datafusion-comet/pull/4715 is merged.



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

Reply via email to