Skip to content
Snippets Groups Projects
Unverified Commit 33b14059 authored by Simon Belak's avatar Simon Belak Committed by GitHub
Browse files

Druid: typed numerical fields in checkins (#10742)

parent 4b16e516
No related branches found
No related tags found
No related merge requests found
......@@ -73,10 +73,13 @@
"user_name"
"user_password"
"venue_category_name"
"venue_latitude"
"venue_longitude"
{:name "venue_latitude"
:type "double"}
{:name "venue_longitude"
:type "double"}
"venue_name"
"venue_price"]}}}
{:name "venue_price"
:type "float"}]}}}
:metricsSpec [{:type :count
:name :count}]
:granularitySpec {:type :uniform
......
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