carlvinhust2012 commented on code in PR #16382: URL: https://github.com/apache/doris/pull/16382#discussion_r1098137325
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1717,7 +1717,7 @@ public class Config extends ConfigBase { * If set to TRUE, FE will convert date/datetime to datev2/datetimev2(0) automatically. */ @ConfField(mutable = true, masterOnly = true) - public static boolean enable_date_conversion = false; + public static boolean enable_date_conversion = true; Review Comment: Will the datev2/datetimev2 be enabled by default? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org