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: scope config condition regression #8306

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kostas-petrakis
Copy link
Contributor

Summary

A recent change intended to ensure cross-database compatibility between PostgreSQL and MySQL inadvertently introduced a regression affecting MySQL. This PR addresses the issue by implementing a database-specific approach. The query now checks the database dialect to determine the appropriate condition for scope configuration, ensuring correct behavior in both PostgreSQL and MySQL environments.

Does this close any open issues?

Closes #8281

Screenshots

Screenshot 2025-02-26 at 12 06 09

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. pr-type/bug-fix This PR fixes a bug severity/p2 This bug doesn’t affect the functionality or isn’t evident labels Feb 26, 2025
@kostas-petrakis
Copy link
Contributor Author

@klesh If you have time! :) as this fixes the MySQL regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-type/bug-fix This PR fixes a bug severity/p2 This bug doesn’t affect the functionality or isn’t evident size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][lake] can not edit scope config
1 participant