[
https://issues.apache.org/jira/browse/HUDI-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-7796:
----------------------------
Description:
When running tests in Trino with Hudi MDT enabled, the following line in
HoodieAvroHFileWriter throws class cast exception, since Trino
{code:java}
this.fs = (HoodieWrapperFileSystem) this.file.getFileSystem(conf); {code}
was:
When running tests in Trino with Hudi MDT enabled, the following line in
HoodieAvroHFileWriter throws class cast exception
{code:java}
this.fs = (HoodieWrapperFileSystem) this.file.getFileSystem(conf); {code}
> Gracefully cast file system instance in Avro writers
> ----------------------------------------------------
>
> Key: HUDI-7796
> URL: https://issues.apache.org/jira/browse/HUDI-7796
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Ethan Guo
> Priority: Major
> Labels: pull-request-available
>
> When running tests in Trino with Hudi MDT enabled, the following line in
> HoodieAvroHFileWriter throws class cast exception, since Trino
> {code:java}
> this.fs = (HoodieWrapperFileSystem) this.file.getFileSystem(conf); {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)