delta-rs icon indicating copy to clipboard operation
delta-rs copied to clipboard

Features: Support needed

Open ion-elgreco opened this issue 9 months ago • 3 comments

Projects seeking contributors

There are some useful features that need support to be implemented:

Delta features:

Client features:

  • Progress API
  • ConfigKey Python
  • Object Store caching layer
  • Make z-order run on prefixed strings https://github.com/delta-io/delta-rs/issues/2844

See the sub-issue for each topic.

ion-elgreco avatar Feb 22 '25 12:02 ion-elgreco

By type expansion you mean type widening? It might help to wait on that one until it's out of preview in the spec, it might change.

hntd187 avatar Feb 22 '25 16:02 hntd187

@hntd187 yes that's what I meant, ah I thought it was already GA. I'll update the description

ion-elgreco avatar Feb 22 '25 17:02 ion-elgreco

ah I thought it was already GA

I believe type widening is GA in Databricks for some time now, but the actual Delta spec is not finalized yet.

It might help to wait on [type widening] until it's out of preview in the spec, it might change.

There is a PR https://github.com/delta-io/delta/pull/4094 open to finalize the Delta spec for the table feature, which will probably merge soon.

scovich avatar Feb 25 '25 20:02 scovich