-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: [2.5]Add schema update time verification for insert and upsert to use cache #39382
base: 2.5
Are you sure you want to change the base?
Conversation
@JsDove Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”) |
@JsDove go-sdk check failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #39382 +/- ##
=======================================
Coverage 81.00% 81.00%
=======================================
Files 1404 1404
Lines 197578 197637 +59
=======================================
+ Hits 160047 160100 +53
- Misses 31916 31926 +10
+ Partials 5615 5611 -4
|
rerun go-sdk |
@JsDove go-sdk check failed, comment |
rerun go-sdk |
7776e92
to
da86a9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JsDove, liliu-z The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@JsDove go-sdk check failed, comment |
@JsDove E2e jenkins job failed, comment |
rerun go-sdk |
New changes are detected. LGTM label has been removed. |
@JsDove go-sdk check failed, comment |
rerun go-sdk |
@JsDove go-sdk check failed, comment |
f1c1663
to
57a5551
Compare
@JsDove go-sdk check failed, comment |
rerun go-sdk |
run ut |
rerun ut |
rerun ut |
run ut |
1 similar comment
run ut |
rerun ut |
… the cache Signed-off-by: Xianhui.Lin <[email protected]> fix unitest Signed-off-by: Xianhui.Lin <[email protected]> improve Signed-off-by: Xianhui.Lin <[email protected]> improve Signed-off-by: Xianhui.Lin <[email protected]> fix code Signed-off-by: Xianhui.Lin <[email protected]> fix test Signed-off-by: Xianhui.Lin <[email protected]> fix go test Signed-off-by: Xianhui.Lin <[email protected]> add go unitest Signed-off-by: Xianhui.Lin <[email protected]> fix unitest error Signed-off-by: Xianhui.Lin <[email protected]> fix ut Signed-off-by: Xianhui.Lin <[email protected]> improve Signed-off-by: Xianhui.Lin <[email protected]> createcollection use creats Signed-off-by: Xianhui.Lin <[email protected]> save to etcd Signed-off-by: Xianhui.Lin <[email protected]>
Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]> fix Signed-off-by: Xianhui.Lin <[email protected]>
57a5551
to
4c218cb
Compare
@JsDove go-sdk check failed, comment |
rerun go-sdk |
@JsDove go-sdk check failed, comment |
rerun go-sdk |
enhance: Add schema update time verification for insert and upsert to use cache
issue: #39093
Related to pr: #39096