gengliangwang commented on code in PR #53488:
URL: https://github.com/apache/spark/pull/53488#discussion_r2635897326
##########
common/config/src/main/resources/org/apache/spark/config/session_configs/sql.textproto:
##########
Review Comment:
QQ: how to support `createWithDefault`, `enumConf`, `fallbackConf` in this
textproto file?
For example
```
val STORE_ASSIGNMENT_POLICY =
buildConf("spark.sql.storeAssignmentPolicy")
...
.enumConf(StoreAssignmentPolicy)
.createWithDefault(StoreAssignmentPolicy.ANSI)
val ANSI_ENABLED = buildConf(SqlApiConfHelper.ANSI_ENABLED_KEY)
...
.createWithDefault(!sys.env.get("SPARK_ANSI_SQL_MODE").contains("false"))
```
--
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]