Skip to content

Commit

Permalink
[FLINK-37267][table] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavodemorais committed Feb 7, 2025
1 parent 8913370 commit f5e7456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/dev/table/sql/queries/joins.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ order_1 pants 2
order_1 hat 3

-- Returns a new row for each element and its position in the array
-- assuming a Orders table with an array column `product_names`
-- assuming a Orders table with an array column `product_names`.
SELECT order_id, product_name, product_index
FROM Orders
CROSS JOIN UNNEST(product_names)
Expand Down

0 comments on commit f5e7456

Please sign in to comment.