Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Aug 23, 2024
1 parent 2b002dc commit d7bfb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/iceberg/src/spec/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,17 +694,17 @@ mod tests {
"spec-id": 1,
"fields": [ {
"source-id": 4,
"partition-id": 1000,
"field-id": 1000,
"name": "ts_day",
"transform": "day"
}, {
"source-id": 1,
"partition-id": 1001,
"field-id": 1001,
"name": "id_bucket",
"transform": "bucket[16]"
}, {
"source-id": 2,
"partition-id": 1002,
"field-id": 1002,
"name": "id_truncate",
"transform": "truncate[4]"
} ]
Expand Down

0 comments on commit d7bfb73

Please sign in to comment.