Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Druid expressions do not support booleans yet.
In druid expressions booleans are treated and parsed from longs, however when we store booleans from hive they are serialized as 'true' and 'false' string values.
Need to make serialization consistent with deserialization and write long values when sending data to druid.
Attachments
Attachments
Issue Links
- is part of
-
HIVE-20213 Upgrade Calcite to 1.17.0
- Closed