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

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -2315,15 +2315,15 @@ object SQLConf {
       "java.time.LocalDate classes of Java 8 API are used as external types 
for " +
       "Catalyst's TimestampType and DateType. If it is set to false, 
java.sql.Timestamp " +
       "and java.sql.Date are used for the same purpose.")
-    .version("")
+    .version("3.0.0")
     .booleanConf
     .createWithDefault(false)
 
   val SOURCES_BINARY_FILE_MAX_LENGTH = 
buildConf("spark.sql.sources.binaryFile.maxLength")
     .doc("The max length of a file that can be read by the binary file data 
source. " +
       "Spark will fail fast and not attempt to read the file if its length 
exceeds this value. " +
       "The theoretical max is Int.MaxValue, though VMs might implement a 
smaller max.")
-    .version("")
+    .version("3.0.0")
 
 Review comment:
   SPARK-27588, commit ID: 
618d6bff71073c8c93501ab7392c3cc579730f0b#diff-9a6b543db706f1a90f790783d6930a13

----------------------------------------------------------------
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