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

Wenchen Fan resolved SPARK-44505.
---------------------------------
    Fix Version/s: 3.5.0
       Resolution: Fixed

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

> DataSource v2 Scans should not require planning the input partitions on 
> explain
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-44505
>                 URL: https://issues.apache.org/jira/browse/SPARK-44505
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: Martin Grund
>            Assignee: Martin Grund
>            Priority: Major
>             Fix For: 3.5.0
>
>
> Right now, we will always call `planInputPartitions()` for a DSv2 
> implementation even if there is no spark job run but only explain.
> We should provide a way to avoid scanning all input partitions just to 
> determine if the input is columnar or not. The scan should provide an 
> override.



--
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