We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f40163 commit e0d03e6Copy full SHA for e0d03e6
1 file changed
src/iceberg/partition_summary_internal.cc
@@ -39,7 +39,7 @@ Status PartitionFieldStats::Update(const Literal& value) {
39
return {};
40
}
41
42
- if (value.IsNan()) {
+ if (value.IsNaN()) {
43
contains_nan_ = true;
44
45
0 commit comments