[teiid-issues] [JBoss JIRA] (TEIID-2524) Hive metadata import leaves white characters in table name

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Jun 3 11:42:54 EDT 2013


    [ https://issues.jboss.org/browse/TEIID-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778916#comment-12778916 ] 

Steven Hawkins commented on TEIID-2524:
---------------------------------------

It seems quite odd for something like this to be random...  Is that a known issue with Hive (similar to https://issues.apache.org/jira/browse/HIVE-3243) and can you provide your Hive DDL?

                
> Hive metadata import leaves white characters in table name
> ----------------------------------------------------------
>
>                 Key: TEIID-2524
>                 URL: https://issues.jboss.org/browse/TEIID-2524
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.4
>            Reporter: Filip Nguyen
>            Assignee: Steven Hawkins
>
> When hive translator starts with the newest Hive it runs "describe" command which returns Hive table names with white spaces.
> Maybe just use trim() in HiveMetadataProcessor.java?  
>   String name = rs.getString(1).trim();

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list