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
I am trying to create a fluvio ingest stream using PartitionWriter.
What happened: Building a commit causes an Error Error building commit: Arrow { source: InvalidArgumentError("Found unmasked nulls for non-nullable StructArray field \"timestamp\"") }
What you expected to happen: Build the commit successfully and apply it.
Environment
Delta-rs version:
0.21.0
Binding: None (rust)
Environment: Linux Ubuntu 24
I am trying to create a fluvio ingest stream using
PartitionWriter
.What happened: Building a commit causes an Error
Error building commit: Arrow { source: InvalidArgumentError("Found unmasked nulls for non-nullable StructArray field \"timestamp\"") }
What you expected to happen: Build the commit successfully and apply it.
How to reproduce it:
More details:
The metadata printed out:
[Add { path: "part-00001-cfd1b70a-ee26-4de8-9591-ee80ba136360-c000.gz.parquet", partition_values: {}, size: 4787, modification_time: 1731096447338, data_change: true, stats: Some("{\"numRecords\":678,\"minValues\":{\"id\":196,\"timestamp\":\"1970-01-21T00:51:21.460097Z\"},\"maxValues\":{\"timestamp\":\"1970-01-21T00:51:21.461534Z\",\"id\":873},\"nullCount\":{\"timestamp\":0,\"id\":0}}"), tags: None, deletion_vector: None, base_row_id: None, default_row_commit_version: None, clustering_provider: None, stats_parsed: None }]
I even asserted before it wrote any data into the arrow writer but it never panicked.
The text was updated successfully, but these errors were encountered: