Skip to content

Commit

Permalink
Update nessie to 0.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Apr 22, 2024
1 parent 0e4a585 commit 352ced6
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 @@ -16,7 +16,7 @@
<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
<!-- Nessie version (compatible with Iceberg release) must be bumped along with Iceberg version bump to avoid compatibility issues -->
<dep.nessie.version>0.79.0</dep.nessie.version>
<dep.nessie.version>0.80.0</dep.nessie.version>
</properties>

<dependencies>
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.79.0";
public static final String DEFAULT_IMAGE = "ghcr.io/projectnessie/nessie:0.80.0";
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.79.0";
private static final String NESSIE_VERSION = "0.80.0";
private static final String SPARK = "spark";

private final DockerFiles dockerFiles;
Expand Down

0 comments on commit 352ced6

Please sign in to comment.