Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-850

OUTER JOIN does not properly handle a NULL.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • None
    • None

    Description

      See the title. In the case of the following query NULL value is evaluated at the SCAN time.

      select
        c_custkey,
        coalesce(orders.o_totalprice, 999.0)
      from
        customer left outer join orders on c_name = o_orderstatus
      
      select
        c_custkey,
      from
        customer left outer join orders on c_name = o_orderstatus
      where o_orderdate is null
      

      Attachments

        Activity

          People

            hjkim Hyoungjun Kim
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: