Skip to content

Add test for #71217#76311

Merged
nikitamikhaylov merged 3 commits intomasterfrom
block-structure-match
Feb 18, 2025
Merged

Add test for #71217#76311
nikitamikhaylov merged 3 commits intomasterfrom
block-structure-match

Conversation

@nikitamikhaylov
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

This closes: #71217

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Feb 17, 2025

Workflow [PR], commit [0d526e7]

@clickhouse-gh clickhouse-gh bot added the pr-not-for-changelog This PR should not be mentioned in the changelog label Feb 17, 2025
@alexey-milovidov alexey-milovidov self-assigned this Feb 18, 2025
@novikd
Copy link
Copy Markdown
Member

novikd commented Feb 18, 2025

@nikitamikhaylov let's also add a query @serxa mentioned in the issue:

SELECT * FROM (SELECT 1 AS a, 2 AS b FROM system.one INNER JOIN system.one USING (dummy) UNION ALL SELECT 3 AS a, 4 AS b FROM system.one) WHERE a != 10 ORDER BY a ASC, a != 10 ASC, b ASC

@nikitamikhaylov
Copy link
Copy Markdown
Member Author

@novikd Seems to be added already? Check l.3 in the test.

@novikd
Copy link
Copy Markdown
Member

novikd commented Feb 18, 2025

Oh, yes, you're right.

@nikitamikhaylov nikitamikhaylov added this pull request to the merge queue Feb 18, 2025
Merged via the queue into master with commit 3022385 Feb 18, 2025
120 of 127 checks passed
@nikitamikhaylov nikitamikhaylov deleted the block-structure-match branch February 18, 2025 11:38
@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logical error: 'Block structure mismatch in QueryPipeline stream: different columns

4 participants