Skip to content

Commit 3c530ad

Browse files
committed
Same ending dot at Java and Python examples
1 parent fbfa98d commit 3c530ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/src/main/python

examples/src/main/python/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# Register this DataFrame as a temporary table.
7070
people.registerTempTable("people")
7171

72-
# SQL statements can be run by using the sql methods provided by spark (SparkSession object)
72+
# SQL statements can be run by using the sql methods provided by spark (SparkSession object).
7373
teenagers = spark.sql("SELECT name FROM people WHERE age >= 13 AND age <= 19")
7474

7575
for each in teenagers.collect():

0 commit comments

Comments
 (0)