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 check in async buffer #31325

Merged
merged 1 commit into from
Nov 12, 2021
Merged

Fix check in async buffer #31325

merged 1 commit into from
Nov 12, 2021

Conversation

kssenii
Copy link
Member

@kssenii kssenii commented Nov 11, 2021

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Broke it 3 days ago in #31112.
It broke case when async reads were turned on with non-MergeTree tables.
Later it will not get broken again because now async reads will be turn on in all tests after #31291.
Backporting it because fix #31112, which broke it, was also backported.

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Nov 11, 2021
@kssenii kssenii added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Nov 11, 2021
@alesapin alesapin self-assigned this Nov 12, 2021
Copy link
Member

@alesapin alesapin left a comment

Choose a reason for hiding this comment

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

How only type change can help? Probably we need to change something in code?

@kssenii
Copy link
Member Author

kssenii commented Nov 12, 2021

it is not type change, is is the same as it was, but removed initialization of std::optional, it must not contain a value..

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-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.

None yet

4 participants