raghavyadav01 commented on code in PR #15604:
URL: https://github.com/apache/pinot/pull/15604#discussion_r2074109868


##########
pinot-common/src/main/java/org/apache/pinot/common/config/provider/TableCache.java:
##########
@@ -204,6 +204,17 @@ public TableConfig getTableConfig(String 
tableNameWithType) {
     return tableConfigInfo != null ? tableConfigInfo._tableConfig : null;
   }
 
+  /**
+   * Returns all the table configs.
+   */
+  public List<TableConfig> getTableConfigs() {

Review Comment:
   Yes, Not required anymore. Missed to remove it. Removing it now. 



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


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

Reply via email to