uros-b commented on code in PR #56737: URL: https://github.com/apache/spark/pull/56737#discussion_r3467110196
########## docs/sql-ref-syntax-ddl-create-table-datasource.md: ########## @@ -57,7 +57,7 @@ as any order. For example, you can write COMMENT table_comment after TBLPROPERTI * **OPTIONS** - Options of data source which will be injected to storage properties. + Options of data source which will be injected to storage properties. Each option is a key-value pair. The equals sign (`=`) separating the key and value is optional; a space can be used instead. Review Comment: Nit regarding `a space can be used instead` (possibly in several places): this phrasing is slightly loose (any whitespace delimiter works, not strictly a single space). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
