gianm opened a new pull request, #19043:
URL: https://github.com/apache/druid/pull/19043

   Main changes:
   
   1) QueryListener is changed to deal in RowsAndColumns rather than
      individual rows.
   
   2) Logic for converting Frames to SQL-formatted rows is moved into
      TaskReportQueryListener, out of QueryResultsReader.
   
   3) DartQueryMaker's streaming mode (fullReport = false) is adjusted
      to use SequenceQueryListener + FrameChannelSequence.
   
   4) Controller register/deregister and execution lifecycle related logic
      is consolidated and moved into ControllerHolder#runAsync, to simplify
      DartQueryMaker.


-- 
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]

Reply via email to