Skip to content

Commit

Permalink
Fix typo in Spark configuration setting for parquet vorder (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertverbeek4PS authored Dec 17, 2024
2 parents 9a63ca9 + 8a7c04a commit 8dab466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/CopyBusinessCentral.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"source": [
"%%pyspark\n",
"# settings\n",
"spark.conf.set(\"sprk.sql.parquet.vorder.enabled\",\"true\")\n",
"spark.conf.set(\"spark.sql.parquet.vorder.enabled\",\"true\")\n",
"spark.conf.set(\"spark.microsoft.delta.optimizewrite.enabled\",\"true\")\n",
"spark.conf.set(\"spark.sql.parquet.filterPushdown\", \"true\")\n",
"spark.conf.set(\"spark.sql.parquet.mergeSchema\", \"false\")\n",
Expand Down

0 comments on commit 8dab466

Please sign in to comment.