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

isExactlyMatchSet should keep same size with cuboidIds

    XMLWordPrintableJSON

Details

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

    Description

      In some query case, I find the size of  `isExactlyMatchSet` was bigger than `icuboidIds`i in query log. 

       

      For example, there is a join scene like this :

      ==========================[QUERY]===============================
      Query Id: d99bdb35-5d97-b0c0-35a9-db933f3cb64f
      SQL: select a.,b. from 
      (select SELLER_ID,sum(PRICE)  as PRICE from KYLIN_SALES where PART_DT > '2012-01-01' and  PART_DT < '2012-02-01' GROUP BY SELLER_ID limit 10) a 
      left join   KYLIN_ACCOUNT b on a.SELLER_ID = b.ACCOUNT_ID
      User: ADMIN
      Success: true
      Duration: 19.011
      Project: default
      Realization Names: [CUBE[name=my_test2_3], CUBE[name=account_info_t1]]
      Cuboid Ids: [6, 31]
      Is Exactly Matched: [false, false, false]
      Total scan count: 10454
      Total scan files: 2
      Total metadata time: 4ms
      Total spark scan time: 0ms
      Total scan bytes: 55822
      Total return rows: 0
      Result row count: 10
      Storage cache used: false
      Is Query Push-Down: false
      Is Prepare: false
      Used Spark pool: lightweight_tasks
      Trace URL: null
      Message: null
      Remote Address: 127.0.0.1

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: