Skip to content

Commit 87f43b5

Browse files
committed
Apply suggestion from SME review
1 parent 3de19dc commit 87f43b5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,12 @@ endif::[]
4242
AWS Glue does not support partitioning on nested fields. If Redpanda detects that
4343
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

45-
If you want to use partitioning, you must specify a custom partition specification using your own partition columns (columns that are not nested).
45+
If you want to use partitioning, you must implement custom partitioning 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.
47+
[NOTE]
48+
====
49+
In Redpanda versions 25.2.1, and 25.1.9 and earlier, an empty partition spec () can cause a known issue that prevents certain engines like Amazon Redshift from successfully querying the table. To resolve this issue, specify custom partitioning, or upgrade Redpanda to versions 25.2.2 or 25.1.10 and later.
50+
====
4851

4952
=== Manual deletion of Iceberg tables
5053

0 commit comments

Comments
 (0)