Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-34861 Support nested column in Spark vectorized readers
  3. SPARK-34863

Support nested column in Spark Parquet vectorized readers

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.0
    • 3.3.0
    • SQL
    • None

    Description

      The task is to support nested column type in Spark Parquet vectorized reader. Currently Parquet vectorized reader does not support nested column type (struct, array and map). We implemented nested column vectorized reader for FB-ORC in our internal fork of Spark. We are seeing performance improvement compared to non-vectorized reader when reading nested columns. In addition, this can also help improve the non-nested column performance when reading non-nested and nested columns together in one query.

       

      Parquet: https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala#L173

      Attachments

        Activity

          People

            csun Chao Sun
            chengsu Cheng Su
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: