Skip to content

Commit fe11b61

Browse files
committed
Add a version section to expand documentation
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 6b264d8 commit fe11b61

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/user/ppl/cmd/expand.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,17 @@ The expand command generates one row per element in the specified array field:
2626
* If the specified field is an empty array, the row is retained with the
2727
expanded field set to null.
2828

29+
Version
30+
=======
31+
Since 3.1.0
32+
2933
Syntax
3034
======
3135

3236
expand <field> [as alias]
3337

34-
* field: The field to be expanded (exploded). Currently only nested arrays are supported.
38+
* field: The field to be expanded (exploded). Currently only nested arrays are
39+
supported.
3540
* alias: (Optional) The name to use instead of the original field name.
3641

3742

0 commit comments

Comments
 (0)