Github user aarondav commented on a diff in the pull request:
https://github.com/apache/spark/pull/874#discussion_r13032826
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/SchemaRDD.scala ---
@@ -59,7 +59,7 @@ import java.util.{Map => JMap}
* // Importing the SQL context gives access to all the SQL functions and
implicit conversions.
* import sqlContext._
*
- * val rdd = sc.parallelize((1 to 100).map(i => Record(i, s"val_\$i")))
+ * val rdd = sc.parallelize((1 to 100).map(i => Record(i, s"val_$i")))
--- End diff --
This example doesn't compile with the `\` in there.
---
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.
---