chore(deps): bump databend-client from 0.28.2 to 0.33.7#25304
chore(deps): bump databend-client from 0.28.2 to 0.33.7#25304dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 11c798da5a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "databend-client" | ||
| version = "0.28.2" | ||
| version = "0.33.7" |
There was a problem hiding this comment.
Align databend-client lock entry with manifest constraint
Cargo.lock now pins databend-client to 0.33.7, but Cargo.toml still declares databend-client = "0.28.0" (which only allows <0.29.0 for a 0.x crate). This makes the lockfile inconsistent with the manifest and breaks reproducible builds whenever the sinks-databend dependency is resolved under --locked (for example in CI/release workflows that enable that feature), because Cargo cannot satisfy the declared version requirement from the locked package.
Useful? React with 👍 / 👎.
a982f20 to
8f2b4b2
Compare
8f2b4b2 to
1539237
Compare
Bumps [databend-client](https://github.com/databendlabs/bendsql) from 0.28.2 to 0.33.7. - [Release notes](https://github.com/databendlabs/bendsql/releases) - [Commits](databendlabs/bendsql@v0.28.2...v0.33.7) --- updated-dependencies: - dependency-name: databend-client dependency-version: 0.33.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1539237 to
f5f4898
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f5f4898198
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "databend-client" | ||
| version = "0.28.2" | ||
| version = "0.33.7" |
There was a problem hiding this comment.
Adapt databend integration tests to Page::raw_schema
When this dependency bump is actually used with databend-integration-tests, the integration test helper no longer compiles: src/sinks/databend/integration_tests.rs still iterates resp.schema, but databend-client 0.33.x changed Page to expose raw_schema instead of schema (0.28.2 had schema, 0.33.7 has raw_schema). Updating the lock entry without the corresponding test change leaves the Databend integration-test feature broken once the version constraint is aligned.
Useful? React with 👍 / 👎.
Bumps databend-client from 0.28.2 to 0.33.7.
Release notes
Sourced from databend-client's releases.
... (truncated)
Commits
3c11243chore: bump version to 0.33.7 (#765)9665169test: fix Geography EWKT test (#764)4c6d86dchore: Bump jsonb 0.5.6 (#763)45a7eefchore: support more dsn schemes and presign hosts (#761)f93ca42chore: add version info in error msg. (#760)487e576chore: bump version to 0.33.6 (#758)c5921c7chore: display source chain of reqwest::Error and bigger timeout. (#757)3a54f6cchore: bump databend-common-ast to 0.2.5 (#754)4a0428cci: switch npm publish to trusted publishing with OIDC (#752)94d2cdcchore: bump version to 0.33.5 (#751)