beliefer commented on a change in pull request #27730: 
[SPARK-30841][SQL][DOC][FOLLOW-UP] Add version information to the configuration 
of SQL
URL: https://github.com/apache/spark/pull/27730#discussion_r385546303
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1295,12 +1369,14 @@ object SQLConf {
       .doc("Whether to ignore null fields when generating JSON objects in JSON 
data source and " +
         "JSON functions such as to_json. " +
         "If false, it generates null for null fields in JSON objects.")
+      .version("")
       .booleanConf
       .createWithDefault(true)
 
   val FILE_SINK_LOG_DELETION = 
buildConf("spark.sql.streaming.fileSink.log.deletion")
     .internal()
     .doc("Whether to delete the expired log files in file stream sink.")
+    .version("")
 
 Review comment:
   SPARK-14678, commit ID: 
7bc948557bb6169cbeec335f8400af09375a62d3#diff-32bb9518401c0948c5ea19377b5069ab

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to