You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glue does not support partitioning on nested fields. If Redpanda detects that
22
22
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.
23
23
24
-
If you want to use partitioning, specify your custom partition spec using your own partition columns (columns thatare not nested).
24
+
If you want to use partitioning, specify your custom partition spec using your own partition columns (columns that are not nested).
25
25
26
26
== Update cluster configuration
27
27
@@ -62,16 +62,16 @@ an S3 URI like `s3://your-bucket/path`.
0 commit comments