Skip to content

ISSUES-12293 allow push predicate when subquery contains with clause#12663

Merged
4ertus2 merged 4 commits intoClickHouse:masterfrom
zhang2014:fix/ISSUES-12293
Jul 24, 2020
Merged

ISSUES-12293 allow push predicate when subquery contains with clause#12663
4ertus2 merged 4 commits intoClickHouse:masterfrom
zhang2014:fix/ISSUES-12293

Conversation

@zhang2014
Copy link
Copy Markdown
Contributor

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):
fixes #12293 allow push predicate when subquery contains with clause

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Jul 22, 2020
@zhang2014
Copy link
Copy Markdown
Contributor Author

test failure : 00534_functions_bad_arguments2 ../contrib/libcxx/include/vector:1558:12: runtime error: reference binding to null pointer of type 'const std::__1::__vector_base<DB::ColumnWithTypeAndName, std::__1::allocatorDB::ColumnWithTypeAndName >::value_type' (aka 'const DB::ColumnWithTypeAndName')

is not related to this patch

@4ertus2 4ertus2 merged commit 50203a5 into ClickHouse:master Jul 24, 2020
@4ertus2
Copy link
Copy Markdown
Contributor

4ertus2 commented Jul 24, 2020

It should be backported into 20.3-6 in disabled state.

robot-clickhouse pushed a commit that referenced this pull request Jul 27, 2020
robot-clickhouse pushed a commit that referenced this pull request Jul 27, 2020
4ertus2 pushed a commit that referenced this pull request Jul 28, 2020
4ertus2 pushed a commit that referenced this pull request Jul 28, 2020
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.

Predicate push down for views containing WITH clause.

3 participants