kazantsev-maksim commented on code in PR #5622:
URL: https://github.com/apache/datafusion-comet/pull/5622#discussion_r3960467720


##########
spark/src/main/scala/org/apache/comet/serde/math.scala:
##########
@@ -169,9 +169,11 @@ object CometUnhex extends CometExpressionSerde[Unhex] with 
MathExprBase {
   }
 }
 
-object CometAbs extends CometExpressionSerde[Abs] with MathExprBase {
+object CometAbs extends CometExpressionSerde[Abs] with MathExprBase with 
CodegenDispatchFallback {
 
-  val unsupportedReason: String = "Only integral, floating-point, and decimal 
types are supported"
+  val unsupportedReason: String =
+    "Interval types are not supported natively and are handled via JVM codegen 
dispatch; " +
+      "this fallback only applies when the dispatcher is disabled"

Review Comment:
   fixed



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