suvodeep-pyne opened a new pull request #5727: URL: https://github.com/apache/incubator-pinot/pull/5727
## Description The min datetime API is required to fetch the earliest available timestamp for a given dataset in Pinot. - By default the API returns -1L for other datasources apart Pinot. - If the dataset is not present in Pinot, it returns 0 - Else it queries pinot for the timestamp - `PinotDataSourceMaxTime` has been renamed to `PinotDataSourceTimeQuery` - The `collectionToPrevMaxDataTimeMap` map has been removed since it was being updated but never queried. There are NO backward incompatible changes. ---------------------------------------------------------------- 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. 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