XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • SQL
    • None

    Description

      See the test case in https://github.com/apache/spark/pull/9789

        ignore("self join") {
          val ds = Seq("1", "2").toDS().as("a")
          val joined = ds.joinWith(ds, lit(true))
          checkAnswer(joined, ("1", "1"), ("1", "2"), ("2", "1"), ("2", "2"))
        }
      

      Attachments

        Issue Links

          Activity

            People

              cloud_fan Wenchen Fan
              rxin Reynold Xin
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: