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 a3ac6e4 commit 7740250Copy full SHA for 7740250
common/src/main/java/org/apache/comet/parquet/NativeBatchReader.java
@@ -283,6 +283,8 @@ public void init() throws Throwable {
283
sparkSchema.size(), requestedSchema.getFieldCount()));
284
}
285
286
+ // Convert clipped schema back to a Spark schema
287
+ sparkSchema = converter.convert(requestedSchema);
288
this.parquetColumn =
289
converter.convertParquetColumn(requestedSchema, Option.apply(this.sparkSchema));
290
0 commit comments