We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6448d commit 99ad92dCopy full SHA for 99ad92d
1 file changed
docs/user/ppl/cmd/expand.rst
@@ -68,7 +68,16 @@ Limitations
68
============
69
70
* 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.
+ fields storing arrays are not supported. E.g. a string field storing an array
+ of strings cannot be expanded with the current implementation.
+* The command works only with Calcite enabled. This can be set with the
+ following command:
75
+
76
+ .. code-block::
77
78
+ PUT /_cluster/settings
79
+ {
80
+ "persistent":{
81
+ "plugins.calcite.enabled": true
82
+ }
83
0 commit comments