Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
2
Description
https://github.com/apache/hudi/pull/3946
was added to fallback to full table scan with incremental query on 2 occasions:
- files are cleaned up, but active timeline still returns the commits.
- commits are archived.
There are two follow ups from the original PR.
a. fs.isExists() call should be routed to metadata table.
b. Add similar support to MOR table.