Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scan query: use columns instead of dimensions (#148)
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]>
- Loading branch information