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

yamamuro pushed a commit to branch pr31899
in repository https://gitbox.apache.org/repos/asf/spark.git

commit 0c4e71e00129bcffe933a8cceffab7cf51cf33ce
Author: Takeshi Yamamuro <yamam...@apache.org>
AuthorDate: Thu May 6 10:14:25 2021 +0900

    Fix
---
 docs/sql-ref-syntax-hive-format.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql-ref-syntax-hive-format.md 
b/docs/sql-ref-syntax-hive-format.md
index 8092e58..01b8d3f 100644
--- a/docs/sql-ref-syntax-hive-format.md
+++ b/docs/sql-ref-syntax-hive-format.md
@@ -30,7 +30,7 @@ There are two ways to define a row format in `row_format` of 
`CREATE TABLE` and
 
 ```sql
 row_format:    
-    SERDE serde_class [ WITH SERDEPROPERTIES (k1=v1, k2=v2, ... ) ]
+    SERDE serde_class [ WITH SERDEPROPERTIES (k1 [=] v1, k2 [=] v2, ... ) ]
     | DELIMITED [ FIELDS TERMINATED BY fields_terminated_char [ ESCAPED BY 
escaped_char ] ] 
         [ COLLECTION ITEMS TERMINATED BY collection_items_terminated_char ] 
         [ MAP KEYS TERMINATED BY map_key_terminated_char ]

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

Reply via email to