[
https://issues.apache.org/jira/browse/LENS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231067#comment-14231067
]
Sushil Mohanty commented on LENS-67:
------------------------------------
Updated patch with fix. To avoid confusion with the same file name I deleted
the old one, will keep all patches going forward.
Test Result :
{CODE}
Results :
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
{CODE}
Build Result:
{CODE}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules ............................. SUCCESS [8.398s]
[INFO] Lens .............................................. SUCCESS [25.315s]
[INFO] Lens API .......................................... SUCCESS [27.482s]
[INFO] Lens API for server and extensions ................ SUCCESS [26.630s]
[INFO] Lens Cube ......................................... SUCCESS [38.892s]
[INFO] Lens DB storage ................................... SUCCESS [9.701s]
[INFO] Lens Query Library ................................ SUCCESS [11.318s]
[INFO] Lens Hive Driver .................................. SUCCESS [14.144s]
[INFO] Lens Driver for Cloudera Impala ................... SUCCESS [3.950s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [10.082s]
[INFO] Lens Server ....................................... SUCCESS [1:17.964s]
[INFO] Lens client ....................................... SUCCESS [10.886s]
[INFO] Lens CLI .......................................... SUCCESS [23.709s]
[INFO] Lens Examples ..................................... SUCCESS [6.312s]
[INFO] Lens Distribution ................................. SUCCESS [22.286s]
[INFO] Lens Client Distribution .......................... SUCCESS [44.640s]
[INFO] Lens ML Lib ....................................... SUCCESS [34.731s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
{CODE}
> 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
> Affects Versions: 2.0
> Reporter: Raghavendra Singh
> Assignee: Sushil Mohanty
> Fix For: 2.0
>
> Attachments: LENS-67.patch
>
>
> 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)