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

refactor: use LazyLock to replace lazy_static crate #13943

Merged
merged 5 commits into from Dec 7, 2023

Conversation

PsiACE
Copy link
Member

@PsiACE PsiACE commented Dec 7, 2023

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

Summary


This change is Reviewable

Signed-off-by: Chojan Shang <psiace@apache.org>
Signed-off-by: Chojan Shang <psiace@apache.org>
Signed-off-by: Chojan Shang <psiace@apache.org>
@github-actions github-actions bot added the pr-refactor this PR changes the code base without new features or bugfix label Dec 7, 2023
@PsiACE PsiACE added this pull request to the merge queue Dec 7, 2023
@BohuTANG BohuTANG added the ci-benchmark Benchmark: run all test label Dec 7, 2023
@BohuTANG BohuTANG removed this pull request from the merge queue due to a manual request Dec 7, 2023
Copy link
Contributor

github-actions bot commented Dec 7, 2023

Docker Image for PR

  • tag: pr-13943-be5c55f

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

Copy link
Contributor

github-actions bot commented Dec 7, 2023

@BohuTANG BohuTANG merged commit 834e9bf into datafuselabs:main Dec 7, 2023
77 checks passed
@PsiACE PsiACE deleted the clippy-rules branch December 7, 2023 11:34
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.

Feature: use LazyLock to replace lazy_static crate
3 participants