You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/04/05 21:59:03 UTC

[GitHub] [phoenix] swaroopak commented on a change in pull request #448: use PreparedStatement

swaroopak commented on a change in pull request #448: use PreparedStatement
URL: https://github.com/apache/phoenix/pull/448#discussion_r272756097
 
 

 ##########
 File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/DeleteIT.java
 ##########
 @@ -791,9 +791,12 @@ private void testDeleteCount(boolean autoCommit, Integer limit) throws Exception
         props.setProperty(QueryServices.ENABLE_SERVER_SIDE_MUTATIONS, allowServerSideMutations);
         try (Connection conn = DriverManager.getConnection(getUrl(), props)) {
             conn.createStatement().execute(ddl);
-            Statement stmt = conn.createStatement();
+            //Statement stmt = conn.createStatement();
 
 Review comment:
   nit: Remove the commented code.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services