andygrove commented on code in PR #1398: URL: https://github.com/apache/datafusion-comet/pull/1398#discussion_r1955067590
########## common/src/main/scala/org/apache/comet/CometConf.scala: ########## @@ -614,7 +614,7 @@ object CometConf extends ShimCometConf { "Comet is not currently fully compatible with Spark for all datatypes. " + s"Set this config to true to allow them anyway. $COMPAT_GUIDE.") .booleanConf - .createWithDefault(true) + .createWithDefault(false) Review Comment: This is the main purpose of the PR -- 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