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 2019/07/31 19:32:51 UTC

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

WilliamWhispell commented on issue #4349: [Proposal] Improve Handling of Nulls in Druid
URL: https://github.com/apache/incubator-druid/issues/4349#issuecomment-516989358
 
 
   I notice when ingesting csvs, where I want to allow for null values, I see:
   
   exceptions: [could not convert value [] to double,could not convert value [] to double,could not convert value [] to double,could not convert value [] to double,could not convert value [] to double,could not convert value [] to double,]
   	at org.apache.druid.segment.incremental.IncrementalIndex.getCombinedParseException(IncrementalIndex.java:757) ~[druid-processing-0.15.0-incubating.jar:0.15.0-incubating]
   	at org.apache.druid.segment.incremental.IncrementalIndex.add(IncrementalIndex.java:611) ~[druid-processing-0.15.0-incubating.jar:0.15.0-incubating]
   	at org.apache.druid.segment.realtime.plumber.Sink.add(Sink.java:180) ~[druid-server-0.15.0-incubating.jar:0.15.0-incubating]
   
   I'd like to set maxParseExceptions to 0, but then these will halt the ingestion. How can we ingest null values for a double dimension without creating parse exceptions?

----------------------------------------------------------------
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


With regards,
Apache Git Services

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