beliefer commented on a change in pull request #28064: [SPARK-31295][DOC] 
Supplement version for configuration appear in doc
URL: https://github.com/apache/spark/pull/28064#discussion_r399731784
 
 

 ##########
 File path: docs/sql-data-sources-avro.md
 ##########
 @@ -258,21 +258,34 @@ Data source options of Avro can be set via:
 ## Configuration
 Configuration of Avro can be done using the `setConf` method on SparkSession 
or by running `SET key=value` commands using SQL.
 <table class="table">
-  <tr><th><b>Property 
Name</b></th><th><b>Default</b></th><th><b>Meaning</b></th></tr>
+  <tr><th><b>Property 
Name</b></th><th><b>Default</b></th><th><b>Meaning</b></th><th><b>Since 
Version</b></th></tr>
   <tr>
     <td>spark.sql.legacy.replaceDatabricksSparkAvro.enabled</td>
     <td>true</td>
-    <td>If it is set to true, the data source provider 
<code>com.databricks.spark.avro</code> is mapped to the built-in but external 
Avro data source module for backward compatibility.</td>
+    <td>
+      If it is set to true, the data source provider 
<code>com.databricks.spark.avro</code> is mapped
+      to the built-in but external Avro data source module for backward 
compatibility.
+    </td>
+    <td>2.4.0</td>
 
 Review comment:
   SPARK-25129, commit ID: 
ac0174e55af2e935d41545721e9f430c942b3a0c#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