siddharthteotia commented on a change in pull request #4877: Results in
ResultTable if responseFormat=sql
URL: https://github.com/apache/incubator-pinot/pull/4877#discussion_r353472012
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/query/selection/SelectionOperatorUtils.java
##########
@@ -413,6 +433,22 @@ public static SelectionResults
renderSelectionResultsWithoutOrdering(List<Serial
return new SelectionResults(selectionColumns, rows);
}
+ /**
+ * Render the selection rows to a formatted {@link ResultTable} object for
selection queries without
+ * <code>ORDER BY</code>. (Broker side)
+ * <p>{@link ResultTable} object will be used to build the broker response.
+ * <p>Should be called after method "reduceWithoutOrdering()".
Review comment:
Looks like this comment is not valid.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]