----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52119/#review149951 -----------------------------------------------------------
lens-client/src/main/java/org/apache/lens/client/LensClient.java (line 330) <https://reviews.apache.org/r/52119/#comment217735> We would need an api to getResults for particular handle as well - to access it across clients, no? I see current caching may not work. But if not cached, client should fetch it from srver. - Amareshwari Sriramadasu On Sept. 21, 2016, 2:14 p.m., Srikanth Sundarrajan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52119/ > ----------------------------------------------------------- > > (Updated Sept. 21, 2016, 2:14 p.m.) > > > Review request for lens. > > > Bugs: LENS-1335 > https://issues.apache.org/jira/browse/LENS-1335 > > > Repository: lens > > > Description > ------- > > NullPointerException in LensClient::getResults(QueryHandle query) > > > Diffs > ----- > > lens-cli/src/test/java/org/apache/lens/cli/TestLensQueryCommands.java > e75fc0e > lens-client/src/main/java/org/apache/lens/client/LensClient.java 593cc08 > > Diff: https://reviews.apache.org/r/52119/diff/ > > > Testing > ------- > > Modified tests to avoid using offending method. > > > Thanks, > > Srikanth Sundarrajan > >
