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

Hive metadata import leaves whitespace characters in column names

    XMLWordPrintable

Details

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

      Run newest Teiid with newest stable Hive

      Show
      Run newest Teiid with newest stable Hive

    Description

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: