diff --git a/ppl-spark-integration/README.md b/ppl-spark-integration/README.md index 24639e444..805863cd3 100644 --- a/ppl-spark-integration/README.md +++ b/ppl-spark-integration/README.md @@ -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`