Skip to content

Commit f6e7691

Browse files
committed
Add note for known empty partition spec issue with Redshift
1 parent 23b00ea commit f6e7691

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/manage/pages/iceberg/iceberg-topics-aws-glue.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ endif::[]
4040
=== Nested partition spec support
4141

4242
AWS Glue does not support partitioning on nested fields. If Redpanda detects that
43-
the default partitioning `(hour(redpanda.timestamp))` is in use, it will instead apply an empty partition spec `()`, which means the table will not be partitioned.
43+
the default partitioning `(hour(redpanda.timestamp))` based on the record metadata is in use, it will instead apply an empty partition spec `()`, which means the table will not be partitioned.
4444

4545
If you want to use partitioning, you must specify a custom partition specification using your own partition columns (columns that are not nested).
4646

47+
NOTE: An empty partition spec `()` can cause a known issue in Amazon Redshift that prevents queries from running successfully on the table.
48+
4749
=== Manual deletion of Iceberg tables
4850

4951
The AWS Glue catalog integration does not support automatic deletion of Iceberg tables from Redpanda. To manually delete Iceberg tables in AWS Glue, you must first set the cluster property config_ref:iceberg_delete,true,properties/cluster-properties[`iceberg_delete`] to `false` when you configure the catalog integration.

0 commit comments

Comments
 (0)