wgtmac commented on code in PR #45152:
URL: https://github.com/apache/arrow/pull/45152#discussion_r1901476242


##########
cpp/src/parquet/arrow/arrow_schema_test.cc:
##########
@@ -832,6 +832,27 @@ TEST_F(TestConvertParquetSchema, 
IllegalParquetNestedSchema) {
         Invalid, testing::HasSubstr("LIST-annotated groups must not be 
repeated."),
         ConvertSchema(parquet_fields));
   }
+  // List<List<String>>: outer list is two-level encoding, inner list is empty.

Review Comment:
   ```suggestion
     // List<List<>>: outer list is two-level encoding, inner list is empty.
   ```



-- 
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