You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2022/04/22 22:04:00 UTC

[jira] [Commented] (SPARK-38999) Refactor DataSourceScanExec code to

    [ https://issues.apache.org/jira/browse/SPARK-38999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17526697#comment-17526697 ] 

Apache Spark commented on SPARK-38999:
--------------------------------------

User 'utkarsh39' has created a pull request for this issue:
https://github.com/apache/spark/pull/36327

> Refactor DataSourceScanExec code to 
> ------------------------------------
>
>                 Key: SPARK-38999
>                 URL: https://issues.apache.org/jira/browse/SPARK-38999
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0, 3.2.2, 3.4.0
>            Reporter: Utkarsh Agarwal
>            Priority: Major
>
> Currently the code for `FileSourceScanExec` class, the physical node for the file scans is quite complex and lengthy. The class should be refactored into a trait `FileSourceScanLike` which implements basic functionality like metrics and file listing. The execution specific code can then live inside `FileSourceScanExec` which will subclass `FileSourceScanLike`.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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