GitHub user ahirreddy opened a pull request:

    https://github.com/apache/spark/pull/1278

    [SPARK-2337] SQL String Interpolation

    ```scala
    val sqlContext = new SQLContext(...)
    import sqlContext._
    
    case class Person(name: String, age: Int)
    val people: RDD[Person] = ...
    val srdd = sql"SELECT * FROM $people"
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ahirreddy/spark sql-interpolation

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1278.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 #1278
    
----
commit 99d158ec3a47d8a48e38f522607a4c4539027ea2
Author: Ahir Reddy <[email protected]>
Date:   2014-07-01T18:32:47Z

    Comment

commit b8fea95ffe190bd353e3a75be7af56184680d8aa
Author: Ahir Reddy <[email protected]>
Date:   2014-07-01T18:44:51Z

    Added to comment

----


---
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.
---

Reply via email to