Ion Koutsouris

Results 82 issues of Ion Koutsouris

The extension does not seem to work in .ipynb files.

enhancement

## Feature request #### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [x] Kernel - [ ] Other (fill...

enhancement

# Description Small trivial change, but enforces table is always latest version before executing MERGE.

binding/python

Currently we look at the file metadata last modified instead of the timestamp from the transaction log itself: ```rust pub(crate) async fn get_version_timestamp( &mut self, version: i64, ) -> Result...

bug
binding/rust

# Description **Use Case** It woud we be nice if can follow the progress of the delta operations, currently there is no feedback while writing or doing any kind of...

enhancement
binding/python

# Description Currently add constraints is limited to one named expression. But we can add a hash map as well in one go.

enhancement

# Description The rust writer in it current state keeps a buffer instead of steaming to disk which causes the writer use quite some extra memory. We need to address...

enhancement

- Adds versioning to the docs

Z-order read doesn't work when table has mixed large and normal arrow types in multiple files. This is because arrow-compute `can_cast_types` does not yet support structs. https://github.com/apache/arrow-datafusion/issues/8372#issuecomment-1833682591 https://github.com/delta-io/delta-rs/actions/runs/7046215574/job/19177551302#step:9:697

bug
binding/python
binding/rust

# Description **Use Case** Eventually, we will have multiple alterations possible on the table, such as setting/unsetting table properties, adding and removing columns and so forth. We can cluster these...

enhancement
binding/python