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

Handle query condition causing incomplete query #2659

Conversation

Shelnutt2
Copy link
Member

If the query has a condition that filters out a tile, the tile needs to be removed from the query. The bug is when the tile remains but all cells have been filtered the query results in incomplete state since a tile remains but each submit skips the tile (since cell num is 0). This is only effects 2.5, dev has changed the code path and this no longer applies.


TYPE: BUG
DESC: Remove tiles that are empty through being filtered with a query condition

If the query has a condition that filters out a tile, the tile needs to
be removed from the query. The bug is when the tile remains but all
cells have been filtered the query results in incomplete state since a
tile remains but each submit skips the tile (since cell num is 0).
@shortcut-integration
Copy link

@Shelnutt2 Shelnutt2 merged commit be44b49 into release-2.5 Nov 24, 2021
@Shelnutt2 Shelnutt2 deleted the lucrancourt/sc-12452/mariadb-string-query-returns-incomplete-with branch November 24, 2021 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants