-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.11.0
-
Component/s: Planner/Optimizer
-
Labels:None
For example, given a following query, the column 'glossary' can be inferred as the TEXT type rather than the RECORD type.
default> select glossary from self_desc_table2 where char_length(glossary."GlossDiv".title) > 0
This is because columns of the query are inferred in an arbitrary order, and there isn't any routine to resolve the conflict of inferred data type.