Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In FLINK-30207, we have created enumerator for continuous.
We should have an enumerator for static (batch).
For example, for the current read-compacted, time traveling may specify the commit time to read snapshots in the future.
I think these capabilities need to be in the core, but should they be in scan? (It seems that it should not)