Skip to content

Commit 1ddfbfc

Browse files
committed
fix
1 parent fe90ca1 commit 1ddfbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/paimon/format/avro/avro_stats_extractor_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ TEST_F(AvroStatsExtractorTest, TestPrimitiveStatsExtractor) {
129129
for (const auto& stats : column_stats) {
130130
ASSERT_EQ(stats->ToString(), "min null, max null, null count null");
131131
}
132-
ASSERT_EQ(3, stats_with_info.second.GetRowCount());
132+
ASSERT_EQ(3, file_stats.GetRowCount());
133133
}
134134

135135
TEST_F(AvroStatsExtractorTest, TestNestedType) {

0 commit comments

Comments
 (0)