Skip to content

Commit c040ef6

Browse files
committed
Update sql-ref-syntax-qry-select-transform.md
1 parent e37d75d commit c040ef6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/sql-ref-syntax-qry-select-transform.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ license: |
2222
### Description
2323

2424
The `TRANSFORM` clause is used to specify a Hive-style transform query specification
25-
to transform the inputs by running a specified command or script. Users can plug in their own custom
26-
command or script in the data stream by using `TRANSFORM` clause.
25+
to transform the inputs by running a user-specified command or script.
2726

2827
### Syntax
2928

@@ -117,7 +116,7 @@ will be discarded. If there is no `AS` clause after `USING my_script`, Spark ass
117116
1. key: which is before the first tab.
118117
2. value: which is the rest after the first tab.
119118

120-
If there is no enough tab, Spark will return `NULL` value in Hive Serde mode or throw `ArrayOutOfBoundsException` in `ROW FORMAT DELIMIT` mode.
119+
If there is no enough tab, Spark will return `NULL` value in `SERDE` mode or throw `ArrayOutOfBoundsException` in `DELIMITED` mode.
121120
Note that this is different from specifying an `AS key, value` because in that case, the value will only contain the portion
122121
between the first tab and the second tab if there are multiple tabs.
123122
User scripts can output debug information to standard error which will be shown on the task detail

0 commit comments

Comments
 (0)