Jackie-Jiang commented on code in PR #15703:
URL: https://github.com/apache/pinot/pull/15703#discussion_r2074222554
##########
pinot-common/src/main/java/org/apache/pinot/common/cursors/AbstractResponseStore.java:
##########
@@ -185,7 +185,7 @@ public CursorResponse handleCursorRequest(String requestId,
int offset, int numR
int totalTableRows = response.getNumRowsResultSet();
if (totalTableRows == 0 && offset == 0) {
- // If sum records is 0, then result set is empty.
+ // TODO: Set a result table with schema and no rows
Review Comment:
Yes. Right now for the cursor query the result table could still be `null`
--
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]