delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
2.33k stars 411 forks source link

feat(python, rust): add ColumnProperties And rework in python WriterProperties #2793

Closed sherlockbeard closed 3 months ago

sherlockbeard commented 3 months ago

Description

The description of the main changes of your pull request addded ColumnProperties & BloomFilterProperties in WriterProperties

Related Issue(s)

closes #2785

Documentation

ion-elgreco commented 3 months ago

Great work! I like what you did with the WriterProperties Derive, makes me think I should take a look through the pyo3 side if we can use more of these useful features :)

Could you force push your branch to make a better commit (you can use the PR name), since we are rebasing on top of main

sherlockbeard commented 3 months ago

@ion-elgreco commit message changed 🕺