kazuyukitanimura commented on code in PR #3849:
URL: https://github.com/apache/datafusion-comet/pull/3849#discussion_r3030220423


##########
spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala:
##########
@@ -1346,7 +1345,7 @@ class CometExpressionSuite extends CometTestBase with 
AdaptiveSparkPlanHelper {
 
   test("various math scalar functions") {
     val data = doubleValues.map(n => (n, n))
-    withSQLConf(CometConf.getExprAllowIncompatConfigKey(classOf[Tan]) -> 
"true") {
+    withSQLConf() {

Review Comment:
   removed



##########
spark/src/main/scala/org/apache/comet/serde/math.scala:
##########
@@ -213,24 +219,6 @@ object CometAbs extends CometExpressionSerde[Abs] with 
MathExprBase {
   }
 }
 
-object CometTan extends CometExpressionSerde[Tan] {
-
-  override def getSupportLevel(expr: Tan): SupportLevel =
-    Incompatible(
-      Some(
-        "tan(-0.0) produces incorrect result" +

Review Comment:
   added



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