Any plans for pinot to support 'RealtimeToOfflineSegementsTask' for upsert enabled tables.
Use case is this:
1. Normal queries; key contains a business date; only want to see the last value for a day (as per current upsert config works well)
2. Detail / as of queries; want to see record up to a given timestamp for a given business date (skipUpsert and LASTWITHTIME( col, asOfTime ). e.g. compare 11am yesterday v today
3. Historical want to move data beyond a week to OFFLINE
4. Historical want to drop data points e.g. milli seconds -> hours per day. Like reducing data resolution over time through some data cleaning job.