Skip to content

Commit

Permalink
feat(sink): support deltalake sink with rust sdk (#13600)
Browse files Browse the repository at this point in the history
Co-authored-by: William Wen <[email protected]>
  • Loading branch information
xxhZs and wenym1 authored Dec 14, 2023
1 parent 1e56cdb commit cd04aaa
Show file tree
Hide file tree
Showing 20 changed files with 1,846 additions and 165 deletions.
1 change: 1 addition & 0 deletions .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ third-party = [
{ name = "criterion" },
{ name = "console" },
{ name = "similar" },
{ name = "deltalake", git = "https://github.com/risingwavelabs/delta-rs", rev = "5c2dccd4640490202ffe98adbd13b09cef8e007b" },
]
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pr_body: ${{ format('Cherry picking \#{0} onto branch v1.5.1-rc', github.event.number) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release_pull_request_1_5_0:
if: "contains(github.event.pull_request.labels.*.name, 'need-cherry-pick-v1.5.0') && github.event.pull_request.merged == true"
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit cd04aaa

Please sign in to comment.