Maplejw opened a new issue, #13264: URL: https://github.com/apache/druid/issues/13264
When I uprage druid from 0.20.2 to 24.0. broker can not launch successfully, it's log  It means some datasources the device_id_sketch is null, so I check my datasource and ingestion spec  this is my ingestion spec about metricsSpec ``` "metricsSpec": [ { "type": "longSum", "name": "behavior_total_times", "fieldName": "behavior_total_times", "expression": null }, { "type": "thetaSketch", "name": "device_id_sketch", "fieldName": "device_id", "size": 16384, "shouldFinalize": true, "isInputThetaSketch": false, "errorBoundsStdDev": null } ] ``` So why my device_id is not null, but device_id_sketch is null,and why 0.20.2 it run well,but upgrate 24.0,it fails -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
