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

Allow plugins to inject rules into AQE query stage preparation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.1, 3.1.0
    • SQL
    • None

    Description

      Provide a generic mechanism for plugins to inject rules into the AQE "query prep" stage that happens before query stage creation.

      this goes along with https://issues.apache.org/jira/browse/SPARK-32332 where the current AQE implementation doesn't allow for users to properly extend it for columnar processing. 

      The issue here is that we create new query stages but we do not have access to the parent plan of the new query stage so certain things can not be determined because you have to know what the parent did.  With this change it would allow you to add TAGs to be able to figure out what is going on.

       

      Attachments

        Issue Links

          Activity

            People

              andygrove Andy Grove
              tgraves Thomas Graves
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: