We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f67b5b commit 0b46148Copy full SHA for 0b46148
examples/src/main/python/sql.py
@@ -43,7 +43,7 @@
43
# Register this SchemaRDD as a table.
44
people.registerAsTable("people")
45
46
- # SQL statements can be run by using the sql methods provided by sqlContext.
+ # SQL statements can be run by using the sql methods provided by sqlContext
47
teenagers = sqlContext.sql("SELECT name FROM people WHERE age >= 13 AND age <= 19")
48
49
for each in teenagers.collect():
0 commit comments