Skip to content

Commit

Permalink
Update nessie to 0.100.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Dec 5, 2024
1 parent 9b55d4d commit 18de4b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/trino-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<!-- Nessie version (compatible with Iceberg release) must be bumped along with Iceberg version bump to avoid compatibility issues -->
<dep.nessie.version>0.100.2</dep.nessie.version>
<dep.nessie.version>0.100.3</dep.nessie.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class NessieContainer
{
private static final Logger log = Logger.get(NessieContainer.class);

public static final String DEFAULT_IMAGE = "ghcr.io/projectnessie/nessie:0.100.2";
public static final String DEFAULT_IMAGE = "ghcr.io/projectnessie/nessie:0.100.3";
public static final String DEFAULT_HOST_NAME = "nessie";
public static final String VERSION_STORE_TYPE = "IN_MEMORY";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class EnvSinglenodeSparkIcebergNessie

private static final int SPARK_THRIFT_PORT = 10213;
private static final int NESSIE_PORT = 19120;
private static final String NESSIE_VERSION = "0.100.2";
private static final String NESSIE_VERSION = "0.100.3";
private static final String SPARK = "spark";

private final DockerFiles dockerFiles;
Expand Down

0 comments on commit 18de4b6

Please sign in to comment.