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

Pushdown fails with WHERE clause with more than one AND or OR operator of same type

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.7.0
    • Storage - HBase
    • None

    Description

      The HBase filter push-down code assumes that there could be only 2 operands for an AND or OR operator and in care of multiple AND/OR conditions, it will be presented as operator tree with two operands at each level.

      However, if there are two or more AND/OR operator of the same kind (either all AND or all OR), Optiq combines them as a single Boolean operator.

      Attachments

        Activity

          People

            adityakishore Aditya Kishore
            adityakishore Aditya Kishore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: