andygrove commented on PR #491: URL: https://github.com/apache/datafusion-comet/pull/491#issuecomment-2145375131
I ran into a compilation error when running `make release PROFILES="-Pspark-3.5"`: ``` [ERROR] /home/andy/git/apache/datafusion-comet/spark/src/test/scala/org/apache/spark/sql/CometTPCHQuerySuite.scala:145: not found: value getNormalizedResult ``` `getNormalizedResult` was renamed to `getNormalizedQueryExecutionResult` in Spark 3.5, so we will need to address this with a shim. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org