emkornfield commented on a change in pull request #10969:
URL: https://github.com/apache/arrow/pull/10969#discussion_r694214060



##########
File path: cpp/src/parquet/arrow/path_internal_test.cc
##########
@@ -170,6 +170,24 @@ TEST_F(MultipathLevelBuilderTest, 
NullableSingleListWithAllNullsLists) {
                      /*rep_levels=*/std::vector<int16_t>(4, 0));
 }
 
+TEST_F(MultipathLevelBuilderTest, EmptyLists) {
+  // ARROW-13676 - ensure no out of bounds list memory accesses.
+  auto entries = field("Entries", ::arrow::int64());
+  auto list_type = list(entries);

Review comment:
       Yes, also correct some error comments and added test coverage for a new 
case.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to