[GitHub] spark issue #6751: [SPARK-8300] DataFrame hint for broadcast join.

2017-10-10 Thread sridharsubramanian62
Github user sridharsubramanian62 commented on the issue: https://github.com/apache/spark/pull/6751 Let me know if this does not help [SPARK-16475] Broadcast Hint for SQL Queries - ASF JIRA | | | | [SPARK-16475] Broadcast Hint for SQL Queries - ASF

[GitHub] spark issue #6751: [SPARK-8300] DataFrame hint for broadcast join.

2017-10-10 Thread sridharsubramanian62
Github user sridharsubramanian62 commented on the issue: https://github.com/apache/spark/pull/6751 Its available from spark 2.2.0. On Tuesday, October 10, 2017, 1:46:27 PM PDT, Reynold Xin <notificati...@github.com> wrote: Isn't the hint available

[GitHub] spark pull request: [SPARK-8300] DataFrame hint for broadcast join...

2015-10-08 Thread sridharsubramanian62
Github user sridharsubramanian62 commented on the pull request: https://github.com/apache/spark/pull/6751#issuecomment-146486078 How can this hint be used with Spark-SQL ? Below example does not seem to work. ```select a.col1,b.col2 from tableA a left outer join