Skip to content

Commit e0d03e6

Browse files
committed
fix: resolve a rebase conflict
1 parent 0f40163 commit e0d03e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/partition_summary_internal.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Status PartitionFieldStats::Update(const Literal& value) {
3939
return {};
4040
}
4141

42-
if (value.IsNan()) {
42+
if (value.IsNaN()) {
4343
contains_nan_ = true;
4444
return {};
4545
}

0 commit comments

Comments
 (0)