Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-685

Use proper trait in Drill Logical rule. Propagate trait from child to parent whenever possible.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      There are two issues in several Drill Logical Rule.

      1. When we call convert() to convert the child node from 'None' to 'Logical', we pass in the parent's trait. This may not be right.

      For instance,

      Filter
      \
      Sort

      In DrillFilterRule, we will pass filter's trait when convert sort. Since filter originally has empty RelCollation, this convert will produce a trivial sort, thus may get a logical plan with incorrect order.

      2. The logical rule does not propagate the trait from child to parent, whenever possible. For instance, for the prior example, because filter's child is sort, after sort is converted into logical, the filter also has the same RelCollation as its child. We should propagate such RelCollation to Filter.

      Attachments

        1. DRILL-685.1.patch
          11 kB
          Jinfeng Ni

        Activity

          People

            jni Jinfeng Ni
            jni Jinfeng Ni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: