We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ddbe7 commit 410aa8eCopy full SHA for 410aa8e
stacks/spark-trino-superset-s3/hive-metastore.yaml
@@ -5,7 +5,9 @@ metadata:
5
name: hive
6
spec:
7
image:
8
- productVersion: 4.0.1
+ # Cannot upgrade to 4.0.1 because we run into the same problem
9
+ # as this https://github.com/apache/iceberg-python/issues/1222
10
+ productVersion: 4.0.0
11
clusterConfig:
12
database:
13
connString: jdbc:postgresql://postgresql-hive:5432/hive
@@ -24,7 +26,9 @@ metadata:
24
26
name: hive-iceberg
25
27
28
29
30
31
32
33
34
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive
0 commit comments