You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/03/23 06:13:27 UTC

[spark] branch branch-3.1 updated: [SPARK-38629][SQL][DOCS] Two links beneath Spark SQL Guide/Data Sources do not work properly

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

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


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

commit 25ac5fc4f62249de3302ecf66154e9cb75e0fae3
Author: huangmaoyang2 <hu...@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 <hu...@jd.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
    (cherry picked from commit ac9ae98011424a030a6ef264caf077b8873e251d)
    Signed-off-by: Hyukjin Kwon <gu...@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 9396846..766abfe 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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org