praveenc7 commented on code in PR #16672:
URL: https://github.com/apache/pinot/pull/16672#discussion_r2377416316
##########
pinot-controller/src/main/java/org/apache/pinot/controller/workload/scheme/PropagationUtils.java:
##########
@@ -173,7 +160,7 @@ public static List<String>
getHelixTagsForTable(PinotHelixResourceManager pinotR
for (String table : tablesWithType) {
try {
TableConfig tableConfig = pinotResourceManager.getTableConfig(table);
- if (tableConfig != null && tableConfig.getTenantConfig() != null &&
tableConfig.getTableType() != null) {
+ if (tableConfig != null) {
Review Comment:
This is passed from config so it is possible to be null, if invalid
--
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]