Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The current implementation of the Hudi-on-Flink stream reader will attempt to read out all files on the active timeline when reading from the latest instant (read.start-commit not specified).
This will cause unnecessary file exists check, decreasing read performance on the first read iteration.