----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42707/#review116067 -----------------------------------------------------------
Ship it! Ship It! - Rajat Khandelwal On Jan. 25, 2016, 12:40 p.m., Amareshwari Sriramadasu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42707/ > ----------------------------------------------------------- > > (Updated Jan. 25, 2016, 12:40 p.m.) > > > Review request for lens. > > > Bugs: LENS-927 > https://issues.apache.org/jira/browse/LENS-927 > > > Repository: lens > > > Description > ------- > > The failure is because the JoinTree construction is picking the alias from > query, which is not required. Removing the same, fixed the failure. > > > Diffs > ----- > > lens-cube/src/main/java/org/apache/lens/cube/parse/join/JoinClause.java > acc9d5c > lens-cube/src/main/java/org/apache/lens/cube/parse/join/JoinTree.java > 197847c > > lens-cube/src/test/java/org/apache/lens/cube/parse/TestDenormalizationResolver.java > d7707a9 > > Diff: https://reviews.apache.org/r/42707/diff/ > > > Testing > ------- > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Lens Checkstyle Rules ............................. SUCCESS [1.606s] > [INFO] Lens .............................................. SUCCESS [2.790s] > [INFO] Lens API .......................................... SUCCESS [19.792s] > [INFO] Lens API for server and extensions ................ SUCCESS [16.371s] > [INFO] Lens Cube ......................................... SUCCESS > [10:46.793s] > [INFO] Lens DB storage ................................... SUCCESS [15.367s] > [INFO] Lens Query Library ................................ SUCCESS [13.164s] > [INFO] Lens Hive Driver .................................. SUCCESS [2:26.978s] > [INFO] Lens Driver for JDBC .............................. SUCCESS [36.747s] > [INFO] Lens Elastic Search Driver ........................ SUCCESS [14.980s] > [INFO] Lens Server ....................................... SUCCESS [9:31.080s] > [INFO] Lens client ....................................... SUCCESS [35.995s] > [INFO] Lens CLI .......................................... SUCCESS [52.525s] > [INFO] Lens Examples ..................................... SUCCESS [7.382s] > [INFO] Lens Ship Jars to Distributed Cache ............... SUCCESS [0.855s] > [INFO] Lens Distribution ................................. SUCCESS [9.452s] > [INFO] Lens ML Lib ....................................... SUCCESS [1:12.527s] > [INFO] Lens ML Ext Distribution .......................... SUCCESS [2.021s] > [INFO] Lens Regression ................................... SUCCESS [10.385s] > [INFO] Lens UI ........................................... SUCCESS [29.723s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 28:27.302s > [INFO] Finished at: Mon Jan 25 07:05:45 UTC 2016 > [INFO] Final Memory: 154M/2223M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Amareshwari Sriramadasu > >
