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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Thank you to all who have contributed!
36
36
-**EXPERIMENTAL** Evaluation of `EXCLUDE` in the `EvaluatingCompiler`
37
37
- This is currently marked as experimental until the RFC is approved https://github.com/partiql/partiql-lang/issues/27
38
38
- This will be added to the `PhysicalPlanCompiler` in an upcoming release
39
+
-**EXPERIMENTAL**: Adds support for EXCLUDE in the default SqlDialect.
39
40
40
41
### Changed
41
42
- StaticTypeInferencer and PlanTyper will not raise an error when an expression is inferred to `NULL` or `unionOf(NULL, MISSING)`. In these cases the StaticTypeInferencer and PlanTyper will still raise the Problem Code `ExpressionAlwaysReturnsNullOrMissing` but the severity of the problem has been changed to warning. In the case an expression always returns `MISSING`, problem code `ExpressionAlwaysReturnsMissing` will be raised, which will have problem severity of error.
0 commit comments