kazuyukitanimura commented on code in PR #499: URL: https://github.com/apache/datafusion-comet/pull/499#discussion_r1622985061
########## dev/diffs/3.4.2.diff: ########## @@ -2526,7 +2526,7 @@ index 07361cfdce9..25b0dc3ef7e 100644 + val v = System.getenv("ENABLE_COMET") + if (v != null && v.toBoolean) { + conf -+ .set("spark.sql.extensions", "org.apache.spark.CometSparkSessionExtensions") Review Comment: Yes, it failed loading the class and falling back to Spark. So we are not testing Comet for Hive :( -- 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