Closed fengttt closed 2 weeks ago
For streaming/time series use case, for example,
create table ... with retention period 3 months.
No response
CREATE TABLE table_name (create_definition,...) [table_options] [partition_options] with retention period n days
n is an int unsinged value
PR merged.
test done
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
For streaming/time series use case, for example,
create table ... with retention period 3 months.
Describe the feature you'd like
create table ... with retention period 3 months.
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response