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 38e3233 commit 16decc0Copy full SHA for 16decc0
crates/iceberg/src/arrow/record_batch_transformer.rs
@@ -357,7 +357,7 @@ impl RecordBatchTransformer {
357
let fields: Result<Vec<_>> = projected_iceberg_field_ids
358
.iter()
359
.map(|field_id| {
360
- // Check if this is a constant field (virtual or partition)
+ // Check if this is a constant field
361
if constant_fields.contains_key(field_id) {
362
// For metadata/virtual fields (like _file), get name from metadata_columns
363
// For partition fields, get name from schema (they exist in schema)
0 commit comments