Skip to content

Fix broken 02862_sorted_distinct_sparse_fix#53738

Merged
KochetovNicolai merged 1 commit intomasterfrom
fix-02862_sorted_distinct_sparse_fix
Aug 23, 2023
Merged

Fix broken 02862_sorted_distinct_sparse_fix#53738
KochetovNicolai merged 1 commit intomasterfrom
fix-02862_sorted_distinct_sparse_fix

Conversation

@antonio2368
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

cc @devcrafter @alexey-milovidov this should be also applied to all backport PRs

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/

@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added the pr-not-for-changelog This PR should not be mentioned in the changelog label Aug 23, 2023
@robot-clickhouse-ci-2
Copy link
Copy Markdown
Contributor

robot-clickhouse-ci-2 commented Aug 23, 2023

This is an automated comment for commit 240d29b with description of existing statuses. It's updated for the latest CI running
The full report is available here
The overall status of the commit is 🟡 pending

Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR🟡 pending
Fast testNormally this is the first check that is ran for a PR. It builds ClickHouse and runs most of stateless functional tests, omitting some. If it fails, further checks are not started until it is fixed. Look at the report to see which tests fail, then reproduce the failure locally as described here🟢 success
Mergeable CheckChecks if all other necessary checks are successful🟢 success
Push to DockerhubThe check for building and pushing the CI related docker images to docker hub🟢 success
Style CheckRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report🟢 success

@nikitamikhaylov nikitamikhaylov self-assigned this Aug 23, 2023
select trimLeft(explain) from (explain pipeline SELECT DISTINCT id, v FROM t_sparse_distinct) where explain ilike '%DistinctSortedChunkTransform%';
DistinctSortedChunkTransform
SELECT DISTINCT id, v FROM t_sparse_distinct format Null;
DROP TABLE t_sparse_distinct;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather add -- { echoOff } in sql file before DROP statement

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge to fix fasttest faster

@KochetovNicolai KochetovNicolai merged commit 6d6d5f5 into master Aug 23, 2023
@KochetovNicolai KochetovNicolai deleted the fix-02862_sorted_distinct_sparse_fix branch August 23, 2023 10:28
@devcrafter devcrafter added pr-must-backport Pull request should be backported intentionally. Use this label with great care! pr-must-backport-cloud labels Aug 23, 2023
@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-backports-created-cloud deprecated label, NOOP label Aug 23, 2023
@devcrafter devcrafter added pr-must-backport Pull request should be backported intentionally. Use this label with great care! and removed pr-must-backport Pull request should be backported intentionally. Use this label with great care! labels Aug 24, 2023
@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Aug 24, 2023
devcrafter added a commit that referenced this pull request Aug 25, 2023
Backport #53738 to 23.7: Fix broken `02862_sorted_distinct_sparse_fix`
devcrafter added a commit that referenced this pull request Aug 25, 2023
Backport #53738 to 22.8: Fix broken `02862_sorted_distinct_sparse_fix`
@devcrafter devcrafter added v23.3-must-backport and removed pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore labels Aug 28, 2023
@robot-ch-test-poll3 robot-ch-test-poll3 added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Aug 28, 2023
devcrafter added a commit that referenced this pull request Aug 29, 2023
Backport #53738 to 23.5: Fix broken `02862_sorted_distinct_sparse_fix`
devcrafter added a commit that referenced this pull request Aug 29, 2023
Backport #53738 to 23.3: Fix broken `02862_sorted_distinct_sparse_fix`
devcrafter added a commit that referenced this pull request Aug 29, 2023
Backport #53738 to 23.6: Fix broken `02862_sorted_distinct_sparse_fix`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-backports-created-cloud deprecated label, NOOP pr-must-backport Pull request should be backported intentionally. Use this label with great care! pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants