Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-2524

Hive metadata import leaves whitespace characters in column names

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.4
    • 8.4
    • Misc. Connectors
    • Hide

      Run newest Teiid with newest stable Hive

      Show
      Run newest Teiid with newest stable Hive

      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();

              rhn-engineering-shawkins Steven Hawkins
              fnguyen_jira Filip Nguyen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: