adarshsanjeev commented on code in PR #14527:
URL: https://github.com/apache/druid/pull/14527#discussion_r1254389142
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/util/SqlStatementResourceHelper.java:
##########
@@ -260,7 +415,7 @@ public static List getList(Map<String, Object> map, String
key)
* Get results from report
*/
@SuppressWarnings("unchecked")
- public static Optional<List<Object>> getResults(Map<String, Object> payload)
+ public static Optional<Yielder<Object>> getResults(Map<String, Object>
payload)
Review Comment:
This function seems to be unused
--
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]