matthewmturner opened a new issue, #150: URL: https://github.com/apache/hudi-rs/issues/150
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug This isnt a bug report - its a feature request but i didnt see a way to submit a feature request. I would like to be able to register hudi tables with datafusion like so: ``` CREATE EXTERNAL TABLE my_table STORED AS HUDITABLE LOCATION '/path/to/table'; ``` If hudi-rs provided a `TableProviderFactory` then we could register and use that (This is how i [currently](https://github.com/datafusion-contrib/datafusion-dft/blob/main/src/extensions/deltalake.rs) register deltalake tables and I would like to do something similar for hudi). ### Steps To Reproduce Not a bug ### Expected behavior I can register tables to datafusion like so: ``` CREATE EXTERNAL TABLE my_table STORED AS HUDITABLE LOCATION '/path/to/table'; ``` ### Screenshots / Logs _No response_ ### Software information N/A ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
