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 2016/01/08 10:05:40 UTC

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

     [ https://issues.apache.org/jira/browse/SPARK-11214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Fischer closed SPARK-11214.
--------------------------------
    Resolution: Fixed

Update: The problem only occur when you require a lot of ram. 30g or less will be fine. That was my learning. 

> 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
>            Assignee: Josh Rosen
>            Priority: Critical
>             Fix For: 1.5.1
>
>
> 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