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