This is an automated email from the ASF dual-hosted git repository.
amareshwari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lens.git.
from fb1a171 Merge pull request #27 from jimmycasey/master
new 98ab7a5 exposing jmx port for monitoring the threads, cpu and memory
new d3b41b3 Fix for RNA-10440: Lens driver not picking hadoop conf
new 69e9e64 added the files
new 616aeec Merge remote-tracking branch 'upstream/master'
new 3dffffb Adding support for Partition Columns to queried without
giving additional xml tag valid.columns
new 7783450 reverting old change
new 149a192 resolved imports
new c7aa785 added Example for supporting the non-timed partition as
filter while querying
new 787c7e2 Merge remote-tracking branch 'upstream/master'
new 1dc444c Merge remote-tracking branch 'upstream/master'
new c0cb51a fixed the yaml
new 65174d2 licence
new dbbf4f5 Merge remote-tracking branch 'upstream/master'
new 8e921d5 Merge remote-tracking branch 'upstream/master'
new 0519d9d made few changes to the code for azure deployment
new bc6f628 Fixed the test case, removed instances where Prepare was
hitting the underlying JDBC Driver
new 2d6fb3d reversed few changes
new 0caecd7 removing not needed commits
new 2ce78dc undid the unit test cases
new 2400d8e made one more change
new 926b604 fixed code review comments
new 353dd56 fixed code review comments
new fc4358e made some changes
new 5fa2800 fixed code review comments
new b183d21 Merge branch 'master' of
https://github.com/RajashekharInmobi/lens
new 75c440d Merge branch 'master' of
https://github.com/RajashekharInmobi/lens
new fe57a2e added the files
new 0cdd720 added the code review fix
new dc67c27 added a unit test case
new 8d3e015 added the test case
new af1f5d4 fixed unit test case
new 24783d6 fixed unit test case
new 4907964 Merge pull request #34 from RajashekharInmobi/master
The 2447 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../lens/cube/metadata/CubeMetastoreClient.java | 33 ++++------
.../cube/metadata/TestCubeMetastoreClient.java | 50 ++++++++++++++++
.../org/apache/lens/driver/jdbc/JDBCDriver.java | 32 ++++++----
.../lens/driver/jdbc/JDBCDriverConfConstants.java | 7 ++-
.../server/api/query/PreparedQueryContext.java | 19 ++++--
.../apache/lens/server/query/LensServerDAO.java | 47 +++++++++++++++
.../server/query/QueryExecutionServiceImpl.java | 15 +++--
.../org/apache/lens/server/query/TestLensDAO.java | 70 ++++++++++++++++++++++
pom.xml | 2 +-
9 files changed, 225 insertions(+), 50 deletions(-)