emkornfield commented on a change in pull request #8219:
URL: https://github.com/apache/arrow/pull/8219#discussion_r493685095
##########
File path: cpp/src/parquet/arrow/arrow_reader_writer_test.cc
##########
@@ -2360,6 +2361,39 @@ TEST(ArrowReadWrite, SingleColumnNullableStruct) {
3);
}
+TEST(ArrowReadWrite, NestedRequiredField) {
Review comment:
Are you looking at the latest version?
Right below this comment is:
```
auto int_field = ::arrow::field("int_array", ::arrow::int32(),
/*nullable=*/false);
```
(note the last parameter?)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]