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 7bf4bbc commit cc1bfcfCopy full SHA for cc1bfcf
examples/src/main/scala/org/apache/spark/examples/sql/SQLDataSourceExample.scala
@@ -58,7 +58,7 @@ object SQLDataSourceExample {
58
// $example on:write_partitioning$
59
usersDF.write.partitionBy("favorite_color").format("parquet").save("namesPartByColor.parquet")
60
// $example off:write_partitioning$
61
- //$example on:write_partition_and_bucket$
+ // $example on:write_partition_and_bucket$
62
peopleDF
63
.write
64
.partitionBy("favorite_color")
0 commit comments