Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lru cache #6

Merged
merged 1 commit into from
May 25, 2024
Merged

Fix lru cache #6

merged 1 commit into from
May 25, 2024

Conversation

Xuanwo
Copy link

@Xuanwo Xuanwo commented May 25, 2024

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

What's changed and what's your intention?

!!! DO NOT LEAVE THIS BLOCK EMPTY !!!

Please explain IN DETAIL what the changes are in this PR and why they are needed:

  • Summarize your change (mandatory)
  • How does this PR work? Need a brief introduction for the changed logic (optional)
  • Describe clearly one logical change and avoid lazy messages (optional)
  • Describe any limitations of the current code (optional)

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.
  • This PR requires documentation updates.

Signed-off-by: Xuanwo <[email protected]>
@tisonkun tisonkun merged commit 91b013e into tisonkun:opendal-0460 May 25, 2024
5 of 12 checks passed
@Xuanwo Xuanwo deleted the fix-test branch May 25, 2024 08:03
tisonkun added a commit that referenced this pull request May 28, 2024
* build(deps): upgrade opendal to 0.46

Signed-off-by: tison <[email protected]>

* migrate writes

Signed-off-by: tison <[email protected]>

* migrate reads

Signed-off-by: tison <[email protected]>

* fixup object safety

Signed-off-by: tison <[email protected]>

* fixup names

Signed-off-by: tison <[email protected]>

* fixup compilation

Signed-off-by: tison <[email protected]>

* fixup compilation

Signed-off-by: tison <[email protected]>

* a few Buffer to Vec

Signed-off-by: tison <[email protected]>

* Make greptime buildable with opendal 0.46 (#5)

Signed-off-by: Xuanwo <[email protected]>

* fixup toml check

Signed-off-by: tison <[email protected]>

* test_orc_opener

Signed-off-by: tison <[email protected]>

* Fix lru cache (#6)

Signed-off-by: Xuanwo <[email protected]>

* clippy

Signed-off-by: tison <[email protected]>

* improve comments

Signed-off-by: tison <[email protected]>

* address comments

Signed-off-by: tison <[email protected]>

* reduce buf copy

Signed-off-by: tison <[email protected]>

* upgrade to reqwest 0.12

Signed-off-by: tison <[email protected]>

---------

Signed-off-by: tison <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Co-authored-by: Xuanwo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants