We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8358b commit 8be414cCopy full SHA for 8be414c
src/iceberg/manifest_list.cc
@@ -27,7 +27,7 @@ namespace iceberg {
27
28
const StructType& PartitionFieldSummary::Type() {
29
static const StructType kInstance{{
30
- PartitionFieldSummary::kConsTainsNull,
+ PartitionFieldSummary::kContainsNull,
31
PartitionFieldSummary::kContainsNaN,
32
PartitionFieldSummary::kLowerBound,
33
PartitionFieldSummary::kUpperBound,
0 commit comments