Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement policies based on chunk creation time
- The idea with these changes is to support INTERVAL boundaries for INTEGER type columns in policy APIs. The boundary calculation will be done using chunk creation time metadata. - Updated show_chunks, drop_chunks and retention policy APIs to get the affected chunks using chunk creation time metadata based on the INTERVAL boundary specified for the INTEGER columns. - Honor "integer_now" function if it's specified so as to keep backwards compatibility with the existing behavior Co-authored-by: Dipesh Pandit <[email protected]>
- Loading branch information