Skip to content
Snippets Groups Projects
Unverified Commit 73b170af authored by Cam Saul's avatar Cam Saul
Browse files

Fix Druid test so it passes with 0.11.0 [ci drivers]

parent cc12b2b7
No related branches found
No related tags found
No related merge requests found
......@@ -64,17 +64,17 @@
(sort-by first)
(take 5))))
(def ^:const ^:private ^String native-query-1
(def ^:private ^String native-query-1
(json/generate-string
{:intervals ["1900-01-01/2100-01-01"]
:granularity :all
:queryType :select
:pagingSpec {:threshold 2}
:dataSource :checkins
:dimensions [:venue_price
:venue_name
:dimensions [:id
:user_name
:id]
:venue_price
:venue_name]
:metrics [:count]}))
(defn- process-native-query [query]
......@@ -107,7 +107,7 @@
;; make sure we can run a native :timeseries query. This was throwing an Exception -- see #3409
(def ^:const ^:private ^String native-query-2
(def ^:private ^String native-query-2
(json/generate-string
{:intervals ["1900-01-01/2100-01-01"]
:granularity {:type :period
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment