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

Don't limit virtual column output types #156

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

legoscia
Copy link
Contributor

@legoscia legoscia commented Oct 3, 2023

As of Druid 24.0.0, virtual columns are no longer restricted to LONG, FLOAT, DOUBLE and STRING.

Also don't upcase the type name. For simple type names, Druid does that for us, and for complex type names, it's not necessarily appropriate.

@legoscia legoscia requested review from a team and danilagamma and removed request for a team October 3, 2023 17:57
danilagamma
danilagamma previously approved these changes Oct 4, 2023
As of Druid 24.0.0, virtual columns are no longer restricted to LONG,
FLOAT, DOUBLE and STRING.

Also don't upcase the type name. For simple type names, Druid does
that for us, and for complex type names, it's not necessarily
appropriate.
@legoscia legoscia force-pushed the virtual-column-output-type branch from 5969fd9 to 17d27e7 Compare October 4, 2023 16:09
@legoscia legoscia requested a review from a team October 4, 2023 16:16
@legoscia legoscia merged commit b11a893 into master Oct 4, 2023
@legoscia legoscia deleted the virtual-column-output-type branch October 4, 2023 16:45
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 this pull request may close these issues.

3 participants