Ahir Reddy created SPARK-2337:
---------------------------------
Summary: String Interpolation for SparkSQL queries
Key: SPARK-2337
URL: https://issues.apache.org/jira/browse/SPARK-2337
Project: Spark
Issue Type: Improvement
Components: SQL
Affects Versions: 1.0.0
Reporter: Ahir Reddy
Priority: Minor
{code}
val sqlContext = new SQLContext(...)
import sqlContext._
case class Person(name: String, age: Int)
val people: RDD[Person] = ...
val srdd = sql"SELECT * FROM $people"
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)