Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-19994

Wrong outputOrdering for right/full outer smj

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.2, 2.1.0, 2.2.0
    • 2.0.3, 2.1.1, 2.2.0
    • SQL

    Description

      For right outer join, values of the left key will be filled with nulls if it can't match the value of the right key, so `nullOrdering` of the left key can't be guaranteed. We should output right key order.

      For full outer join, neither left key nor right key guarantees `nullOrdering`. We should not output any ordering.

      Attachments

        Activity

          People

            ZenWzh Zhenhua Wang
            ZenWzh Zhenhua Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: