Skip to content

Commit 203f544

Browse files
committed
Update sql-ref-syntax-hive-format.md
1 parent d98f825 commit 203f544

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

docs/sql-ref-syntax-hive-format.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ license: |
2121

2222
### Description
2323

24-
Spark support Hive format in `CREATE TABLE` clause and `TRANSFORM` clause, Hive format support
25-
`SERDE` and native `DELIMITED`.
24+
Spark supports Hive format in `CREATE TABLE` clause and `TRANSFORM` clause,
25+
to specify serde or text delimeter. In `row_format`, uses the `SERDE` clause to specify a custom SerDe
26+
for one table or processing inputs and outputs data. Otherwise, use the `DELIMITED` clause
27+
to use the native SerDe and specify the delimiter, escape character, null character and so on.
2628

2729
### Syntax
2830

@@ -37,18 +39,10 @@ row_format:
3739
```
3840

3941
### Parameters
42+
43+
* **SERDE serde_class**
4044

41-
* **row_format**
42-
43-
Use the `SERDE` clause to specify a custom SerDe for one table or processing inputs and outputs data. Otherwise, use the `DELIMITED` clause to use the native SerDe and specify the delimiter, escape character, null character and so on.
44-
45-
* **SERDE**
46-
47-
Specifies a custom SerDe for one table or processing inputs and outputs data.
48-
49-
* **serde_class**
50-
51-
Specifies a fully-qualified class name of a custom SerDe.
45+
Specifies a fully-qualified class name of custom SerDe for one table or processing inputs and outputs data.
5246

5347
* **SERDEPROPERTIES**
5448

0 commit comments

Comments
 (0)