Skip to content

Conversation

@Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Jan 2, 2025

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

Bump OpenDAL to 0.51 to get databend ready for the following new features.

This PR just upgrade opendal and didn't change any logic yet.

The biggest change is opendal won't call stat during list anymore. So for services like fs that doesn't return content_length in list, we will need an extra stat for them. This change doesn't affect services like s3.

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@github-actions github-actions bot added the pr-refactor this PR changes the code base without new features or bugfix label Jan 2, 2025
@Xuanwo Xuanwo added the ci-benchmark Benchmark: run all test label Jan 2, 2025
@Xuanwo Xuanwo added ci-benchmark Benchmark: run all test and removed ci-benchmark Benchmark: run all test labels Jan 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Docker Image for PR

  • tag: pr-17161-564847e-1735838343

note: this image tag is only available for internal use,
please check the internal doc for more details.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Docker Image for PR

  • tag: pr-17161-93bb7ea-1735838699

note: this image tag is only available for internal use,
please check the internal doc for more details.

Xuanwo added 6 commits January 3, 2025 11:01
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
@Xuanwo Xuanwo requested a review from sundy-li January 3, 2025 09:28
@Xuanwo Xuanwo added this pull request to the merge queue Jan 3, 2025
Merged via the queue into databendlabs:main with commit 13c79d9 Jan 3, 2025
75 checks passed
@Xuanwo Xuanwo deleted the bump-opendal branch January 3, 2025 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-benchmark Benchmark: run all test pr-refactor this PR changes the code base without new features or bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants