-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35051/
-----------------------------------------------------------
(Updated June 16, 2015, 1:48 a.m.)
Review request for drill, Mehant Baid and Parth Chandra.
Changes
-------
Re-uploading patches, trying to fix/work around Review Board empty-files
problem.
Bugs: DRILL-2089
https://issues.apache.org/jira/browse/DRILL-2089
Repository: drill-git
Description
-------
Renamed DrillPreparedStatement to DrillPreparedStatementImpl (because name
"DrillPreparedStatement" is reserved for Drill subinterface of
PreparedStatement).
Diffs (updated)
-----
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillConnectionImpl.java
PRE-CREATION
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillJdbc41Factory.java
PRE-CREATION
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillPreparedStatement.java
78356c9
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillPreparedStatementImpl.java
PRE-CREATION
Diff: https://reviews.apache.org/r/35051/diff/
Testing
-------
Ran existing tests. (With parts 1 through 7 together.)
Thanks,
Daniel Barclay