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

Set InMemoryColumnarTableScan's outputPartitioning and outputOrdering

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • SQL
    • None

    Description

      Updated
      Right now, Spark SQL is not aware of the outputPartitioning and outputOrdering of a InMemoryColumnarTableScan. Actually, we can just inherit these two properties from the SparkPlan of the cached table.

      Original
      Right now, Spark SQL is not aware of the partitioning scheme of a leaf SparkPlan (e.g. an input table). So, even users want to re-partitioning the data in advance, Exchange operators will still be used.

      Attachments

        Issue Links

          Activity

            People

              nongli Nong Li
              yhuai Yin Huai
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: