bkietz commented on code in PR #37792:
URL: https://github.com/apache/arrow/pull/37792#discussion_r1334438546
##########
cpp/src/parquet/arrow/arrow_reader_writer_test.cc:
##########
@@ -3373,6 +3373,8 @@ TEST(ArrowReadWrite, NestedRequiredOuterOptional) {
for (const auto& inner_type : types) {
if (inner_type->id() == ::arrow::Type::NA) continue;
+ if (inner_type->id() == ::arrow::Type::BINARY_VIEW) continue;
+ if (inner_type->id() == ::arrow::Type::STRING_VIEW) continue;
Review Comment:
Follow up issue: https://github.com/apache/arrow/issues/37832
--
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]