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 2021/01/18 04:19:19 UTC

[spark] branch branch-3.0 updated: [MINOR][DOCS] Fix typos in sql-ref-datatypes.md

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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new d8ce224  [MINOR][DOCS] Fix typos in sql-ref-datatypes.md
d8ce224 is described below

commit d8ce2249d0fb62dce161f5caa4a9143295949f93
Author: Mitsuru Kariya <Mi...@oss.nttdata.com>
AuthorDate: Mon Jan 18 13:18:03 2021 +0900

    [MINOR][DOCS] Fix typos in sql-ref-datatypes.md
    
    ### What changes were proposed in this pull request?
    Fixing typos in the docs sql-ref-datatypes.md.
    
    ### Why are the changes needed?
    To display '<element_type>' correctly.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manually run jekyll.
    
    before this fix
    ![image](https://user-images.githubusercontent.com/2217224/104865408-3df33600-597f-11eb-857b-c6223ff9159a.png)
    
    after this fix
    ![image](https://user-images.githubusercontent.com/2217224/104865458-62e7a900-597f-11eb-8a21-6d838eecaaf2.png)
    
    Closes #31221 from kariya-mitsuru/fix-typo.
    
    Authored-by: Mitsuru Kariya <Mi...@oss.nttdata.com>
    Signed-off-by: HyukjinKwon <gu...@apache.org>
    (cherry picked from commit 536a7258a829299a13035eb3550e6ce6f7632677)
    Signed-off-by: HyukjinKwon <gu...@apache.org>
---
 docs/sql-ref-datatypes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql-ref-datatypes.md b/docs/sql-ref-datatypes.md
index f27f1a0..144594b 100644
--- a/docs/sql-ref-datatypes.md
+++ b/docs/sql-ref-datatypes.md
@@ -191,7 +191,7 @@ The following table shows the type names as well as aliases used in Spark SQL pa
 |**BinaryType**|BINARY|
 |**DecimalType**|DECIMAL, DEC, NUMERIC|
 |**CalendarIntervalType**|INTERVAL|
-|**ArrayType**|ARRAY<element_type>|
+|**ArrayType**|ARRAY\<element_type>|
 |**StructType**|STRUCT<field1_name: field1_type, field2_name: field2_type, ...>|
 |**MapType**|MAP<key_type, value_type>|
 


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