-
Couldn't load subscription status.
- Fork 537
Closed
Labels
bugSomething isn't workingSomething isn't working
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.
delta-rs/crates/core/src/kernel/schema/schema.rs
Lines 6 to 9 in b941b6c
| pub use delta_kernel::schema::{ | |
| ArrayType, ColumnMetadataKey, DataType, MapType, MetadataValue, PrimitiveType, StructField, | |
| StructType, | |
| }; |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working