[
https://issues.apache.org/jira/browse/HUDI-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-7055:
----------------------------
Description:
In HoodieFileGroupReaderBasedParquetFileFormat, reading log file-only slice is
not supported. This should be fixed:
{code:java}
if (FSUtils.isLogFile(filePath)) {
// TODO: Use FileGroupReader here: HUDI-6942.
throw new NotImplementedError("Not support reading with only log files")
} {code}
> Support reading only log files in file group reader-based Spark parquet file
> format
> -----------------------------------------------------------------------------------
>
> Key: HUDI-7055
> URL: https://issues.apache.org/jira/browse/HUDI-7055
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Ethan Guo
> Assignee: Ethan Guo
> Priority: Blocker
> Fix For: 1.0.0
>
>
> In HoodieFileGroupReaderBasedParquetFileFormat, reading log file-only slice
> is not supported. This should be fixed:
> {code:java}
> if (FSUtils.isLogFile(filePath)) {
> // TODO: Use FileGroupReader here: HUDI-6942.
> throw new NotImplementedError("Not support reading with only log files")
> } {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)