panpur opened a new issue #10570: URL: https://github.com/apache/druid/issues/10570
Tested in druid 0.20.0 with `druid.generic.useDefaultValueForNull=false` I have exising druid datasource:  Then I tried to aggregate using ingestion spec `{ "type": "index_parallel", "spec": { "dataSchema": { "dimensionsSpec": { "dimensions": [{ "name": "MONITOR_ID", "type": "long" }] }, "metricsSpec": [{ "fieldName": "L3", "name": "L3", "type": "longSum" }, { "name": "CNT", "type": "count" }], "granularitySpec": { "segmentGranularity": "day", "queryGranularity": "hour" }, "timestampSpec": { "column": "POLL_TIME", "format": "millis" }, "dataSource": "z_3600000_0" }, "ioConfig": { "appendToExisting": true, "inputSource": { "interval": "2020-11-10T03:26:00.000Z/2020-11-10T03:31:00.000Z", "type": "druid", "dataSource": "z_60000_0" }, "type": "index_parallel" } } }` The longSum result for L3 is null  Is this a bug or am I missing something? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
