Skip to content

Commit

Permalink
add nested key example to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
  • Loading branch information
salyh committed Aug 29, 2024
1 parent 0ab14de commit 74fe1cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ppl-spark-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ See the next samples of PPL queries :
**Fields**
- `source = table`
- `source = table | fields a,b,c`
- `source = table | fields level1.level2.leaf` (nested key)

**Nested-Fields**
- `source = catalog.schema.table1, catalog.schema.table2 | fields A.nested1, B.nested1`
Expand Down

0 comments on commit 74fe1cc

Please sign in to comment.