Skip to content

Commit ad9c1ee

Browse files
committed
PARQUET-651: Undo accidental default setting change.
1 parent 1efa248 commit ad9c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet-avro/src/main/java/org/apache/parquet/avro/AvroSchemaConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class AvroSchemaConverter {
5454

5555
public static final String ADD_LIST_ELEMENT_RECORDS =
5656
"parquet.avro.add-list-element-records";
57-
private static final boolean ADD_LIST_ELEMENT_RECORDS_DEFAULT = false;
57+
private static final boolean ADD_LIST_ELEMENT_RECORDS_DEFAULT = true;
5858

5959
private final boolean assumeRepeatedIsListElement;
6060
private final boolean writeOldListStructure;

0 commit comments

Comments
 (0)