Skip to content

Commit

Permalink
Run Delta Lake tests against 0.6.1 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
AFFogarty authored Jul 10, 2020
1 parent ec81890 commit f803aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public DeltaFixture()
{
Environment.SetEnvironmentVariable(
SparkFixture.EnvironmentVariableNames.ExtraSparkSubmitArgs,
"--packages io.delta:delta-core_2.11:0.6.0 " +
"--packages io.delta:delta-core_2.11:0.6.1 " +
"--conf spark.databricks.delta.snapshotPartitions=2 " +
"--conf spark.sql.sources.parallelPartitionDiscovery.parallelism=5");
SparkFixture = new SparkFixture();
Expand Down

0 comments on commit f803aa8

Please sign in to comment.