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

Lifting Java type to Cascades type is inconsistent #2176

Closed
hatyo opened this issue Jun 20, 2023 · 0 comments · Fixed by #2177
Closed

Lifting Java type to Cascades type is inconsistent #2176

hatyo opened this issue Jun 20, 2023 · 0 comments · Fixed by #2177
Assignees

Comments

@hatyo
Copy link
Contributor

hatyo commented Jun 20, 2023

When constructing a literal type from an arbitrary Java object we set the nullability flag explicitly to false, however, in another entry point (OfTypeValue) we set the nullability flag to true.

This causes discrepancies when attempting to understand type requirements e.g. to check plan constraints satisfaction, which could have negative side-effects such as plan cache thrashing.

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 a pull request may close this issue.

1 participant