Skip to content

Commit 3ea2e5b

Browse files
andishgarCopilot
andauthored
Update cpp/src/arrow/array/statistics_test.cc
fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b2a066c commit 3ea2e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/array/statistics_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TEST(TestArrayStatistics, NullCountExact) {
3333
ASSERT_EQ(29, std::get<int64_t>(statistics.null_count.value()));
3434
}
3535

36-
TEST(TestArrayStatistics, NullCountAprroximate) {
36+
TEST(TestArrayStatistics, NullCountApproximate) {
3737
ArrayStatistics statistics;
3838
ASSERT_FALSE(statistics.null_count.has_value());
3939
statistics.null_count = 29.0;

0 commit comments

Comments
 (0)