Skip to content

Export DecimalType from delta_kernel_rs. #3729

@abhi-airspace-intelligence

Description

Environment

Delta-rs version: 0.28.0

Binding: Rust

Environment:

  • Cloud provider:
  • OS:
  • Other:

Bug

DecimalType is not exported from delta-kernel-rs, meaning you have to add a transitive delta_kernel_rs dependency to get it. Ideally, delta-rs can export this type and make it part of its public API.

pub use delta_kernel::schema::{
ArrayType, ColumnMetadataKey, DataType, MapType, MetadataValue, PrimitiveType, StructField,
StructType,
};

https://github.com/delta-io/delta-kernel-rs/blob/447767ec4d64221672a4e46a3939469ff8c5197f/kernel/src/schema/mod.rs#L637-L641

Metadata

Metadata

Assignees

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