Skip to content

Commit 8f87e02

Browse files
author
chendingchao.cdc
committed
update
Signed-off-by: chendingchao.cdc <[email protected]>
1 parent b4edfef commit 8f87e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/json_internal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ Status ParsePartitionSpecs(const nlohmann::json& json, int8_t format_version,
10541054
for (const auto& entry_json : partition_spec_json) {
10551055
ICEBERG_ASSIGN_OR_RAISE(
10561056
auto field, PartitionFieldFromJson(entry_json, next_partition_field_id));
1057-
next_partition_field_id++;
1057+
++next_partition_field_id;
10581058
fields.push_back(std::move(*field));
10591059
}
10601060

0 commit comments

Comments
 (0)