Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions stacks/spark-trino-superset-s3/hive-metastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: hive
spec:
image:
productVersion: 4.0.1
productVersion: 3.1.3 # Cannot upgrade to 4.0 until this is fixed https://github.com/apache/iceberg-python/issues/1222
clusterConfig:
database:
connString: jdbc:postgresql://postgresql-hive:5432/hive
Expand All @@ -24,7 +24,7 @@ metadata:
name: hive-iceberg
spec:
image:
productVersion: 4.0.1
productVersion: 3.1.3 # Cannot upgrade to 4.0 until this is fixed https://github.com/apache/iceberg-python/issues/1222
clusterConfig:
database:
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive
Expand Down