Slackbot
01/14/2023, 10:15 PMtilak chowdary
01/15/2023, 6:09 AMJohn Kowtko
01/15/2023, 6:05 PMtilak chowdary
01/15/2023, 6:44 PM"dimensions": [
{
"type": "string",
"name": "traceId",
"multiValueHandling": "SORTED_ARRAY",
"createBitmapIndex": true
}
{
"type": "string",
"name": "originEntityIds",
"multiValueHandling": "SORTED_SET",
"createBitmapIndex": true
},
],"metricsSpec": [
{
"type": "longMax",
"name": "numErrors",
"fieldName": "numErrors"
}
],tilak chowdary
01/15/2023, 6:46 PMJohn Kowtko
01/15/2023, 7:02 PMtilak chowdary
01/15/2023, 7:07 PMJohn Kowtko
01/15/2023, 7:17 PMJohn Kowtko
01/15/2023, 7:39 PMtilak chowdary
01/15/2023, 7:42 PMtilak chowdary
01/15/2023, 7:43 PMJohn Kowtko
01/15/2023, 7:43 PMJohn Kowtko
01/15/2023, 7:45 PMtilak chowdary
01/15/2023, 7:51 PMJohn Kowtko
01/15/2023, 8:02 PMClint Wylie
01/16/2023, 12:12 AMClint Wylie
01/16/2023, 12:12 AMClint Wylie
01/16/2023, 12:14 AMtilak chowdary
01/16/2023, 1:33 AMKaran Kumar
01/18/2023, 2:14 AMfinalizeAggregations:true in your MSQ insert query and see if it works ?tilak chowdary
01/18/2023, 6:11 AMKaran Kumar
01/19/2023, 2:30 PMfinalizeAggregations:true you are basically telling sql based ingestion I donot want to roll up more. This means that we donot store the agg factory information as part of the segment metadata.
The exception you were getting was from the segment generation face where we are trying to store this aggregator factory information while generating the segment.
As the calcite layer now handles returns arrays<String> we would need to tell the segmentGeneratorFrameProcesser how to handle such agg factories.
Can you please raise a github issue for this. I think this is worthwhile to trackKaran Kumar
01/19/2023, 2:31 PM