Jackie-Jiang commented on a change in pull request #3758: Better handle NPE 
from getting instance config
URL: https://github.com/apache/incubator-pinot/pull/3758#discussion_r252001160
 
 

 ##########
 File path: 
pinot-controller/src/test/java/org/apache/pinot/controller/api/resources/TableSizeReaderTest.java
 ##########
 @@ -224,21 +223,21 @@ public void run() {
   }
 
   @Test
-  public void testNoSuchTable()
-      throws InvalidConfigException {
-    TableSizeReader reader = new TableSizeReader(executor, connectionManager, 
_controllerMetrics, helix);
+  public void testNoSuchTable() throws Exception {
 
 Review comment:
   Please reformat these files using the Pinot Style

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to