-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28542/
-----------------------------------------------------------
(Updated Dec. 1, 2014, 5:53 a.m.)
Review request for lens and Amareshwari Sriramadasu.
Bugs: LENS-67
https://issues.apache.org/jira/browse/LENS-67
Repository: lens
Description
-------
To fix the issue in query rewriter substituting the input alias with custom
alias in the format "db_table_alias" so that the alias is unique. This new
alias will be used for constructing the fact subquery by referring joins and
filter conditions.
Diffs
-----
lens-driver-jdbc/src/main/java/org/apache/lens/driver/jdbc/ColumnarSQLRewriter.java
20031db
lens-driver-jdbc/src/test/java/org/apache/lens/driver/jdbc/TestColumnarSQLRewriter.java
6823ada
Diff: https://reviews.apache.org/r/28542/diff/
Testing
-------
Thanks,
Sushil Mohanty