-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The logic in the MetaDataProcessor only considers the projected branch when determining attributes beyond type, thus it may not accurately represent the expected results.
We should also look at returning metadata that is more specific to literal values. For example:
select 'a'
would return the generic type metadata for 'a', rather than a more specific length.
- relates to
-
TEIID-5356 Infer field metadata from the source columns
- Resolved