Skip to content

Commit 99ad92d

Browse files
committed
Tweak expand command doc
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 4c6448d commit 99ad92d

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

docs/user/ppl/cmd/expand.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,16 @@ Limitations
6868
============
6969

7070
* The ``expand`` command currently only supports nested arrays. Primitive
71-
fields storing arrays are not currently supported. E.g. a string field
72-
storing an array of strings cannot be expanded with the current
73-
implementation.
74-
* The ``expand`` command is only available since 3.1.0.
71+
fields storing arrays are not supported. E.g. a string field storing an array
72+
of strings cannot be expanded with the current implementation.
73+
* The command works only with Calcite enabled. This can be set with the
74+
following command:
75+
76+
.. code-block::
77+
78+
PUT /_cluster/settings
79+
{
80+
"persistent":{
81+
"plugins.calcite.enabled": true
82+
}
83+
}

0 commit comments

Comments
 (0)