aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2014-04-04 17:23:17 -0700
committerReynold Xin <rxin@apache.org>2014-04-04 17:23:17 -0700
commitd956cc251676d67d87bd6dbfa82be864933d8136 (patch)
treedd213f0ff11a6dcd119037665be63d5234f6a447 /python
parent198892fe8d39a2fad585fa2a7579d8b478456c33 (diff)
downloadspark-d956cc251676d67d87bd6dbfa82be864933d8136.tar.gz
spark-d956cc251676d67d87bd6dbfa82be864933d8136.tar.bz2
spark-d956cc251676d67d87bd6dbfa82be864933d8136.zip
[SQL] Minor fixes.
Author: Michael Armbrust <michael@databricks.com> Closes #315 from marmbrus/minorFixes and squashes the following commits: b23a15d [Michael Armbrust] fix scaladoc 11062ac [Michael Armbrust] Fix registering "SELECT *" queries as tables and caching them. As some tests for this and self-joins. 3997dc9 [Michael Armbrust] Move Row extractor to catalyst. 208bf5e [Michael Armbrust] More idiomatic naming of DSL functions. * subquery => as * for join condition => on, i.e., `r.join(s, condition = 'a == 'b)` =>`r.join(s, on = 'a == 'b)` 87211ce [Michael Armbrust] Correctly handle self joins of in-memory cached tables. 69e195e [Michael Armbrust] Change != to !== in the DSL since != will always translate to != on Any. 01f2dd5 [Michael Armbrust] Correctly assign aliases to tables in SqlParser.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions