davidlghellin commented on PR #3273: URL: https://github.com/apache/datafusion-comet/pull/3273#issuecomment-3801327868
```sh # Spark 3.4 (width_bucket NO) ./mvnw test -Pspark-3.4 -Dsuites="org.apache.comet.CometMathExpressionSuite" -Dtests="width_bucket" # Spark 3.5 ./mvnw test -Pspark-3.5 -Dsuites="org.apache.comet.CometMathExpressionSuite" -Dtests="width_bucket" # Spark 4.0 (JDK 17+) sdk use java 21.0.2-tem && ./mvnw test -Pspark-4.0 -Dsuites="org.apache.comet.CometMathExpressionSuite" -Dtests="width_bucket" ``` -- 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]
