aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorravipesala <ravindra.pesala@huawei.com>2014-10-30 17:15:45 -0700
committerMichael Armbrust <michael@databricks.com>2014-10-30 17:15:45 -0700
commit9b6ebe33db27be38c3036ffeda17096043fb0fb9 (patch)
treea34355071c757d0be4c899ee7db748fbf0b0df9f /pom.xml
parent68cb69daf3022e973422e496ccf827ca3806ff30 (diff)
downloadspark-9b6ebe33db27be38c3036ffeda17096043fb0fb9.tar.gz
spark-9b6ebe33db27be38c3036ffeda17096043fb0fb9.tar.bz2
spark-9b6ebe33db27be38c3036ffeda17096043fb0fb9.zip
[SPARK-4120][SQL] Join of multiple tables with syntax like SELECT .. FROM T1,T2,T3.. does not work in SparkSQL
Right now it works for only 2 tables like below query. sql("SELECT * FROM records1 as a,records2 as b where a.key=b.key ") But it does not work for more than 2 tables like below query sql("SELECT * FROM records1 as a,records2 as b,records3 as c where a.key=b.key and a.key=c.key"). Author: ravipesala <ravindra.pesala@huawei.com> Closes #2987 from ravipesala/multijoin and squashes the following commits: 429b005 [ravipesala] Support multiple joins
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions