You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hans Fischer (JIRA)" <ji...@apache.org> on 2015/10/20 16:59:27 UTC

[jira] [Created] (SPARK-11214) Join with Unicode-String results wrong empty

Hans Fischer created SPARK-11214:
------------------------------------

             Summary: Join with Unicode-String results wrong empty
                 Key: SPARK-11214
                 URL: https://issues.apache.org/jira/browse/SPARK-11214
             Project: Spark
          Issue Type: Bug
          Components: PySpark, SQL
    Affects Versions: 1.5.0
            Reporter: Hans Fischer
            Priority: Critical


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org