Skip to content
Snippets Groups Projects
Commit 2866bf61 authored by Maz Ameli's avatar Maz Ameli
Browse files

merge

parents f43ef431 bd830cd5
Branches
Tags
No related merge requests found
......@@ -108,12 +108,12 @@
:else [:field-id id])]
(cond
(isa? base_type :type/DateTime)
[:datetime-field reference (or aggregation (optimal-datetime-resolution field))]
[:datetime-field reference (or aggregation
(optimal-datetime-resolution field))]
(and aggregation
; We don't handle binning on non-analyzed fields gracefully
(or (not (isa? base_type :type/Number))
(-> fingerprint :type :type/Number :min)))
(-> fingerprint :type :type/Number :min))
[:binning-strategy reference aggregation]
:else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment