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

Make ReduceExpressionsRule extensible to transform false filter in schema-on-read case

    XMLWordPrintableJSON

Details

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

    Description

      This comes from a commit in Drill's forked Calcite (https://github.com/dremio/calcite/commit/a29f007f4f4017368b6f41bf8c3aba4490a1cee8).

      ReduceExpressionRule will transform a false filter into VALUES with empty input. This only works in the case of schema-aware scenario. In schema-on-read scenario like Drill, VALUES would not provide the schema type at the planning time; schema has to be propagate during execution time.

      We should allow ReduceExpressionRule extensible so that different behavior would be allowed to handle false filter in both schema-aware case and schema-on-read case.

      Attachments

        Issue Links

          Activity

            People

              jaltekruse Jason Altekruse
              jni Jinfeng Ni
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: