rahulkg31 commented on issue #13963: URL: https://github.com/apache/druid/issues/13963#issuecomment-1482333846
Solution - `druid.generic.useDefaultValueForNull=false` is actually a system property and has to be added in following config file that will not convert `null` to 0. By default `druid.generic.useDefaultValueForNull=true`, and that is why the issue. druid/conf/druid/cluster/_common/common.runtime.properties I must say, documentation is little bit vague though. -- 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]
