You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2021/11/11 16:44:00 UTC

[jira] [Created] (HUDI-2743) Remove fs.exists() in AbstractTableFileSystemView

sivabalan narayanan created HUDI-2743:
-----------------------------------------

             Summary: Remove fs.exists() in AbstractTableFileSystemView
                 Key: HUDI-2743
                 URL: https://issues.apache.org/jira/browse/HUDI-2743
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: sivabalan narayanan


Remove fs.exists() in AbstractTableFileSystemView

Reference: 

[https://github.com/apache/hudi/pull/3769]

We should triage the callers which tries to list partition that does not exist. 

Possible solution:

Fix all callers to not make such calls. AbstractTableFSview is meant only for read only. So, we should not create a new partition here. 

 

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)