This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 1cdbf68d4e [HUDI-5242] Do not fail Meta sync in Deltastreamer when
inline table service fails (#7243)
add 6baf733292 [HUDI-5007] Prevent Hudi from reading the entire timeline's
when performing a LATEST streaming read (#6920)
No new revisions were added by this update.
Summary of changes:
.../apache/hudi/configuration/OptionsResolver.java | 7 ++
.../apache/hudi/source/IncrementalInputSplits.java | 13 +++-
.../hudi/source/TestIncrementalInputSplits.java | 88 ++++++++++++++++++++++
3 files changed, 107 insertions(+), 1 deletion(-)
create mode 100644
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/source/TestIncrementalInputSplits.java