swaroopak commented on a change in pull request #666: Phoenix-5652 Improve 
IndexScrutinyTool perf by using SkipScan in index table queries
URL: https://github.com/apache/phoenix/pull/666#discussion_r361736092
 
 

 ##########
 File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexScrutinyToolIT.java
 ##########
 @@ -694,7 +702,6 @@ private void upsertRow(PreparedStatement stmt, int id, 
String name, byte[] val)
         stmt.setInt(index++, id);
         stmt.setString(index++, name);
         stmt.setBytes(index++, val);
-        stmt.executeUpdate();
 
 Review comment:
   why was this removed?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to