rafafrdz commented on PR #3498: URL: https://github.com/apache/datafusion-comet/pull/3498#issuecomment-3896074509
@andygrove Sorry I missed push the commit where I register the udf... 😅 Also I built and tested locally onto the matrix. For that, I'm using `mise` to handle the different version of java and scala. And I'm using the following command: `./mvnw test -Dsuites="org.apache.comet.CometSqlFileTestSuite <test>" -Pspark-<spark_version> -Pscala-<scala_version>` for example: ./mvnw test -Dsuites="org.apache.comet.CometSqlFileTestSuite crc32" -Pspark-4.0 -Pscala-2.13 ./mvnw test -Dsuites="org.apache.comet.CometSqlFileTestSuite crc32" -Pspark-3.5 -Pscala-2.13 ./mvnw test -Dsuites="org.apache.comet.CometSqlFileTestSuite crc32" -Pspark-3.5 -Pscala-2.12 and changing the java version: `mise use java@corretto-17` or `mise use java@corretto-11` Please, let me know if I'm missing something or doing something wrong. And apologize for the inconveniences -- 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]
