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

Prepare ColumnVector implementation for UnsafeData

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 2.0.0, 2.0.1
    • None
    • SQL
    • None

    Description

      Current implementations of ColumnarVector are OnHeapColumnarVector and OffHeapColumnarVector, which are optimized for reading data from Parquet. If they get an array, an map, or an struct from a Unsafe related data structure, it is inefficient.
      This JIRA prepares a new implementation OnHeapUnsafeColumnarVector that is optimized for reading data from a Unsafe related data structure.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kiszk Kazuaki Ishizaki
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: