davidlghellin commented on code in PR #3273:
URL: https://github.com/apache/datafusion-comet/pull/3273#discussion_r2725824592


##########
spark/src/test/scala/org/apache/comet/CometMathExpressionSuite.scala:
##########
@@ -90,4 +90,40 @@ class CometMathExpressionSuite extends CometTestBase with 
AdaptiveSparkPlanHelpe
       1000,
       DataGenOptions(generateNegativeZero = generateNegativeZero))
   }
+
+  test("width_bucket") {
+    // Basic cases
+    checkSparkAnswerAndOperator("SELECT width_bucket(5.3, 0.2, 10.6, 5)")

Review Comment:
   I´m not sure if its correct
   ```scala
       withSQLConf("spark.comet.exec.localTableScan.enabled" -> "true") {
          ...
      }
   ```
   <img width="1138" height="122" alt="image" 
src="https://github.com/user-attachments/assets/9cdf3fed-5bf8-484c-bcc1-1ca78a17cf97";
 />
   



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