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

not null filter clause should be evaluable in storage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • v2.0.0
    • None
    • None

    Description

      currently, limit push down is not enabled for queries like

      select * from (
      select * from test_kylin_fact
        where lstg_format_name is not null
        ) limit 20
       
      

      because "not null" is treated as un-evaluateable.

      Attachments

        Activity

          People

            mahongbin Hongbin Ma
            mahongbin Hongbin Ma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: