You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/27 11:18:05 UTC

[GitHub] nishantmonu51 opened a new issue #6053: Add config to replace nulls with default value at ingestion time instead of relying on system wide config

nishantmonu51 opened a new issue #6053: Add config to replace nulls with default value at ingestion time instead of relying on system wide config
URL: https://github.com/apache/incubator-druid/issues/6053
 
 
   Review comment from Gian - 
   Add configs for to enable following behavior 
   
   - Ingestion-side,  replace nulls with default values.
   - Query-side, respect nulls if they are present in storage.
   
   This allows the default configuration to be speedy (no nulls), while also allowing people to take advantage of more powerful null handling without too much work (they just need to change the storage-side config). Importantly, people don't need to set a cluster-wide config that changes the behavior for all datasources and all columns.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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