Description
ParquetRowConverter calls InternalRow.copy() in cases where the copy is unnecessary; this can severely harm performance when reading deeply-nested Parquet.
It looks like this copying was originally added to handle arrays and maps of structs (in which case we need to keep the copying), but we can omit it for the more common case of structs nested directly in structs.
Attachments
Issue Links
- links to