Skip to content

Fix check in async buffer#31325

Merged
kssenii merged 1 commit intomasterfrom
kssenii-fix
Nov 12, 2021
Merged

Fix check in async buffer#31325
kssenii merged 1 commit intomasterfrom
kssenii-fix

Conversation

@kssenii
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

4 participants