Jingsong Lee created FLINK-28072: ------------------------------------ Summary: Set Hadoop FileSystem for Orc reader Key: FLINK-28072 URL: https://issues.apache.org/jira/browse/FLINK-28072 Project: Flink Issue Type: Improvement Components: Table Store Reporter: Jingsong Lee Fix For: table-store-0.2.0
Now orc reader uses Hadoop FileSystem, but orc writer uses Flink FileSystem. This can lead to some inconsistencies and possibly classloader loading issues. We can unify this by setting the Hadoop FileSystem that we get from Flink for the orc reader. -- This message was sent by Atlassian Jira (v8.20.7#820007)