Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-3668

VolcanoPlanner doesn't match all the RelSubSet in matchRecursive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.22.0
    • None

    Description

      If I have a rule to match pattern with Filter-RelSubset, VolcanoPlanner only matches 1 RelSubset in the RelSet, instead of all the subsets.

               if (operand.getMatchedClass() == RelSubset.class) {
                  // If the rule wants the whole subset, we just provide it
                  successors = ImmutableList.of(subset);  
                } else {
                  successors = subset.getRelList();
                }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hyuan Haisheng Yuan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m