You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "rahulkg31 (via GitHub)" <gi...@apache.org> on 2023/03/24 06:48:53 UTC

[GitHub] [druid] rahulkg31 commented on issue #13963: Ingest null value for INT and LONG type column in Druid

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org