Skip to content

Commit cc1bfcf

Browse files
committed
Fix scala style
1 parent 7bf4bbc commit cc1bfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/org/apache/spark/examples/sql/SQLDataSourceExample.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ object SQLDataSourceExample {
5858
// $example on:write_partitioning$
5959
usersDF.write.partitionBy("favorite_color").format("parquet").save("namesPartByColor.parquet")
6060
// $example off:write_partitioning$
61-
//$example on:write_partition_and_bucket$
61+
// $example on:write_partition_and_bucket$
6262
peopleDF
6363
.write
6464
.partitionBy("favorite_color")

0 commit comments

Comments
 (0)