Sagar Sumit created HUDI-3737:
---------------------------------
Summary: Make reader path table config aware
Key: HUDI-3737
URL: https://issues.apache.org/jira/browse/HUDI-3737
Project: Apache Hudi
Issue Type: Task
Reporter: Sagar Sumit
Fix For: 0.11.0
Currently `HoodieFileIndex#lookupCandidateFilesInMetadataTable` assumes that
metadata indexing is synchronous and depends on fs.exists check. With async
indexing, we could have initialized the column_stats index and partition would
have been created so fs.exists check will pass.
With async index, table config becomes the source of truth for inflight or
available MT partitions for writers. We can use the table config to determine
available partitions.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)