vrajat opened a new issue, #15640: URL: https://github.com/apache/pinot/issues/15640
Allow TimeBoundary Calculation to be configurable. Provide two functions for time boundaries: General structure ``` { "timeBoundaryConfig": { "function": "...", " params" : { } } } ``` ## MIN Calculate the minimum of time boundaries of OFFLINE physical tables. Params: * includeList: List of OFFLINE physical tables that should be included when calculating the time boundary * excludeList: List of OFFLINE physical tables should be excluded when calculating the time boundary. Only one of these can be specified. ## Constant Set time boundary to a constant value. Params: * timeColumn * timeValue -- 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: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org