ferristseng opened a new issue #7050: Ingestion with Hadoop Indexer still treats null numeric dimensions as 0 (0.13.0-incubating) URL: https://github.com/apache/incubator-druid/issues/7050 I'm running into an issue where the Hadoop Indexer is still treating null numeric dimensions as 0 in `0.13.0-incubating`, even when the system property `druid.generic.useDefaultValueForNull` is set to `false`. I dug a little bit into the code, and noticed that the Hadoop Indexer was not updated to treat null numeric dimensions in a SQL-compatible way: https://github.com/apache/incubator-druid/blob/7e48593b5780c3bc4852d183dc473be283c84d25/indexing-hadoop/src/main/java/org/apache/druid/indexer/InputRowSerde.java#L179 I made a fix for the issue here: https://github.com/apache/incubator-druid/pull/7020
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
