Skip to content

Commit

Permalink
Remove DynamicBatchSizeWait class (#332)
Browse files Browse the repository at this point in the history
* Remove DynamicBatchSizeWait class

* Remove DynamicBatchSizeWait class
  • Loading branch information
ismailsimsek committed May 25, 2024
1 parent ff64621 commit c9c4ce2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 190 deletions.

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ services:
networks:
iceberg_net:
ports:
- 5432:5432
- "5432:5432"
jdbccatalog:
image: postgres:14-alpine
container_name: iceberg-jdbc-catalog
networks:
iceberg_net:
ports:
- 5433:5432
- "5433:5432"
environment:
- POSTGRES_DB=test
- POSTGRES_USER=testuser
Expand All @@ -56,8 +56,8 @@ services:
networks:
iceberg_net:
ports:
- 9001:9001
- 9000:9000
- "9001:9001"
- "9000:9000"
command: ["server", "/data", "--console-address", ":9001"]
mc:
image: minio/mc
Expand Down

0 comments on commit c9c4ce2

Please sign in to comment.