Niko
Niko
WriteBuilder uses `predicate: Option` but has no implementation for it yet whereas DeleteBuilder uses `predicate: Option`. I suggest harmonising by changing WriteBuilder to use `predicate: Option`. Though this is a...
I'll try that @roeap. As for > It would be great to do this usig logical expressions rather then the physical ones - much like @Blajda recently updated for merge....
Can `userMetadata` be added to `app_metadata` before being passed to `commit` (unless it is already the same thing and just needs to be exposed to Python)? Adding a new parameter...
cool, so this doesn't touch Rust at all, nice
@ion-elgreco I'm not sure if this versioning is going to work as expected because the versioning is used to build the docs but it is not aware of the deployment...
Yes @ion-elgreco the snippets will work but the links about those code snippets will be pointing to the main docs only, this is driven by a single config value in...
Looks like it was introduced here: https://github.com/delta-io/delta-rs/commit/02b3cea58505212454509828660dd534eb2ba6e6. A possible fix would be using a case-insensitive hash map unless there is a scenario when key case is important (I don't see...
So @MrPowers, how would you see this to be presented to the consumer? At the moment there are 2 different ways the partition information is returned by `get_add_actions` 1. if...
Let me re-phrase my questions @MrPowers 1. If the table is not partitioned, what should the `partition_values` column contain (e.g. `null`s)? 3. Calling `get_add_actions(flatten=True).to_pandas()` on a partitioned table will never...