Skip to content

Commit e53f638

Browse files
author
Chris Cho
authored
Fix code block indentation (#146)
1 parent b33bfb7 commit e53f638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/java/sql.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
.. code-block:: java
66

7-
implicitDS.createOrReplaceTempView("characters");
8-
Dataset<Row> centenarians = spark.sql("SELECT name, age FROM characters WHERE age >= 100");
9-
centenarians.show();
7+
implicitDS.createOrReplaceTempView("characters");
8+
Dataset<Row> centenarians = spark.sql("SELECT name, age FROM characters WHERE age >= 100");
9+
centenarians.show();
1010

1111
``centenarians.show()`` outputs the following:
1212

0 commit comments

Comments
 (0)