Skip to content

Commit

Permalink
Update cpp/src/parquet/column_writer_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Gang Wu <ustcwg@gmail.com>
  • Loading branch information
emkornfield and wgtmac authored Jan 9, 2024
1 parent 69b5cbb commit 2f9c906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/parquet/column_writer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ TEST_F(TestByteArrayValuesWriter, CheckDefaultStats) {
ASSERT_TRUE(this->metadata_is_stats_set());
}

TEST(TestPageWriter, ThrowsOnPagesToLarge) {
TEST(TestPageWriter, ThrowsOnPagesTooLarge) {
NodePtr item = schema::Int32("item"); // optional item
NodePtr list(GroupNode::Make("b", Repetition::REPEATED, {item}, ConvertedType::LIST));
NodePtr bag(GroupNode::Make("bag", Repetition::OPTIONAL, {list})); // optional list
Expand Down

0 comments on commit 2f9c906

Please sign in to comment.