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

   Main changes:
   
   1) Add of LookupInputSpec and DataSourcePlan.forLookup.
   
   2) Add InlineInputSpec, and modify of DataSourcePlan.forInline to use
      this instead of an ExternalInputSpec with JSON. This allows the inline
      data to act as the right-hand side of a join, if needed.
   
   Supporting changes:
   
   1) Modify JoinDataSource's leftFilter validation to be a little less
      strict: it's now OK with leftFilter being attached to any concrete
      leaf (no children) datasource, rather than requiring it be a table.
      This allows MSQ to create JoinDataSource with InputNumberDataSource
      as the base.
   
   2) Add SegmentWranglerModule to CliIndexer, CliPeon. This allows them to
      query lookups and inline data directly.


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