woj-i commented on code in PR #40821:
URL: https://github.com/apache/spark/pull/40821#discussion_r1173361607
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1864,6 +1864,13 @@ object SQLConf {
.checkValue(v => Set(1, 2).contains(v), "Valid versions are 1 and 2")
.createWithDefault(2)
+ val CUSTOM_OUTPUT_METADATA_PATH =
buildConf("spark.sql.streaming.metadata.output.path")
Review Comment:
OK! I changed the name according to guideline in
`core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala`
--
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]