Search before asking
Motivation
when using chain tables:
my partitions :
branch_snapshot: 20260101
branch_delta: 20260102、20260104
so i using: select count(1) from table where dt=20260103 is 0
but in a scenario, It should return the most recent partition from the beginning of the timeline,
like above, should return data in 20260102
not 0.
Solution
add a configuration, allow user to decide whether to fallback to the most recent partition from the beginning of the timeline
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
when using chain tables:
my partitions :
branch_snapshot: 20260101
branch_delta: 20260102、20260104
so i using:
select count(1) from table where dt=20260103is 0but in a scenario, It should return the most recent partition from the beginning of the timeline,
like above, should return data in 20260102
not 0.
Solution
add a configuration, allow user to decide whether to fallback to the most recent partition from the beginning of the timeline
Anything else?
No response
Are you willing to submit a PR?