-
Notifications
You must be signed in to change notification settings - Fork 3.8k
More consistent null handing #665
Copy link
Copy link
Closed
Description
xvrl
opened on Aug 7, 2014
Issue body actions
- return null for missing schema columns (e.g. for groupBy)
- treat empty string and null the same, but always return null
- storage adapter uses empty string internally for filters / lookups
- allow specifying null in filters
- for multi-value dimensions, if the dimension has multiple values:
- dim extraction returns null -> null
- missing column -> null
- [] -> []
- [""] -> [null]
- ["", "a"] -> [null, "a"]
- for single value dimensions
- missing column -> null
- dim extraction returns null -> null
- [""] -> null
- [] -> null
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.