HyukjinKwon commented on a change in pull request #24518: [SPARK-27627][SQL]
Make option "pathGlobFilter" as a general option for all file sources
URL: https://github.com/apache/spark/pull/24518#discussion_r364015140
##########
File path:
external/avro/src/main/scala/org/apache/spark/sql/avro/AvroOptions.scala
##########
@@ -59,14 +59,15 @@ class AvroOptions(
* If the option is not set, the Hadoop's config
`avro.mapred.ignore.inputs.without.extension`
* is taken into account. If the former one is not set too, file extensions
are ignored.
*/
+ @deprecated("Use the general data source option pathGlobFilter for filtering
file names", "3.0")
Review comment:
I think it already shows an warning at
https://github.com/apache/spark/pull/24518/files/d8f8420d9d3c97f96c1e09855e008ece3f275ad3#diff-8b28467c7f7a28d7fcf208a613a373c8R61
----------------------------------------------------------------
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]