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

asynchronous_inserts engine AsynchronousInserts -> SystemAsynchronousInserts #34429

Merged
merged 2 commits into from
Feb 12, 2022

Conversation

filimonov
Copy link
Contributor

@filimonov filimonov commented Feb 8, 2022

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):
all system tables have System prefix in the engine. Let's make it consistent also for asynchronous_inserts table.

p.s. Normally I just filter them out using where engine not like 'System%'

Closes: #34428

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

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Feb 8, 2022
@alexey-milovidov alexey-milovidov self-assigned this Feb 8, 2022
@alexey-milovidov
Copy link
Member

Test should be updated.

@alexey-milovidov
Copy link
Member

Cannot merge with failed integration tests.
Which are also failing on master.

We need to find why they are failing, fix them, then merge this PR with master and then merge to master.

@alexey-milovidov
Copy link
Member

Depends on #34492.

@alexey-milovidov alexey-milovidov merged commit 9bb2eba into master Feb 12, 2022
@alexey-milovidov alexey-milovidov deleted the filimonov-SystemAsynchronousInserts branch February 12, 2022 07:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

system.asynchronous_inserts engine lacks System prefix
3 participants