sakshamgangwar commented on a change in pull request #896:
URL: https://github.com/apache/phoenix/pull/896#discussion_r494574994



##########
File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/TableSnapshotReadsMapReduceIT.java
##########
@@ -170,6 +260,22 @@ private void configureJob(Job job, String tableName, 
String inputQuery, String c
     }
   }
 
+  private void upsertData(Connection conn, String stockTableName) throws 
SQLException {
+    PreparedStatement stmt = conn.prepareStatement(String.format(UPSERT, 
stockTableName));

Review comment:
       handled in the caller test method.




----------------------------------------------------------------
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]


Reply via email to