[
https://issues.apache.org/jira/browse/LENS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285585#comment-14285585
]
Sushil Mohanty commented on LENS-131:
-------------------------------------
{CODE}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules ............................. SUCCESS [5.395s]
[INFO] Lens .............................................. SUCCESS [0.063s]
[INFO] Lens API .......................................... SUCCESS [11.480s]
[INFO] Lens API for server and extensions ................ SUCCESS [9.896s]
[INFO] Lens Cube ......................................... SUCCESS [11:07.340s]
[INFO] Lens DB storage ................................... SUCCESS [21.975s]
[INFO] Lens Query Library ................................ SUCCESS [10.040s]
[INFO] Lens Hive Driver .................................. SUCCESS [4:31.351s]
[INFO] Lens Driver for Cloudera Impala ................... SUCCESS [6.620s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [39.663s]
[INFO] Lens Server ....................................... SUCCESS [10:51.530s]
[INFO] Lens client ....................................... SUCCESS [36.559s]
[INFO] Lens CLI .......................................... SUCCESS [2:52.616s]
[INFO] Lens Examples ..................................... SUCCESS [3.352s]
[INFO] Lens Distribution ................................. SUCCESS [0.413s]
[INFO] Lens Client Distribution .......................... SUCCESS [2.566s]
[INFO] Lens ML Lib ....................................... SUCCESS [1:24.283s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33:16.012s
[INFO] Finished at: Wed Jan 21 17:45:32 GMT+05:30 2015
[INFO] Final Memory: 79M/1078M
{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-5.patch, 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)