AngersZhuuuu commented on a change in pull request #32257:
URL: https://github.com/apache/spark/pull/32257#discussion_r616686145
##########
File path: docs/sql-ref-syntax-qry-select-transform.md
##########
@@ -51,11 +51,11 @@ row_format:
* **row_format**
- Otherwise, uses the `DELIMITED` clause to specify the native SerDe and
state the delimiter, escape character, null character and so on.
+ Uses `SERDE` to specify a custom SerDe to process inputs and outputs or
uses the `DELIMITED` clause to specify the native SerDe and state the
delimiter, escape character, null character and so on.
* **SERDE**
- Specifies a custom SerDe for one table.
+ Specifies a custom SerDe to process inputs and outputs.
Review comment:
Here should not be a table, we use `SerDe` to process data
--
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]