Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-10628

Incorrect result when vectorized native mapjoin is enabled using null safe operators <=>

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.2.0
    • 1.2.1
    • Hive
    • None

    Description

      Incorrect results for this query:

      select count(*) from store_sales ss join store_returns sr on (sr.sr_item_sk <=> ss.ss_item_sk and sr.sr_customer_sk <=> ss.ss_customer_sk and sr.sr_item_sk <=> ss.ss_item_sk) where ss.ss_net_paid > 1000;
      

      Attachments

        1. HIVE-10628.01.patch
          103 kB
          Matt McCline

        Activity

          People

            mmccline Matt McCline
            mmccline Matt McCline
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: