[ https://issues.apache.org/jira/browse/SPARK-27136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wenchen Fan resolved SPARK-27136. --------------------------------- Resolution: Fixed Fix Version/s: 3.0.0 Issue resolved by pull request 24069 [https://github.com/apache/spark/pull/24069] > Remove data source option check_files_exist > ------------------------------------------- > > Key: SPARK-27136 > URL: https://issues.apache.org/jira/browse/SPARK-27136 > Project: Spark > Issue Type: Task > Components: SQL > Affects Versions: 3.0.0 > Reporter: Gengliang Wang > Assignee: Gengliang Wang > Priority: Major > Fix For: 3.0.0 > > > The data source option check_files_exist is introduced in In > https://github.com/apache/spark/pull/23383 when the file source V2 framework > is implemented. In the PR, FileIndex was created as a member of FileTable, so > that we could implement partition pruning like 0f9fcab in the future. At that > time FileIndexes will always be created for file writes, so we needed the > option to decide whether to check file existence. > After https://github.com/apache/spark/pull/23774, the option is not needed > anymore. This PR is to clean the option. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org