-
Bug
-
Resolution: Done
-
Major
-
8.4
When hive translator starts with the newest Hive it runs "describe" command which returns Hive column names with white spaces.
Maybe just use trim() in HiveMetadataProcessor.java?
String name = rs.getString(1).trim();
- is related to
-
TEIID-2671 Hive Metadata load incorrectly resolves data types
- Closed
-
TEIIDDES-1905 TrimColumn names should be enabled with hive translator metadata import
- Closed