hudi-rs icon indicating copy to clipboard operation
hudi-rs copied to clipboard

feat: implement datafusion TableProviderFactory

Open kazdy opened this issue 4 months ago • 2 comments

Description

resolves: #150

This allows datafusion users to register an external hudi table and query it like so:

CREATE EXTERNAL TABLE trips STORED AS HUDITABLE LOCATION tbl/path;
SELECT * FROM trips;

How are the changes test-covered

  • [ ] N/A
  • [x] Automated tests (unit and/or integration tests)
  • [ ] Manual tests
    • [ ] Details are described below

kazdy avatar Oct 11 '24 19:10 kazdy