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

Gen4: filter on derived union system table with star projection #9263

Merged

Conversation

harshit-gangal
Copy link
Member

Description

This PR add support for filter on derived union system table with star projection.

Related Issue(s)

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

…ection case only

Signed-off-by: Harshit Gangal <harshit@planetscale.com>
…able with filter

Signed-off-by: Harshit Gangal <harshit@planetscale.com>
@harshit-gangal harshit-gangal added Type: Enhancement Logical improvement (somewhere between a bug and feature) Component: Query Serving release notes labels Nov 18, 2021
Copy link
Member

@GuptaManan100 GuptaManan100 left a comment

Choose a reason for hiding this comment

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

Also, how does this change fix the panic? The planbuilding would have failed if we tried pushing predicate on the concatenate, or are we ignoring the error from this somewhere?

@harshit-gangal
Copy link
Member Author

harshit-gangal commented Nov 18, 2021

Also, how does this change fix the panic? The planbuilding would have failed if we tried pushing predicate on the concatenate, or are we ignoring the error from this somewhere?

panic was fixed by other PR, this is a follow-up issue.
more details are present in the same issue comments.

@harshit-gangal harshit-gangal merged commit d6b2258 into vitessio:main Nov 19, 2021
@harshit-gangal harshit-gangal deleted the derived-union-systable-filter branch November 19, 2021 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Query Serving Type: Enhancement Logical improvement (somewhere between a bug and feature)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typeorm: add support for information schema query coming from framework
3 participants