Jackie-Jiang commented on code in PR #11234: URL: https://github.com/apache/pinot/pull/11234#discussion_r1281494067
########## pinot-query-planner/src/main/java/org/apache/pinot/query/routing/WorkerManager.java: ########## @@ -354,14 +349,12 @@ private ColocatedTableInfo getColocatedTableInfo(String tableName) { TimeBoundaryInfo timeBoundaryInfo = _routingManager.getTimeBoundaryInfo(offlineTableName); // Ignore OFFLINE side when time boundary info is unavailable if (timeBoundaryInfo == null) { - return getRealtimeColocatedTableInfo(realtimeTableName); + return getRealtimeColocatedTableInfo(realtimeTableName, partitionKey, numPartitions); Review Comment: Agree. That won't be trivial, so probably can be addressed in a separate PR. -- 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