Skip to content

Commit 0458b0b

Browse files
kolchfa-awsaryasoni98
authored andcommitted
Update plugins.calcite.enabled setting default (opensearch-project#11435)
Signed-off-by: kolchfa-aws <[email protected]> Signed-off-by: Arya Soni <[email protected]>
1 parent 0fd5d2f commit 0458b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_search-plugins/sql/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Setting | Default | Description
8080
`plugins.query.size_limit` | 200 | Sets the default size of index that the query engine fetches from OpenSearch.
8181
`plugins.query.datasources.enabled` | true | Change to `false` to disable support for data sources in the plugin.
8282
`plugins.query.field_type_tolerance` | true | If `false`, then an array is reduced to the first non-array value at any nesting level. For example, `[[1, 2], [3, 4]]` will be reduced to `1`. If `true`, then the array is preserved. Default is `true`.
83-
`plugins.calcite.enabled` | false | Set to `true` to enable experimental features that use the Apache Calcite query engine, including advanced SQL and PPL capabilities such as subsearches, joins, and lookup operations.
83+
`plugins.calcite.enabled` | true | Enables the Apache Calcite query engine, including advanced SQL and PPL capabilities such as subsearches, joins, and lookup operations.
8484

8585
## Spark connector settings
8686

0 commit comments

Comments
 (0)