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 fffe72b commit e6945e8Copy full SHA for e6945e8
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetRowConverter.scala
@@ -319,6 +319,7 @@ private[parquet] class ParquetRowConverter(
319
320
case t: StructType =>
321
val wrappedUpdater = {
322
+ // SPARK-30338: avoid unnecessary InternalRow copying for nested structs:
323
if (updater.isInstanceOf[RowUpdater]) {
324
// `updater` is a RowUpdater, implying that the parent container is a struct.
325
// We do NOT need to perform defensive copying here because either:
0 commit comments