Skip to content

How Druid should handle situation when string dimension column is queried as numeric? #4888

@leventov

Description

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions