Corwin Joy
Corwin Joy
Thanks @alamb much appreciated for the review and helpful feedback! We hope to have a followup PR soon with a config to make encryption optional.
Here are some of the issues and semantics I am uncertain about: 1. I believe the array function should take an optional DataType in order to create an array of...
I guess the other way to write this would be via a call to `concat_list`. But then, you give up a lot of opportunities for type checking (e.g. you may...
> > Should this function work on Array and List columns? > > I think this is a high priority for me. > > > If so, it should probably...
Closing this for now. I think the spec and how this should behave is too unclear. For now, `concat_list(..).list.to_array(..)` is workable and I think this can be revised when the...
@pitrou In conjunction with this change, if we want improved random access for row groups and columns I think this would also be a good time to upgrade the OffsetIndex...
Removing this sounds reasonable to me. When I added these checks I was hoping for much stronger typing on the shapes and sizes. Unfortunately, many of the routines have quite...
Cool! If you need my help I can rerun somthing like this PR to remove the other clippy warnings. https://github.com/delta-io/delta-rs/pull/3940
This is a basic implementation of the shallow clone feature for delta-rs. While coding this, I ran into a couple of limitations that I could use feedback on. 1. It...
Summary via copilot ## Pull Request Overview This PR adds a `shallow_clone` method to create Delta table clones that reference the same data files as the source table without copying...