gianm opened a new pull request #9533: Broker: Add ability to inline subqueries.
URL: https://github.com/apache/druid/pull/9533
 
 
   Changes:
   
   - ClientQuerySegmentWalker: Add ability to inline queries. (This is the main 
change.)
   - Query: Add "getSubQueryId" and "withSubQueryId" methods.
   - QueryMetrics: Add "subQueryId" dimension.
   - ServerConfig: Add new "maxSubqueryRows" parameter, which is used b y 
ClientQuerySegmentWalker to limit how many rows can be inlined per query.
   - IndexedTableJoinMatcher: Allow creating keys on top of unknown types, by 
assuming they are strings. This is useful because not all types are known for 
fields in query results.
   - InlineDataSource: Store RowSignature rather than component parts. Add more 
zealous "equals" and "hashCode" methods to ease testing.
   - Moved QuerySegmentWalker test code from CalciteTests and 
SpecificSegmentsQueryWalker in druid-sql to QueryStackTests in druid-server. 
Use this to spin up a new ClientQuerySegmentWalkerTest.

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