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/30 16:10:31 UTC

[GitHub] [incubator-druid] leventov opened a new issue #4888: How Druid should handle situation when string dimension column is queried as numeric?

leventov opened a new issue #4888: How Druid should handle situation when string dimension column is queried as numeric?
URL: https://github.com/apache/incubator-druid/issues/4888
 
 
   1. Consider values are zeros, do _not_ try to parse string values. Seems this is the current behaviour
   2. Try to parse string values, fail with error if they are not parseable, or null, or multiple-value
   3. Try to parse string values, and consider values are zero if they are not parseable, or null, or multiple-value
   4. Do not try to parse, always fail with error
   
   How this behaviour is chosen?
   1. Not chosen, always the same (current)
   2. Chosen on the query level
   3. Could be set in the node configurations

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