-
Notifications
You must be signed in to change notification settings - Fork 593
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
Migrate streaming e2e join to rust frontend #1283
Comments
See the code in #1291 This is very likely that we do not handle correctly when Materialize create new table/MV (e.g. allocate new column id etc). You can reproduce at origin/bw/add-streaming-hash-join-e2e. |
But seems like we are output correct column id when create MV |
A production question, if we have |
Good question, i think we should differentiate them. Otherwise we can not tell diff on t1.a and t2.a. |
Just tried on pg about duplicate output name:
Basically, it should be accepted as a batch query but rejected as stream. |
But the question is, java already support this: https://github.com/singularity-data/risingwave/blob/main/e2e_test/streaming/join.slt |
I prefer to give a error if user create a MV and its columns can be mixed up with name... And except the user column, our ROW_ID column name could be same in the MV. we have 2 choice.
|
@BowenXiao1999 I think the column id issue was fixed by #1314 |
Followed on #1331 . Closed |
No description provided.
The text was updated successfully, but these errors were encountered: