Skip to content

Commit

Permalink
Add missing getOrCreate() to Spark configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Mar 25, 2024
1 parent cb514f1 commit 720bbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/libraries/installation/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spark = (
.config(
"spark.sql.catalog.spark_catalog",
"org.apache.spark.sql.delta.catalog.DeltaCatalog",
)
).getOrCreate()
)

pc = PathlingContext.create(spark)
Expand Down

0 comments on commit 720bbb8

Please sign in to comment.