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

Join with Unicode-String results wrong empty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.5.0
    • 1.5.1
    • PySpark, SQL
    • None

    Description

      I created a join that should clearly result in a single row but return: empty. Could someone validate this bug?

      hiveContext.sql('SELECT * FROM (SELECT "c" AS a) AS a JOIN (SELECT "c" AS b) AS b ON a.a = b.b').take(10)

      result: []

      kind regards
      Hans

      Attachments

        Activity

          People

            joshrosen Josh Rosen
            xDSticker Hans Fischer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: