ankitsultana commented on code in PR #16167:
URL: https://github.com/apache/pinot/pull/16167#discussion_r2165063149
##########
pinot-timeseries/pinot-timeseries-planner/src/main/java/org/apache/pinot/tsdb/planner/physical/TableScanVisitor.java:
##########
@@ -129,6 +130,7 @@ public static Context createContext(Long requestId) {
public static class Context {
private final Map<ServerInstance, Map<String, List<String>>>
_leafIdToSegmentsByServer = new HashMap<>();
private final Long _requestId;
+ private List<String> _tableNames;
Review Comment:
this is Nullable. I think iet's best to simply assign this to a new
ArrayList right here.
--
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]