Robert Pack
Robert Pack
A lot has happened in delta-rs and I think it might be a good idea to pick up on this again 😆. There are some things we need to clean...
related #661
thanks @gopinathcs for the report. Currently I am working on some updates of the datafusion APIs - #852. This also includes updates to latest datafusion and arrow. That being said,...
@houqp - do wee need to raise this issue upstream?
While trying to fix parquet2 builds in an PR, I realized that parquet2 has at least some support for bloom filters. https://github.com/jorgecarleitao/parquet2/tree/main/src/bloom_filter. Just leaving this here for reference 😄.
was this maybe fixed by these lines? https://github.com/delta-io/delta-rs/blob/45a0404287287ead94005740dad90b67922e0ec9/rust/tests/repair_s3_rename_test.rs#L62-L63 as well as similar statements in the test? I.e. do we need to keep this issue open? :)
Closing this, since discussions advanced quite a bit, and this is now obsolete.
@wjones127 @houqp - things are finally taking shape around here :). As you can see this PR is quite sizeable already and while it also contains changes from #1154 it...
@wjones127 - sorry for taking a long time to incorporate your feedback. I think it's mostly done now. Mainly we now always check against the next version of commits. The...
> So I think we need to consolidate those into `operations/transaction/mod.rs`, make them public, and switch the Python implementation. That sounds right to you? Yes it does. So far I...