abhishekbafna commented on code in PR #17868:
URL: https://github.com/apache/pinot/pull/17868#discussion_r2941748230
##########
pinot-core/src/main/java/org/apache/pinot/core/query/executor/LogicalTableExecutionInfo.java:
##########
@@ -79,19 +82,71 @@ public boolean hasRealtime() {
.anyMatch(tableExecutionInfo ->
tableExecutionInfo.getTableDataManager() instanceof RealtimeTableDataManager);
}
+ /**
Review Comment:
I could not get a integration test working. Added an unit test.
--
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]