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

Commits on Mar 31, 2017

  1. [CALCITE-1734] Fix select query result parsing with druid 0.9.2

    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
    nishantmonu51 committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    9e22b15 View commit details
    Browse the repository at this point in the history