Skip to content
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

bug: implicit overwrite in with options #13474

Closed
tabVersion opened this issue Nov 16, 2023 · 0 comments · Fixed by #13488
Closed

bug: implicit overwrite in with options #13474

tabVersion opened this issue Nov 16, 2023 · 0 comments · Fixed by #13488
Labels
type/bug Something isn't working
Milestone

Comments

@tabVersion
Copy link
Contributor

Describe the bug

given the sql

create materialized view mv1 with (streaming_rate_limit = 1000, streaming_rate_limit = 2000) as select * from t1;

the WithOption in HandlerArgs actually gets the latter one without warning

2023-11-16T20:34:34.97059+08:00  INFO process_query_msg_one_stmt{session_id=0 stmt=CREATE MATERIALIZED VIEW mv1 WITH (streaming_rate_limit = 1000, streaming_rate_limit = 2000) AS SELECT * FROM t1}: risingwave_frontend::optimizer::optimizer_context: get with options option=WithOptions { inner: {"streaming_rate_limit": "2000"} }

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant