-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merges v1
into main
#1672
Merges v1
into main
#1672
Conversation
…ignatures Updates AVG to return DECIMAL
Adds compilation/evaluation support for UNION/INTERSECT/EXCEPT ALL/DISTINCT
* Parsing for attribute and tuple constraint Co-authored-by: Alan Cai <[email protected]>
* struct subfield and list element type --------- Co-authored-by: Alan Cai <[email protected]>
Co-authored-by: Arash Maymandi <[email protected]> Co-authored-by: Alan Cai <[email protected]>
…ive` parse rules (partiql#1457)
Updates planning tests Removes exhaustive attribute from dynamic call
This reverts commit 20a8434.
This reverts commit 0e1564e.
Merges main into v1
) (cherry picked from commit 68e4849)
Rewrites PLUS and BITWISE_AND implementations using new modeling
Co-authored-by: Alan Cai <[email protected]>
Removes InsertColumnList AST node Fixes the passing of some AST children Updates Javadocs Adds tests for explicit use of ROW
Adds SqlDialect for the DML statements Fixes the getChildren for multiple DML AST nodes Updates Javadocs to reference unimplemented, future features
Adds the conversion for ExprValues to a plan node
Adds DML (INSERT, DELETE, UPDATE, UPSERT, REPLACE)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub UI freezes when I try to open the PR file diff. Added a couple comments on the last commit.
Perhaps those last changes were missing since the last merge of
|
Updates wiki markdown file and reference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conformance report results line up w/ the most recent v1
report with 5561 tests passing:
Description
v1
intomain
git merge --strategy-option theirs v1
v1
, I deleted the file.v1
. To verify, add my fork and run:git diff <my fork>/main-merge-v1..<target remote>/v1 --name-only
.git diff origin/main-merge-v1..upstream/v1 --name-only
Follow-Up
main
#1673.License Information
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.