Doc: update Pull_Request template for contributor#91
Merged
tuhaihe merged 1 commit intoapache:mainfrom Jul 26, 2023
Merged
Conversation
avamingli
approved these changes
Jul 25, 2023
my-ship-it
approved these changes
Jul 26, 2023
Contributor
|
Hi @tuhaihe Please don't use merge for first commit in your pull request. We need to keep git history linear. |
Contributor
Use rebase instead. |
Member
Author
|
Got it, thanks! @my-ship-it @avamingli |
Update the contributor's checklist type from a bulleted list to a task list, so that contributors can check them before/when they submit PRs. See: Discussion#20 <http://github.com/orgs/cloudberrydb/discussions/20>
b41777b to
424c29a
Compare
Member
Author
|
I dropped the merge history and rebased my commit, PTAL again! @avamingli |
tuhaihe
pushed a commit
that referenced
this pull request
Feb 27, 2026
1. add relation_cache_lock 2. add relation_cache and relid_cache in SHM 3. add relation_cache test case Co-authored-by: hzhang2 <hzhang2@vmware.com> Co-authored-by: Xuebin Su (苏学斌) <sxuebin@vmware.com> Co-authored-by: Xing Guo <higuoxing+github@gmail.com>
reshke
pushed a commit
that referenced
this pull request
Mar 11, 2026
1. add relation_cache_lock 2. add relation_cache and relid_cache in SHM 3. add relation_cache test case Co-authored-by: hzhang2 <hzhang2@vmware.com> Co-authored-by: Xuebin Su (苏学斌) <sxuebin@vmware.com> Co-authored-by: Xing Guo <higuoxing+github@gmail.com>
reshke
pushed a commit
to reshke/cloudberrydb
that referenced
this pull request
Mar 11, 2026
1. add relation_cache_lock 2. add relation_cache and relid_cache in SHM 3. add relation_cache test case Co-authored-by: hzhang2 <hzhang2@vmware.com> Co-authored-by: Xuebin Su (苏学斌) <sxuebin@vmware.com> Co-authored-by: Xing Guo <higuoxing+github@gmail.com>
reshke
pushed a commit
to reshke/cloudberrydb
that referenced
this pull request
Mar 12, 2026
1. add relation_cache_lock 2. add relation_cache and relid_cache in SHM 3. add relation_cache test case Co-authored-by: hzhang2 <hzhang2@vmware.com> Co-authored-by: Xuebin Su (苏学斌) <sxuebin@vmware.com> Co-authored-by: Xing Guo <higuoxing+github@gmail.com>
reshke
pushed a commit
to reshke/cloudberrydb
that referenced
this pull request
Mar 12, 2026
1. add relation_cache_lock 2. add relation_cache and relid_cache in SHM 3. add relation_cache test case Co-authored-by: hzhang2 <hzhang2@vmware.com> Co-authored-by: Xuebin Su (苏学斌) <sxuebin@vmware.com> Co-authored-by: Xing Guo <higuoxing+github@gmail.com>
oppenheimer01
pushed a commit
to oppenheimer01/cloudberrydb
that referenced
this pull request
Apr 12, 2026
1. add relation_cache_lock 2. add relation_cache and relid_cache in SHM 3. add relation_cache test case Co-authored-by: hzhang2 <hzhang2@vmware.com> Co-authored-by: Xuebin Su (苏学斌) <sxuebin@vmware.com> Co-authored-by: Xing Guo <higuoxing+github@gmail.com>
oppenheimer01
pushed a commit
to oppenheimer01/cloudberrydb
that referenced
this pull request
Apr 21, 2026
1. add relation_cache_lock 2. add relation_cache and relid_cache in SHM 3. add relation_cache test case Co-authored-by: hzhang2 <hzhang2@vmware.com> Co-authored-by: Xuebin Su (苏学斌) <sxuebin@vmware.com> Co-authored-by: Xing Guo <higuoxing+github@gmail.com>
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.
See: Discussion#20 http://github.com/orgs/cloudberrydb/discussions/20
Change logs
Update the contributor's checklist type from a bulleted list to a task list, so that contributors can check them before/when they submit PRs.
Why are the changes needed?
For a better check to contributors.
Does this PR introduce any user-facing change?
No, no changes to the core code.
How was this patch tested?
Please detail how the changes were tested, including manual tests and any relevant unit or integration tests.
Contributor's Checklist
Here are some reminders before you submit the pull request:
make installcheckmake -C src/test installcheck-cbdb-parallel