You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Daniel Einspanjer (JIRA)" <ji...@apache.org> on 2014/01/17 00:03:24 UTC

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

Daniel Einspanjer created TAJO-509:
--------------------------------------

             Summary: 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
            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)