AWS supports Hudi in most of their data services, many users leverage AWS SDK for Pandas (formerly AWS DataWrangler) to handle their data.
Since hudi-rs provides Python bindings, we can support reading Hudi tables using the forementioned SDK.
Expected behavior
provide method in AWS SDK for Pandas"
::read_hudi(path, storage_options)
that allows users to read from hudi tables
Description of the improvement
AWS supports Hudi in most of their data services, many users leverage AWS SDK for Pandas (formerly AWS DataWrangler) to handle their data. Since hudi-rs provides Python bindings, we can support reading Hudi tables using the forementioned SDK.
Expected behavior
provide method in AWS SDK for Pandas" ::read_hudi(path, storage_options) that allows users to read from hudi tables
Additional context
No response