spark git commit: [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 9a08c9f1c -> fd7e83119 [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1 ## What changes were proposed in this pull request? This PR makes BroadcastHint more deterministic by using a special

spark git commit: [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1

2016-05-22 Thread rxin
Repository: spark Updated Branches: refs/heads/master df9adb5ec -> 223f63390 [SPARK-15415][SQL] Fix BroadcastHint when autoBroadcastJoinThreshold is 0 or -1 ## What changes were proposed in this pull request? This PR makes BroadcastHint more deterministic by using a special isBroadcastable