Skip to content

Commit

Permalink
1. implement LakeSoulSinkProvider
Browse files Browse the repository at this point in the history
2. (de)serialize arrow java type
3. add upsert/insert_into test cases

Signed-off-by: zenghua <[email protected]>
  • Loading branch information
zenghua committed Nov 15, 2023
1 parent 4533a3c commit f570f06
Show file tree
Hide file tree
Showing 20 changed files with 1,713 additions and 472 deletions.
19 changes: 19 additions & 0 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion rust/lakesoul-datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ prost = "0.11"
async-trait = "0.1"
futures = "0.3"
uuid = { version = "1.4.0", features = ["v4", "fast-rng", "macro-diagnostics"]}
chrono = { version = "0.4", features = ["unstable-locales"] }
chrono = { version = "0.4", features = ["unstable-locales"] }
json = "0.12"
serde = { version = "1.0", features = ["derive", "std", "rc"]}

[dev-dependencies]
ctor = "0.2"
Loading

0 comments on commit f570f06

Please sign in to comment.