-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29305/
-----------------------------------------------------------
(Updated Dec. 23, 2014, 6:14 a.m.)
Review request for lens, Amareshwari Sriramadasu and Jaideep dhok.
Changes
-------
Added comments.
Bugs: LENS-141
https://issues.apache.org/jira/browse/LENS-141
Repository: lens
Description
-------
Currently join conditions are getting added as filters in fact subquery. Fixed
by excluding them from fact subquery and fact filter push down.
Diffs (updated)
-----
lens-driver-jdbc/src/main/java/org/apache/lens/driver/jdbc/ColumnarSQLRewriter.java
b05d87f
lens-driver-jdbc/src/test/java/org/apache/lens/driver/jdbc/TestColumnarSQLRewriter.java
6ca0d2d
Diff: https://reviews.apache.org/r/29305/diff/
Testing
-------
Tested the fix and added unit test. All tests are passing.
Thanks,
Sushil Mohanty