Jeff Behl
07/19/2022, 2:01 PM"dateTimeFieldSpecs": [
{
"name": "start",
"dataType": "LONG",
"format": "1:SECONDS:EPOCH",
"granularity": "1:SECONDS"
},
{
"name": "end",
"dataType": "LONG",
"format": "1:SECONDS:EPOCH",
"granularity": "1:SECONDS"
}
]
but am now thinking they should be TIMESTAMP dataType? I’m not clear on the implications. We will be doing sum aggregations based groupings of like minute/hour/day/etc. thanks in advanceMayank
Jeff Behl
07/20/2022, 1:39 PMMayank