-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36133/
-----------------------------------------------------------
(Updated July 28, 2015, 6:58 a.m.)
Review request for lens, Jaideep dhok and Pranav Agarwal.
Changes
-------
Summary of changes :
1. No commit statement for DDL statements.
2. All connection objects will have autocommit=false to encourage good practice
for database updates. This makes commit mandatory for any DML statement.
3. Removed create table. A seperate method was not adding any reusability value.
Bugs: LENS-639
https://issues.apache.org/jira/browse/LENS-639
Repository: lens
Description
-------
Patch for LENS-639. All database updates will be handled by commits & rollbacks.
Diffs (updated)
-----
incubator-lens/lens-server/src/main/java/org/apache/lens/server/query/LensServerDAO.java
1904350
incubator-lens/lens-server/src/main/java/org/apache/lens/server/util/UtilityMethods.java
9c386a6
Diff: https://reviews.apache.org/r/36133/diff/
Testing
-------
Yes
Thanks,
Deepak Barr