gengliangwang commented on a change in pull request #27194: [SPARK-30505][DOCS]
Deprecate Avro option `ignoreExtension` in sql-data-sources-avro.md
URL: https://github.com/apache/spark/pull/27194#discussion_r366010895
##########
File path: docs/sql-data-sources-avro.md
##########
@@ -230,7 +230,7 @@ Data source options of Avro can be set via:
<tr>
<td><code>ignoreExtension</code></td>
<td>true</td>
- <td>The option controls ignoring of files without <code>.avro</code>
extensions in read.<br> If the option is enabled, all files (with and without
<code>.avro</code> extension) are loaded.</td>
+ <td>The option controls ignoring of files without <code>.avro</code>
extensions in read.<br> If the option is enabled, all files (with and without
<code>.avro</code> extension) are loaded.<br> The option has been already
deprecated, and it will be removed in the future releases. Please use the
general data source option <code>pathGlobFilter</code> for filtering file
names.</td>
Review comment:
Thanks for the work.
Could you also create a doc entry for the option `pathGlobFilter` and link
to it here in this PR?
----------------------------------------------------------------
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]