-
Notifications
You must be signed in to change notification settings - Fork 591
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
feat(frontend): support alter add column for shared source #19649
Conversation
3698c6d
to
dcf9e2b
Compare
2830087
to
e8f3f89
Compare
dcf9e2b
to
5b06546
Compare
e8f3f89
to
e68963c
Compare
1d9faeb
to
2a4081e
Compare
e68963c
to
ae050b3
Compare
e7756d6
to
c3219ea
Compare
ae050b3
to
f32b9a5
Compare
c3219ea
to
89ea6eb
Compare
f32b9a5
to
4cd88e3
Compare
89ea6eb
to
d56b1da
Compare
4cd88e3
to
e46f9ae
Compare
d56b1da
to
0ab300f
Compare
c03e79d
to
7c0ac3f
Compare
0ab300f
to
55aa35f
Compare
4a9a63d
to
fe53106
Compare
55aa35f
to
8a37656
Compare
fe53106
to
122a819
Compare
4bd5815
to
2bacad6
Compare
835348d
to
ffb51b8
Compare
2bacad6
to
a52d3bd
Compare
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
a52d3bd
to
423935c
Compare
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.
My concern is the old implementation for ALTER SOURCE ADD COLUMN
for non-shared source is already problematic. (date back to #17293) You may get a rough idea from the fact that SourceVersion
doesn't have a last_column_id like TableVersion
. cc @BugenZhao
But seemingly we haven't make it worse now...
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.
423935c
to
d2a8cc2
Compare
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
fe part of #19063
Checklist
./risedev check
(or alias,./risedev c
)Documentation
Release note
If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.