clintropolis opened a new pull request, #19903: URL: https://github.com/apache/druid/pull/19903
### Description This PR is a follow-up to #19791 to improve the behaviors possible with partial load rules/matchers, adding 2 new LoadSpec and CannotMatchBehavior implementations. changes: * adds `CannotMatchBehavior.BASE_LOAD` to indicate that when partial rules interval applies but fails to match it will load the 'base table' (no projections) with newly added `PartialBaseTableLoadSpec` * adds `CannotMatchBehavior.LOAD_ON_DEMAND` which has taken over the previous behavior that was for `FULL_LOAD` (issues the load spec directly with no 'partial' wrapper). Since partial loads only apply when the historical is in 'virtual storage' mode, a regular load rule is a 'weak' load on demand load. * `CannotMatchBehavior.FULL_LOAD` now issues a `PartialFullSegmentLoadSpec` which loads everything in the segment, to make it honest about what it does. -- 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]
