-
Notifications
You must be signed in to change notification settings - Fork 706
feat(source): ban pk constraint on non materialized source #6435
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
Conversation
Co-authored-by: Bugen Zhao <[email protected]>
tabVersion
left a comment
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.
LGTM
…ngularity-data/risingwave into sts/ban_pk_on_non_materialized_source
Codecov Report
@@ Coverage Diff @@
## main #6435 +/- ##
==========================================
- Coverage 74.28% 74.10% -0.18%
==========================================
Files 960 966 +6
Lines 156525 158144 +1619
==========================================
+ Hits 116277 117197 +920
- Misses 40248 40947 +699
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* feat(source): ban pk constraint on non materialized source * Update src/frontend/src/handler/create_source.rs Co-authored-by: Bugen Zhao <[email protected]> * change e2e test to CREATE MATERIALIZED SOURCE Co-authored-by: Bugen Zhao <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Checklist
./risedev check(or alias,./risedev c)Documentation
Types of user-facing changes
Release note
We can not do the PRIMARY KEY constraint check on a non-materilaized source and recommend user using "CREATE MATERIALIZED SOURCE" instead
Refer to a related PR or issue link (optional)