raghavyadav01 opened a new pull request, #17812: URL: https://github.com/apache/pinot/pull/17812
commit contains changes to support FixedTierSegmentSelector: support ["*"] to select all completed segments - Extends the fixed segment selector so that segmentList: ["*"] selects all completed segments for a tier, instead of a fixed list of segment names. Motivation - Time-based tier selection depends on a time column for segment start/end. Tables without a time column cannot use time-based tiers. This change lets such tables use tiered storage by selecting all completed segments with 0 segment Age. Changes - FixedTierSegmentSelector: If segmentList contains "*", treat it as “select all completed segments” instead of matching segment names. Testing - Added testFixedSegmentSelectorWithWildcardSelectsAllCompleted in TierSegmentSelectorTest. -- 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]
