You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Raghavendra Singh (JIRA)" <ji...@apache.org> on 2014/11/26 12:43:14 UTC

[jira] [Created] (LENS-67) jdbc: queries with alias names for tables are not rewritten correctly

Raghavendra Singh created LENS-67:
-------------------------------------

             Summary: jdbc: queries with alias names for tables are not rewritten correctly 
                 Key: LENS-67
                 URL: https://issues.apache.org/jira/browse/LENS-67
             Project: Apache Lens
          Issue Type: Bug
            Reporter: Raghavendra Singh
            Assignee: Sushil Mohanty


Cube Query:-
{CODE}
cube SELECT d.dim1 AS d1, c.attr1 AS m1 from cube as c, dim as d where time_range_in(col,'from','to') GROUP BY d.dim1 limit 10
{CODE}

Error:-
{CODE}
Table 'db.a' doesn't exist cause:null
{CODE}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)