diff --git a/stacks/spark-trino-superset-s3/hive-metastore.yaml b/stacks/spark-trino-superset-s3/hive-metastore.yaml index becb2662..9e4184e7 100644 --- a/stacks/spark-trino-superset-s3/hive-metastore.yaml +++ b/stacks/spark-trino-superset-s3/hive-metastore.yaml @@ -5,7 +5,9 @@ metadata: name: hive spec: image: - productVersion: 4.0.1 + # Cannot upgrade to 4.0.1 because we run into the same problem + # as this https://github.com/apache/iceberg-python/issues/1222 + productVersion: 4.0.0 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive:5432/hive @@ -24,7 +26,9 @@ metadata: name: hive-iceberg spec: image: - productVersion: 4.0.1 + # Cannot upgrade to 4.0.1 because we run into the same problem + # as this https://github.com/apache/iceberg-python/issues/1222 + productVersion: 4.0.0 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive