gianm opened a new pull request #8196: GroupBy array-based result rows.
URL: https://github.com/apache/incubator-druid/pull/8196
 
 
   Fixes #8118; see that proposal for additional details about the main change.
   
   Other than the GroupBy changes, the main other "interesting" classes are:
   
   - ResultRow: The array-based result type.
   - BaseQuery: T is no longer required to be Comparable.
   - QueryToolChest: Adds "decorateObjectMapper" to enable query-aware 
serialization
     and deserialization of result rows (necessary due to their positional 
nature).
   - QueryResource: Uses the new decoration functionality.
   - DirectDruidClient: Also uses the new decoration functionality.
   - QueryMaker (in Druid SQL): Modifications to read ResultRows.
   
   These classes weren't changed, but got some new javadocs:
   
   - BySegmentQueryRunner
   - FinalizeResultsQueryRunner
   - Query

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

Reply via email to