palashc commented on code in PR #1859:
URL: https://github.com/apache/phoenix/pull/1859#discussion_r1563254443


##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/UpdateCacheAcrossDifferentClientsIT.java:
##########
@@ -104,17 +105,19 @@ public void testUpdateCacheFrequencyWithAddAndDropTable() 
throws Exception {
             } catch (TableNotFoundException e) {
                 //Expected
             }
-            rs = conn2.createStatement().executeQuery("select * from 
"+tableName);
             try {
+                rs = conn2.createStatement().executeQuery("select * from 
"+tableName);
                 rs.next();
                 fail("Should throw 
org.apache.hadoop.hbase.TableNotFoundException since the latest metadata " +
                         "wasn't fetched");
-            } catch (PhoenixIOException ex) {

Review Comment:
   Need to look into this one



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to