feat(core): Implement RFC-3574 Concurrent Stat In List#3599
Merged
Xuanwo merged 19 commits intoapache:mainfrom Nov 23, 2023
Merged
feat(core): Implement RFC-3574 Concurrent Stat In List#3599Xuanwo merged 19 commits intoapache:mainfrom
Xuanwo merged 19 commits intoapache:mainfrom
Conversation
Member
Author
|
Not sure if the test failure is related to the PR. |
Member
|
Hi, this PR will need to wait for #3593 which changes the internal API of list. |
Member
|
Hi, @morristai, we are going to start a new release recently. Would you like to include this PR inside it? |
Member
Author
Give me a day or two; I will merge the master changes. |
# Conflicts: # core/src/types/list.rs
Xuanwo
reviewed
Nov 21, 2023
14b823a to
b886960
Compare
Xuanwo
reviewed
Nov 22, 2023
Xuanwo
reviewed
Nov 22, 2023
Xuanwo
reviewed
Nov 23, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Additional Notes
concurrentis greater than 1 orconcurrentis equal to 1.concurrentis equal to 1. If it does, I need some suggestions on the best practices for making changes. 🙏