Skip to content

Commit

Permalink
Revert to Iceberg 1.3.1 for now (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanck authored Oct 13, 2023
1 parent 7941d98 commit a4762f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ awaitility-ver = "4.2.0"
hadoop-ver = "3.3.6"
hive-ver = "2.3.9"
http-client-ver = "5.2.1"
iceberg-ver = "1.4.0"
iceberg-ver = "1.3.1-tabular.32"
jackson-ver = "2.14.2"
junit-ver = "5.10.0"
kafka-ver = "3.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static DataFile createDataFile() {
Metrics.class,
ByteBuffer.class,
List.class,
int[].class,
Integer.class)
.build();

Expand All @@ -70,7 +69,6 @@ public static DataFile createDataFile() {
metrics,
ByteBuffer.wrap(new byte[] {0}),
null,
null,
1);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class TestContext {
private static final String MINIO_IMAGE = "minio/minio";
private static final String KAFKA_IMAGE = "confluentinc/cp-kafka:7.5.1";
private static final String CONNECT_IMAGE = "confluentinc/cp-kafka-connect:7.5.1";
private static final String REST_CATALOG_IMAGE = "tabulario/iceberg-rest:0.7.0";
private static final String REST_CATALOG_IMAGE = "tabulario/iceberg-rest:0.6.0";

private static final int MINIO_PORT = 9000;
private static final int CATALOG_PORT = 8181;
Expand Down

0 comments on commit a4762f8

Please sign in to comment.