Skip to content

Commit

Permalink
Update cpp/src/parquet/arrow/arrow_schema_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Gang Wu <ustcwg@gmail.com>
  • Loading branch information
mapleFU and wgtmac authored Jan 3, 2025
1 parent 17d90c3 commit e0ab9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/parquet/arrow/arrow_schema_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ 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.
// List<List<>>: outer list is two-level encoding, inner list is empty.
//
// optional group my_list (LIST) {
// repeated group array (LIST) {
Expand Down

0 comments on commit e0ab9c6

Please sign in to comment.