Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use well-defined dimensions instead of strings (#284)
Using dimensions as a list of strings causes ambiguity in other druid clients. Well-defined dimensions makes use of the utility in pydruid to create dimensions as DimensionSpec. This helps with deterministic serialization and de-serialization of the query. --------- Signed-off-by: shrivardhan <[email protected]> Co-authored-by: Avik Basu <[email protected]>
- Loading branch information