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

Fix cases when intersect / except is not checked #30965

Merged
merged 5 commits into from
Nov 10, 2021

Conversation

kssenii
Copy link
Member

@kssenii kssenii commented Nov 1, 2021

Changelog category (leave one):

  • Bug Fix (user-visible misbehaviour in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix some corner cases with intersect/except. Closes #30803.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Nov 1, 2021
@evillique evillique self-assigned this Nov 1, 2021
@kssenii
Copy link
Member Author

kssenii commented Nov 10, 2021

Functional stateless tests (release, DatabaseReplicated) — Timeout -- intersecting parts, told Sasha about it.
Functional stateless tests (release, wide parts enabled) — Timeout -- segfault in MergePlainMergeTreeTask, told Nikita about it.
failed Integration tests:

  1. test_storage_hdfs/test.py::test_read_files_with_spaces -- fixed in Fix test #31250.
  2. test_storage_kafka -- something strange.

@alexey-milovidov alexey-milovidov merged commit e3650b8 into ClickHouse:master Nov 10, 2021
kssenii added a commit that referenced this pull request Nov 11, 2021
Backport #30965 to 21.11: Fix cases when intersect / except is not checked
kssenii added a commit that referenced this pull request Nov 11, 2021
Backport #30965 to 21.9: Fix cases when intersect / except is not checked
kssenii added a commit that referenced this pull request Nov 11, 2021
Backport #30965 to 21.10: Fix cases when intersect / except is not checked
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.

Segfault on query analysis when using INTERSECT
4 participants