Skip to content

Commit 9aaf5cf

Browse files
Comments on the legacy mode config parameter
1 parent 6c75d87 commit 9aaf5cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adapter/avro/src/main/java/org/apache/arrow/adapter/avro/AvroToArrowConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public class AvroToArrowConfig {
8282
* @param targetBatchSize The maximum rowCount to read each time when partially convert data.
8383
* @param provider The dictionary provider used for enum type, adapter will update this provider.
8484
* @param skipFieldNames Field names which to skip.
85+
* @param legacyMode Keep compatibility with old behavior (pre-2025)
8586
*/
8687
AvroToArrowConfig(
8788
BufferAllocator allocator,

0 commit comments

Comments
 (0)