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

Inferring Kotlin type: Use column definition #3572

Closed
hfhbd opened this issue Oct 5, 2022 · 0 comments · Fixed by #4517
Closed

Inferring Kotlin type: Use column definition #3572

hfhbd opened this issue Oct 5, 2022 · 0 comments · Fixed by #4517
Labels

Comments

@hfhbd
Copy link
Collaborator

hfhbd commented Oct 5, 2022

COALESCE(column1, column2) yield Long

Where columns are defined as:

column1 INTEGER AS Int
column2 INTEGER AS Int

so I'd expect Int.

Originally posted by @vanniktech in #3421 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant