aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/python/sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/src/main/python/sql.py')
-rw-r--r--examples/src/main/python/sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/main/python/sql.py b/examples/src/main/python/sql.py
index 234024063f..ac7246938d 100644
--- a/examples/src/main/python/sql.py
+++ b/examples/src/main/python/sql.py
@@ -66,7 +66,7 @@ if __name__ == "__main__":
# |-- age: long (nullable = true)
# |-- name: string (nullable = true)
- # Register this DataFrame as a temporary table.
+ # Creates a temporary view using the DataFrame.
people.createOrReplaceTempView("people")
# SQL statements can be run by using the sql methods provided by `spark`