Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-5152

Support boolean expression on where clause

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • v4.0.1
    • None
    • Query Engine
    • None

    Description

      Current the following SQL will fail because true expressions was not supportted on where clause.

      select SELLER_ID,sum(PRICE) from KYLIN_SALES where TURE and PART_DT = '2012-01-01'  GROUP BY SELLER_ID 

      In some case, calcite will converts the filter expression of the where clause into a true expression. So I think we better support this.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sleep1661 hujiahua
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: