Skip to content

Commit

Permalink
Spark3.4: Fix minor code style issue (apache#8421)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi authored Aug 30, 2023
1 parent afb02f3 commit 4e4f5a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ class SparkPositionDeltaWrite implements DeltaWrite, RequiresDistributionAndOrde
private final Map<String, String> extraSnapshotMetadata;
private final SparkWriteRequirements writeRequirements;
private final Context context;
private final Map<String, String> writeProperties;

private boolean cleanupOnAbort = true;
private final Map<String, String> writeProperties;

SparkPositionDeltaWrite(
SparkSession spark,
Expand Down

0 comments on commit 4e4f5a8

Please sign in to comment.