apache / hudi-rs

A native Rust library for Apache Hudi, with bindings into Python
https://hudi.apache.org/
Apache License 2.0
142 stars 28 forks source link

Consolidate testing data modules #141

Open xushiyan opened 1 month ago

xushiyan commented 1 month ago

Make crates/tests the centralized place for providing testing tables. Bind to python using pyo3 and use the testing helpers for python unit tests, and remove the existing testing fixture used in python.