Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Excavator: Upgrades Baseline to the latest version #8

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public final class FallbackToS3ShuffleIterator implements Iterator<ShuffleBlockI
private final boolean shouldCompressShuffle;
private final SerializerManager serializerManager;
private final CompressionCodec compressionCodec;
private final ShuffleDriverEndpointRef driverEndpointRef;


public FallbackToS3ShuffleIterator(
Iterator<ShuffleBlockInputStream> fetchFromExecutorsIterator,
Expand All @@ -75,7 +75,7 @@ public FallbackToS3ShuffleIterator(
this.s3FetcherIterator = s3FetcherIterator;
Preconditions.checkState(!s3FetcherIterator.isInitialized(),
"S3 Fetcher iterator already initialized");
this.driverEndpointRef = driverEndpointRef;

}

@Override
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
classpath 'com.netflix.nebula:gradle-info-plugin:5.2.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.1.1'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.12.4'
classpath 'com.palantir.baseline:gradle-baseline-java:2.40.1'
classpath 'com.palantir.baseline:gradle-baseline-java:2.49.1'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.12.2'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.1.0'
classpath 'com.palantir.sls-packaging:gradle-sls-packaging:4.3.3'
Expand Down