You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/admin/settings.rst
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -792,4 +792,16 @@ If Calcite pushdown optimization is enabled, this setting is used to estimate th
792
792
793
793
1. The default value is 0.9 since 3.1.0.
794
794
2. This setting is node scope.
795
-
3. This setting can be updated dynamically.
795
+
3. This setting can be updated dynamically.
796
+
797
+
plugins.calcite.all_join_types.allowed
798
+
======================================
799
+
800
+
Description
801
+
-----------
802
+
803
+
Join types ``inner``, ``left``, ``outer`` (alias of ``left``), ``semi`` and ``anti`` are supported by default. ``right``, ``full``, ``cross`` are performance sensitive join types which are disabled by default. Set config ``plugins.calcite.all_join_types.allowed = true`` to enable.
Copy file name to clipboardExpand all lines: docs/user/ppl/admin/settings.rst
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,3 +159,33 @@ Rollback to default value::
159
159
}
160
160
161
161
Note: the legacy settings of ``opendistro.query.size_limit`` is deprecated, it will fallback to the new settings if you request an update with the legacy name.
162
+
163
+
plugins.calcite.all_join_types.allowed
164
+
======================================
165
+
166
+
Description
167
+
-----------
168
+
169
+
Since 3.3.0, join types ``inner``, ``left``, ``outer`` (alias of ``left``), ``semi`` and ``anti`` are supported by default. ``right``, ``full``, ``cross`` are performance sensitive join types which are disabled by default. Set config ``plugins.calcite.all_join_types.allowed = true`` to enable.
0 commit comments