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

Code cleanup

parent eccdf9b9
No related branches found
No related tags found
No related merge requests found
......@@ -71,11 +71,11 @@
;;; ### Sync
(defn- do-segment-metadata-query [details datasource]
(do-query details {"queryType" "segmentMetadata"
"dataSource" datasource
"intervals" ["1999-01-01/2114-01-01"]
(do-query details {"queryType" "segmentMetadata"
"dataSource" datasource
"intervals" ["1999-01-01/2114-01-01"]
"analysisTypes" []
"merge" true}))
"merge" true}))
(defn- druid-type->base-type [field-type]
(case field-type
......
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