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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Recently we have been actively improving our query engine primarily for better c
88
88
89
89
## Documentation
90
90
91
-
Please refer to the [SQL Language Reference Manual](./docs/user/index.rst), [Piped Processing Language (PPL) Reference Manual](./docs/user/ppl/index.rst) and [Technical Documentation](https://opensearch.org/docs/latest/search-plugins/sql/index/) for detailed information on installing and configuring plugin.
91
+
Please refer to the [SQL Language Reference Manual](./docs/user/index.rst), [Piped Processing Language (PPL) Reference Manual](./docs/user/ppl/index.md) and [Technical Documentation](https://opensearch.org/docs/latest/search-plugins/sql/index/) for detailed information on installing and configuring plugin.
Copy file name to clipboardExpand all lines: docs/dev/intro-v3-engine.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,18 @@ Find more details in [V3 Architecture](./intro-v3-architecture.md).
26
26
27
27
In the initial release of the V3 engine (3.0.0), the main new features focus on enhancing the PPL language while maintaining maximum compatibility with V2 behavior.
@@ -56,6 +58,13 @@ Because of implementation changed internally, following behaviors are changed fr
56
58
57
59
### 3.3 Limitations
58
60
61
+
For the following commands or functions, we add some defensive restrictions to ensure security.
62
+
63
+
#### New Restrictions
64
+
-`EVAL` won't allow to use [Metadata Fields of OpenSearch](https://docs.opensearch.org/docs/latest/field-types/metadata-fields/index/) as the fields
65
+
-`RENAME` won't allow renaming to a [Metadata Fields of OpenSearch](https://docs.opensearch.org/docs/latest/field-types/metadata-fields/index/)
66
+
-`as` won't allow to use [Metadata Fields of OpenSearch](https://docs.opensearch.org/docs/latest/field-types/metadata-fields/index/) as the alias name
67
+
59
68
For the following functionalities in V3 engine, the query will be forwarded to the V2 query engine and thus you cannot use new features in [2. What's New](#2-whats-new).
60
69
61
70
#### Unsupported functionalities (up to latest)
@@ -80,7 +89,5 @@ If you're interested in the new query engine, please find more details in [V3 Ar
80
89
The following items are on our roadmap with high priority:
81
90
- Resolve the [V3 limitation](#33-limitations).
82
91
- Advancing pushdown optimization and benchmarking
83
-
- Backport to 2.19.x
84
92
- Unified the PPL syntax between [PPL-on-OpenSearch](https://github.com/opensearch-project/sql/blob/main/ppl/src/main/antlr/OpenSearchPPLParser.g4) and [PPL-on-Spark](https://github.com/opensearch-project/opensearch-spark/blob/main/ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4)
0 commit comments