NEUpanning commented on code in PR #9181:
URL: https://github.com/apache/incubator-gluten/pull/9181#discussion_r2024664163


##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -509,6 +510,9 @@ object GlutenConfig {
       (SQLConf.CASE_SENSITIVE.key, SQLConf.CASE_SENSITIVE.defaultValueString),
       (SQLConf.IGNORE_MISSING_FILES.key, 
SQLConf.IGNORE_MISSING_FILES.defaultValueString),
       (SQLConf.LEGACY_TIME_PARSER_POLICY.key, 
SQLConf.LEGACY_TIME_PARSER_POLICY.defaultValueString),
+      (

Review Comment:
   If user doesn't set this config, the 
`SQLConf.LEGACY_STATISTICAL_AGGREGATE.defaultValueString` will be used rather 
than `false`, although it is also `false` now.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to