Skip to content

Running the basic_operations examples fails with Error: Transaction { source: WriterFeaturesRequired(TimestampWithoutTimezone) } #2552

@imor

Description

@imor

Environment

Delta-rs version: main branch

Binding: Rust

Environment:

  • Cloud provider:
  • OS: macOS
  • Other: local

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 run cargo run --features="datafusion" --example basic_operations

More details:
I have tracked the error down to these lines:

return Err(TransactionError::WriterFeaturesRequired(
WriterFeatures::TimestampWithoutTimezone,
));
But I'm not sure how to fix this. If I comment out these lines, the example does work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions