jadami10 commented on a change in pull request #8445:
URL: https://github.com/apache/pinot/pull/8445#discussion_r840677037



##########
File path: 
pinot-controller/src/test/java/org/apache/pinot/controller/api/TableSizeReaderTest.java
##########
@@ -90,15 +90,15 @@ public void setUp()
 
     when(mockPropertyStore.get(ArgumentMatchers.anyString(), 
ArgumentMatchers.eq(null),
         ArgumentMatchers.eq(AccessOption.PERSISTENT))).thenAnswer((Answer) 
invocationOnMock -> {
-          String path = (String) invocationOnMock.getArguments()[0];
-          if (path.contains("realtime_REALTIME")) {
-            return TableConfigUtils.toZNRecord(tableConfig);
-          }
-          if (path.contains("offline_OFFLINE")) {
-            return TableConfigUtils.toZNRecord(tableConfig);
-          }
-          return null;
-        });
+      String path = (String) invocationOnMock.getArguments()[0];

Review comment:
       not changes here. the reformat changed the whitespace




-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to