[ 
https://issues.apache.org/jira/browse/SPARK-45316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Max Gekk resolved SPARK-45316.
------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 43097
[https://github.com/apache/spark/pull/43097]

> Respect `spark.sql.files.ignoreMissingFiles` in HadoopRDD
> ---------------------------------------------------------
>
>                 Key: SPARK-45316
>                 URL: https://issues.apache.org/jira/browse/SPARK-45316
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Max Gekk
>            Assignee: Max Gekk
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> Currently, the SQL config spark.sql.files.ignoreMissingFiles influences on 
> RDDs created in Spark SQL such as FileScanRDD but doesn't impact on HadoopRDD 
> and NewHadoopRDD. The last RDDs have separate core config 
> spark.files.ignoreMissingFiles. That inconsistency might confuse users if 
> they don't know implementation details. This ticket aims to eliminate the 
> inconsistency.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to