This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch datafusion-54
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/datafusion-54 by this push:
new e2f00be10e fallback on pow
e2f00be10e is described below
commit e2f00be10e552bebac021d1d6438476e580c6d43
Author: comphead <[email protected]>
AuthorDate: Thu May 28 11:30:59 2026 -0700
fallback on pow
---
spark/src/main/scala/org/apache/comet/serde/math.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spark/src/main/scala/org/apache/comet/serde/math.scala
b/spark/src/main/scala/org/apache/comet/serde/math.scala
index 5dc7c33fc9..6b2951445f 100644
--- a/spark/src/main/scala/org/apache/comet/serde/math.scala
+++ b/spark/src/main/scala/org/apache/comet/serde/math.scala
@@ -197,7 +197,7 @@ object CometAbs extends CometExpressionSerde[Abs] with
MathExprBase {
}
object CometPow extends CometExpressionSerde[Pow] {
-
+
// https://github.com/apache/datafusion/issues/22598
val unsupportedReason: String = "Power has correctness issues"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]