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: [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]