Skip to content

Upgrade slatedb to latest (0.11.1)#159

Draft
airhorns wants to merge 2 commits intomainfrom
upgrade-slatebd
Draft

Upgrade slatedb to latest (0.11.1)#159
airhorns wants to merge 2 commits intomainfrom
upgrade-slatebd

Conversation

@airhorns
Copy link
Copy Markdown
Contributor

@airhorns airhorns commented Mar 9, 2026

Summary

  • Upgrades slatedb from 0.10.0 to 0.11.1 (latest main)
  • Adapts to new WriteBatch::commit() return type (Option<WriteHandle> instead of ())

Test plan

  • CI passes (build, clippy, tests)

🤖 Generated with Claude Code

airhorns and others added 2 commits March 9, 2026 12:13
Update slatedb dependency and adapt to new WriteBatch::commit() return
type (now returns Option<WriteHandle> instead of ()).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SlateDB now rejects empty WriteBatch commits. The dequeue loop could
produce an empty batch when all claimed tasks are RequestTicket tasks
that result in a Requested outcome (released without batch modifications).
Skip the write when the batch is empty.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@airhorns
Copy link
Copy Markdown
Contributor Author

the slatedb maintainers said to avoid using 0.11 for now as they started using object store metadata, which isnt well supported on the local filesystem version of the object store crate. they are working to upstream support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant