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 ec81890 commit f803aa8Copy full SHA for f803aa8
src/csharp/Extensions/Microsoft.Spark.Extensions.Delta.E2ETest/DeltaFixture.cs
@@ -16,7 +16,7 @@ public DeltaFixture()
16
{
17
Environment.SetEnvironmentVariable(
18
SparkFixture.EnvironmentVariableNames.ExtraSparkSubmitArgs,
19
- "--packages io.delta:delta-core_2.11:0.6.0 " +
+ "--packages io.delta:delta-core_2.11:0.6.1 " +
20
"--conf spark.databricks.delta.snapshotPartitions=2 " +
21
"--conf spark.sql.sources.parallelPartitionDiscovery.parallelism=5");
22
SparkFixture = new SparkFixture();
0 commit comments