huaxingao commented on a change in pull request #31899:
URL: https://github.com/apache/spark/pull/31899#discussion_r603646685



##########
File path: docs/sql-ref-syntax-ddl-create-table-hiveformat.md
##########
@@ -37,11 +37,11 @@ CREATE [ EXTERNAL ] TABLE [ IF NOT EXISTS ] table_identifier
     [ ROW FORMAT row_format ]
     [ STORED AS file_format ]
     [ LOCATION path ]
-    [ TBLPROPERTIES ( key1=val1, key2=val2, ... ) ]
+    [ TBLPROPERTIES ( key1 [=] val1, key2 [=] val2, ... ) ]
     [ AS select_statement ]
 
 row_format:    
-    : SERDE serde_class [ WITH SERDEPROPERTIES (k1=v1, k2=v2, ... ) ]
+    : SERDE serde_class [ WITH SERDEPROPERTIES (key1 [=] val1, key2 [=] val2, 
...)  ]

Review comment:
       you accidentally added an extra space in between of `)` and `]`?
   
   
   
   




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to