Skip to content

Commit 16decc0

Browse files
committed
.
1 parent 38e3233 commit 16decc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/arrow/record_batch_transformer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ impl RecordBatchTransformer {
357357
let fields: Result<Vec<_>> = projected_iceberg_field_ids
358358
.iter()
359359
.map(|field_id| {
360-
// Check if this is a constant field (virtual or partition)
360+
// Check if this is a constant field
361361
if constant_fields.contains_key(field_id) {
362362
// For metadata/virtual fields (like _file), get name from metadata_columns
363363
// For partition fields, get name from schema (they exist in schema)

0 commit comments

Comments
 (0)