GitHub user marmbrus opened a pull request:
https://github.com/apache/spark/pull/315
[SQL] Minor fixes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marmbrus/spark minorFixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/315.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #315
----
commit e313f52886e7bcffad0b78a9818f322dcafc29f3
Author: Michael Armbrust <[email protected]>
Date: 2014-04-03T21:20:35Z
Correctly assign aliases to tables in SqlParser.
commit 44c90e06842ed4bad85e33960806875aa418ebfe
Author: Michael Armbrust <[email protected]>
Date: 2014-04-03T21:22:03Z
Change != to !== in the DSL since != will always translate to != on Any.
commit 97b8701fcfdeee367a686c70a1c34475cb0d8482
Author: Michael Armbrust <[email protected]>
Date: 2014-04-03T21:22:32Z
Correctly handle self joins of in-memory cached tables.
commit b4b13f390621a270a37d08ca1e64ca752532a757
Author: Michael Armbrust <[email protected]>
Date: 2014-04-03T21:24:16Z
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)`
commit a10689e0bfcaa22bf15f8842b2cf313db9d0d02f
Author: Michael Armbrust <[email protected]>
Date: 2014-03-27T03:05:02Z
Move Row extractor to catalyst.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---