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 2020/08/29 04:33:49 UTC

[GitHub] [druid] noskcire11 commented on issue #4349: [Proposal] Improve Handling of Nulls in Druid

noskcire11 commented on issue #4349:
URL: https://github.com/apache/druid/issues/4349#issuecomment-683235158


   i guess proposal no 6 means to preserve column metadata on all null columns, right?
   
   in my case(1 of 2 cases): i have this column which only contain null values (for now). after ingesting it to druid, the column is missing (the datasource doesn't have that column). so my query in some app to druid using that column ended up as an error (no column). and when some other segment ingested with the column contains non null values, the datasource finally have that column (even though only 1 segment have that non null value)
   
   the other case is with turnilo, which i assume only using the last segment metadata as the datasource structure when the turnilo refresh it. so if the last segment ingested contains an 'all-null' column, it resulted in an error


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



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