rangareddy commented on issue #14643: URL: https://github.com/apache/hudi/issues/14643#issuecomment-4882702522
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: HoodieFileGroupReader supports the enumerated file-slice types, validated on master by TestHoodieFileGroupReaderBase (run across engines via TestHoodieFileGroupReaderOnSpark, TestHoodieFileGroupReaderOnFlink and TestHoodieFileGroupReaderOnJava): - base-file-only and base + log file(s): testReadFileGroupInMergeOnReadTable (the first commit reads 'one file group containing a base file only'); - log-files-only: testReadLogFilesOnlyInMergeOnReadTable; - bootstrap files with/without log files: testReadFileGroupInBootstrapMergeOnReadTable (reads file-group-reader/bootstrap_data.zip). The file group reader is the default read path in Hudi 1.x. Non-partitioned tables are read via the same partition-agnostic slice path (this suite exercises partitioned tables). If you're still hitting this on a recent version, please reopen with repro steps. Closing as fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
