Skip to content

Commit e5d9a15

Browse files
authored
Docs: Clarify Partition Transform (#8337)
1 parent ffa13b1 commit e5d9a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This leads to several problems:
8484

8585
Iceberg produces partition values by taking a column value and optionally transforming it. Iceberg is responsible for converting `event_time` into `event_date`, and keeps track of the relationship.
8686

87-
Table partitioning is configured using these relationships. The `logs` table would be partitioned by `date(event_time)` and `level`.
87+
Table partitioning is configured using these relationships. The `logs` table would be partitioned by `day(event_time)` and `level`.
8888

8989
Because Iceberg doesn't require user-maintained partition columns, it can hide partitioning. Partition values are produced correctly every time and always used to speed up queries, when possible. Producers and consumers wouldn't even see `event_date`.
9090

0 commit comments

Comments
 (0)