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

Reworking fix for issue 7878 #8778

Closed
wants to merge 4 commits into from

Conversation

vzakaznikov
Copy link
Contributor

@vzakaznikov vzakaznikov commented Jan 22, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Continuation of #8766.
Fixing issue when a materialized view inner table has different number of columns than the query stored in the materialized view.

Detailed description / Documentation draft:

Reworking fix for issue #7878. Removing NameOrDefault mode from CovertingBlockInputStream and switching to using AddingMissedBlockInputStream to properly support default expressions.

@KochetovNicolai KochetovNicolai added the pr-bugfix Pull request with bugfix, not backported by default label Jan 22, 2020
Vitaliy Zakaznikov added 2 commits January 22, 2020 22:26
as the other approach caused test regressions. This time we just
erase the columns that need to be set to the default value or expression.
@vzakaznikov
Copy link
Contributor Author

Changes caused test regressions in Functional stateless tests (debug)

00975_recursive_materialized_view
00626_replace_partition_from_table_zookeeper
00508_materialized_view_to

https://clickhouse-test-reports.s3.yandex.net/8778/54c823437967cda5fe8b6a4ad9744a4fcf3b2241/functional_stateless_tests_(debug).html

@vzakaznikov
Copy link
Contributor Author

This solution will not work. Closing this PR and moving work to #8788.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants