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

Replacing materialized view when the materialized view doesnt exist causes agate.mapped_sequence.MappedSequence object has no element 0 #395

Open
the4thamigo-uk opened this issue Nov 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@the4thamigo-uk
Copy link
Contributor

Describe the bug

Steps to reproduce

  1. Build a materialized view model
  2. Drop the materialized view objects on the database (keep the destination table though)
  3. Rebuild the materialized view model with full refresh

Code fails here because there are no columns in the returned object

agate.mapped_sequence.MappedSequence object has no element 0

(https://github.com/ClickHouse/ClickHouse/blob/master/programs/obfuscator/Obfuscator.cpp#L42-L80) if necessary

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

No branches or pull requests

1 participant