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

feat: Support Null scalar type #133

Merged
merged 6 commits into from
Feb 5, 2024

Conversation

MazterQyou
Copy link
Member

This PR adds support for Null scalar type which can be casted from any type and can be casted to any type. It also fixes an issue with CASE expressions always having the type of the first value, which might be Utf8(NULL): now the first non-Null expression is picked. Related tests are modified.

@MazterQyou MazterQyou marked this pull request as draft January 19, 2024 13:23
@ovr ovr marked this pull request as ready for review January 22, 2024 17:04
@MazterQyou MazterQyou force-pushed the cubesql/null-type-support branch from a044caa to 1fc18bb Compare February 5, 2024 14:27
@MazterQyou MazterQyou merged commit 3c85ef6 into cubesql-3-04-2022 Feb 5, 2024
23 checks passed
@MazterQyou MazterQyou deleted the cubesql/null-type-support branch February 5, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants