Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-38999

Refactor DataSourceScanExec code to

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0, 3.2.2, 3.4.0
    • 3.4.0
    • SQL
    • None

    Description

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

      Attachments

        Activity

          People

            utkarsh39 Utkarsh Agarwal
            utkarsh39 Utkarsh Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: