Ngone51 commented on a change in pull request #27302: [SPARK-30506][SQL][DOC]
Document for generic file source options/configs
URL: https://github.com/apache/spark/pull/27302#discussion_r368837173
##########
File path: docs/sql-data-sources-load-save-functions.md
##########
@@ -102,27 +102,6 @@ To load a CSV file you can use:
</div>
</div>
-To load files with paths matching a given glob pattern while keeping the
behavior of partition discovery,
-you can use:
-
-<div class="codetabs">
-<div data-lang="scala" markdown="1">
-{% include_example load_with_path_glob_filter
scala/org/apache/spark/examples/sql/SQLDataSourceExample.scala %}
-</div>
-
-<div data-lang="java" markdown="1">
-{% include_example load_with_path_glob_filter
java/org/apache/spark/examples/sql/JavaSQLDataSourceExample.java %}
-</div>
-
-<div data-lang="python" markdown="1">
-{% include_example load_with_path_glob_filter python/sql/datasource.py %}
-</div>
-
-<div data-lang="r" markdown="1">
-{% include_example load_with_path_glob_filter r/RSparkSQLExample.R %}
-</div>
-</div>
-
Review comment:
Has moved path glob filter to the new document page.
----------------------------------------------------------------
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]