You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: delta-lake/delta-33x/src/main/scala/com/nvidia/spark/rapids/delta/delta33x/GpuDelta33xParquetFileFormat.scala
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,10 @@ case class GpuDelta33xParquetFileFormat(
72
72
}
73
73
74
74
/**
75
-
* prepareSchemaForRead must only be used for parquet read.
76
-
* It removes "PARQUET_FIELD_ID_METADATA_KEY" for name mapping mode which address columns by
77
-
* physical name instead of id.
75
+
* This function is overridden as Delta 3.3 has an extra `PARQUET_FIELD_NESTED_IDS_METADATA_KEY`
76
+
* key to remove from the metadata, which does not exist in earlier versions.
0 commit comments