parthchandra commented on code in PR #337: URL: https://github.com/apache/datafusion-comet/pull/337#discussion_r1583442744
########## common/src/main/scala/org/apache/comet/CometConf.scala: ########## @@ -365,6 +365,13 @@ object CometConf { .booleanConf .createWithDefault(false) + val COMET_CAST_STRING_TO_TIMESTAMP: ConfigEntry[Boolean] = conf( Review Comment: Wondering if we should have this configuration at all? If users turn this on they could end up with incorrect data? -- 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