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

RelDecorrelator should return for SEMI/ANTI join decorrelate

    XMLWordPrintableJSON

Details

    Description

      /**
         * Rewrite LogicalJoin.
         *
         * @param rel Join
         */
        public Frame decorrelateRel(LogicalJoin rel) {
          // For SEMI/ANTI join decorrelate it's input directly,
          // because the correlate variables can only be propagated from
          // the left side, which is not supported yet.
          if (!rel.getJoinType().projectsRight()) {
            decorrelateRel((RelNode) rel);
          }
      ...
      

      return is missing before decorrelateRel((RelNode) rel);

      Attachments

        Issue Links

          Activity

            People

              danny0405 Danny Chen
              godfreyhe godfrey he
              Votes:
              0 Vote for this issue
              Watchers:
              4 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 - 20m
                  20m