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

scan query: use columns instead of dimensions #148

Merged
merged 1 commit into from
Jan 31, 2019

Conversation

adelcast
Copy link
Contributor

Scan queries use the columns parameter (string array) to define the
dimension to return [1]. Currently, pydruid is incorrectly filling a
dimensions parameter, which ends up being ignored (and the scan query
always return all dimensions).

[1] http://druid.io/docs/latest/querying/scan-query.html

Signed-off-by: Alejandro del Castillo [email protected]

Scan queries use the columns parameter (string array) to define the
dimension to return [1]. Currently, pydruid is incorrectly filling a
dimensions parameter, which ends up being ignored (and the scan query
always return all dimensions).

[1] http://druid.io/docs/latest/querying/scan-query.html

Signed-off-by: Alejandro del Castillo <[email protected]>
@mistercrunch
Copy link
Member

LGTM

@mistercrunch mistercrunch merged commit 0a59a70 into druid-io:master Jan 31, 2019
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.

2 participants