-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support CREATE EXTERNAL TABLE
using DataFusion
#125
Comments
we are not prioritizing write support at this moment. let's pivot this issue to support @jonathanc-n are you interested in picking this up? would you share some high-level implementation points? |
CREATE EXTERNAL TABLE
using DataFusion
High level implementation:
|
For example, https://github.com/apache/hudi-rs/blob/main/crates/datafusion/src/lib.rs#L291 has a solid test or the functionality. What functionality would you like to target on top of this? |
@jonathanc-n you're right, i almost forgot this is actually a dup of #150 we should update the readme to reflect the usage, and add a module example to show this in datafusion/lib.rs |
Closing this due to being a dup. @jonathanc-n pls feel free to file a PR to update the docs if you're keen. I'll keep a todo for myself also for an overall docs update before working on the release.
|
Just like the java client routies.
Currently, got some problems.
But in most of cloud object store including minio, you could put empty to some path like
/data/example/.hoodies/
. Maybe we could change the value of private raw in thestruct Path
withunsafe
codes, or, create some marker files like.hoodies/.schema/marker
.hoodies.properties
.The text was updated successfully, but these errors were encountered: