[
https://issues.apache.org/jira/browse/LENS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14276810#comment-14276810
]
Sushil Mohanty commented on LENS-131:
-------------------------------------
{CODE}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules ............................. SUCCESS [3.486s]
[INFO] Lens .............................................. SUCCESS [0.101s]
[INFO] Lens API .......................................... SUCCESS [6.732s]
[INFO] Lens API for server and extensions ................ SUCCESS [5.716s]
[INFO] Lens Cube ......................................... SUCCESS [11:01.390s]
[INFO] Lens DB storage ................................... SUCCESS [19.511s]
[INFO] Lens Query Library ................................ SUCCESS [10.196s]
[INFO] Lens Hive Driver .................................. SUCCESS [4:08.346s]
[INFO] Lens Driver for Cloudera Impala ................... SUCCESS [7.266s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [39.694s]
[INFO] Lens Server ....................................... SUCCESS [13:47.345s]
[INFO] Lens client ....................................... SUCCESS [40.471s]
[INFO] Lens CLI .......................................... SUCCESS [2:51.352s]
[INFO] Lens Examples ..................................... SUCCESS [2.347s]
[INFO] Lens Distribution ................................. SUCCESS [0.537s]
[INFO] Lens Client Distribution .......................... SUCCESS [3.466s]
[INFO] Lens ML Lib ....................................... SUCCESS [1:28.172s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35:36.806s
[INFO] Finished at: Wed Jan 14 16:58:18 GMT+05:30 2015
[INFO] Final Memory: 78M/1078M
[INFO] ------------------------------------------------------------------------
{CODE}
> Query fails when constants projected
> -------------------------------------
>
> Key: LENS-131
> URL: https://issues.apache.org/jira/browse/LENS-131
> Project: Apache Lens
> Issue Type: Bug
> Components: driver-jdbc
> Reporter: Sushil Mohanty
> Assignee: Sushil Mohanty
> Fix For: 2.0
>
> Attachments: LENS-131.patch
>
>
> Queries having constants projected fails with below error.
> {CODE}
> select tab1.id ,99 as col2, sum(col3) as sum_col3 from tab1 group by
> tab1.id,99;
> ERROR 1054 (42S22): Unknown column '99' in 'group statement'
> {CODE}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)