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

[CALCITE-1734] Fix select query result parsing with druid 0.9.2 #416

Closed

Conversation

nishantmonu51
Copy link
Member

In druid 0.9.2 - list of dimensions and metrics was added to druid
results Druid PR - apache/druid#2491

Since calcite uses its own parsing logic, this PR fixes the logic to
ignore dimensions and metrics from resultset if present.
Tested this with both Druid v0.9.1 and v0.9.2.

Corresponding PR to upgrade test VM to druid 0.9.2 -
vlsi/calcite-test-dataset#19

In druid 0.9.2 - list of dimensions and metrics was added to druid
results Druid PR - apache/druid#2491

Since calcite uses its own parsing logic, this PR fixes the logic to
ignore dimensions and metrics from resultset if present.
Tested this with both Druid v0.9.1 and v0.9.2
@b-slim
Copy link
Contributor

b-slim commented Mar 31, 2017

👍 Thanks Nishant !

@asfgit asfgit closed this in 9f87b66 Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants