You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2014/02/03 03:48:09 UTC

[jira] [Assigned] (TAJO-509) Cannot use TajoResultSet.getString() if the identifier has dots in it

     [ https://issues.apache.org/jira/browse/TAJO-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jihoon Son reassigned TAJO-509:
-------------------------------

    Assignee: Jihoon Son

> Cannot use TajoResultSet.getString(<identifier>) if the identifier has dots in it
> ---------------------------------------------------------------------------------
>
>                 Key: TAJO-509
>                 URL: https://issues.apache.org/jira/browse/TAJO-509
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Daniel Einspanjer
>            Assignee: Jihoon Son
>            Priority: Minor
>
> If you submit via the TajoClient a select statement similar to "SELECT foo as 'a.b' FROM bar" and then attempt to get the 'a.b' column value by name, Tajo cannot find it because it is using code in Catalog that splits the identifier into a qualifier and name.
> I don't believe the label applied to a SELECT clause expression should be tokenized in such a way.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)