expression: Vectorized versions of new UUID functions#65301
expression: Vectorized versions of new UUID functions#65301ti-chi-bot[bot] merged 11 commits intopingcap:masterfrom
Conversation
- `UUID_V4()` - `UUID_V7()` - `UUID_VERSION()` - `UUID_TIMESTAMP()`
|
/ok-to-test |
|
Hi @dveeden. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #65301 +/- ##
================================================
+ Coverage 70.7739% 77.3446% +6.5707%
================================================
Files 1902 1988 +86
Lines 518934 552581 +33647
================================================
+ Hits 367270 427392 +60122
+ Misses 127117 123340 -3777
+ Partials 24547 1849 -22698
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
zanmato1984
left a comment
There was a problem hiding this comment.
We may need to add some test cases.
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
/retest |
|
/retest |
| require.NoError(t, err) | ||
| } | ||
|
|
||
| func TestUUIDv4(t *testing.T) { |
There was a problem hiding this comment.
I think the TestUUID/UUIDv4/v7 test family can be generalized to a common function like testUUIDWithVersion(t *testing.T, fn string, ver uuid.Version) to minimize code duplication?
Co-authored-by: Rossi Sun <zanmato1984@gmail.com>
[LGTM Timeline notifier]Timeline:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bb7133, hawkingrei, windtalker, XuHuaiyu, zanmato1984 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
What problem does this PR solve?
Issue Number: ref #61982
Problem Summary:
What changed and how does it work?
Follow-up for #65007 (comment)
Add vectorized versions of these:
UUID_V4()UUID_V7()UUID_VERSION()UUID_TIMESTAMP()Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.