Running the basic_operations examples fails with Error: Transaction { source: WriterFeaturesRequired(TimestampWithoutTimezone)
}
#2552
Labels
bug
Something isn't working
Environment
Delta-rs version: main branch
Binding: Rust
Environment:
Bug
What happened:
Running basic_operations examples fails with
Error: Transaction { source: WriterFeaturesRequired(TimestampWithoutTimezone) }
What you expected to happen:
Example runs successfully
How to reproduce it:
From the
delta-rs/crates/deltalake
folder runcargo run --features="datafusion" --example basic_operations
More details:
I have tracked the error down to these lines:
delta-rs/crates/core/src/operations/transaction/protocol.rs
Lines 121 to 123 in 752eef5
The text was updated successfully, but these errors were encountered: