We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efa248 commit ad9c1eeCopy full SHA for ad9c1ee
parquet-avro/src/main/java/org/apache/parquet/avro/AvroSchemaConverter.java
@@ -54,7 +54,7 @@ public class AvroSchemaConverter {
54
55
public static final String ADD_LIST_ELEMENT_RECORDS =
56
"parquet.avro.add-list-element-records";
57
- private static final boolean ADD_LIST_ELEMENT_RECORDS_DEFAULT = false;
+ private static final boolean ADD_LIST_ELEMENT_RECORDS_DEFAULT = true;
58
59
private final boolean assumeRepeatedIsListElement;
60
private final boolean writeOldListStructure;
0 commit comments