snleee commented on a change in pull request #7984:
URL: https://github.com/apache/pinot/pull/7984#discussion_r782579192
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/config/provider/TableCache.java
##########
@@ -142,24 +153,38 @@ public String getActualTableName(String
caseInsensitiveTableName) {
* Returns the table config for the given table, or {@code null} if it does
not exist.
*/
@Nullable
+ @Override
public TableConfig getTableConfig(String tableNameWithType) {
return _tableConfigMap.get(tableNameWithType);
}
+ @Override
+ public List<TableConfig>
registerTableConfigChangeListener(TableConfigChangeListener
tableConfigChangeListener) {
Review comment:
+1
--
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]