This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 27f57c9  [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL 
Guide/Data Sources do not work properly
27f57c9 is described below

commit 27f57c9c962344028af40807d8c2654e5618d978
Author: huangmaoyang2 <huangmaoya...@jd.com>
AuthorDate: Wed Mar 23 15:06:58 2022 +0900

    [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL Guide/Data Sources do 
not work properly
    
    SPARK-38629 Two links beneath Spark SQL Guide/Data Sources do not work 
properly
    
    ### What changes were proposed in this pull request?
    Two typos have been corrected in sql-data-sources.md under Spark's docs 
directory.
    
    ### Why are the changes needed?
    Two links under latest documentation [Spark SQL Guide/Data 
Sources](https://spark.apache.org/docs/latest/sql-data-sources.html) do not 
work properly, when click 'Ignore Corrupt File' or 'Ignore Missing Files', it 
does redirect me to the right page, but does not scroll to the right section. 
This issue actually has been there since v3.0.0.
    
    ### Does this PR introduce _any_ user-facing change?
    Yes
    
    ### How was this patch tested?
    I've built the documentation locally and tested my change.
    
    Closes #35944 from morvenhuang/SPARK-38629.
    
    Authored-by: huangmaoyang2 <huangmaoya...@jd.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
    (cherry picked from commit ac9ae98011424a030a6ef264caf077b8873e251d)
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 docs/sql-data-sources.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sql-data-sources.md b/docs/sql-data-sources.md
index 72a9f90..8c57550 100644
--- a/docs/sql-data-sources.md
+++ b/docs/sql-data-sources.md
@@ -34,8 +34,8 @@ goes into specific options that are available for the 
built-in data sources.
   * [Saving to Persistent 
Tables](sql-data-sources-load-save-functions.html#saving-to-persistent-tables)
   * [Bucketing, Sorting and 
Partitioning](sql-data-sources-load-save-functions.html#bucketing-sorting-and-partitioning)
 * [Generic File Source Options](sql-data-sources-generic-options.html)
-  * [Ignore Corrupt 
Files](sql-data-sources-generic-options.html#ignore-corrupt-iles)
-  * [Ignore Missing 
Files](sql-data-sources-generic-options.html#ignore-missing-iles)
+  * [Ignore Corrupt 
Files](sql-data-sources-generic-options.html#ignore-corrupt-files)
+  * [Ignore Missing 
Files](sql-data-sources-generic-options.html#ignore-missing-files)
   * [Path Global 
Filter](sql-data-sources-generic-options.html#path-global-filter)
   * [Recursive File 
Lookup](sql-data-sources-generic-options.html#recursive-file-lookup)
 * [Parquet Files](sql-data-sources-parquet.html)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to