-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[pkg/ottl] Add Hex() convertor #33450
Merged
Merged
Conversation
This file contains 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
github-actions
bot
requested review from
bogdandrutu,
evan-bradley,
kentquirk and
TylerHelmuth
June 10, 2024 11:09
odubajDT
changed the title
Add hex function
[pkg/ottl] Add support for converting values to hex
Jun 10, 2024
odubajDT
force-pushed
the
add-hex-function
branch
4 times, most recently
from
June 11, 2024 07:38
f954131
to
dca05f5
Compare
odubajDT
changed the title
[pkg/ottl] Add support for converting values to hex
[pkg/ottl] Add Hex() convertor
Jun 21, 2024
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.
I think we should change the return type, but outside of that, this mostly looks good to me.
odubajDT
force-pushed
the
add-hex-function
branch
2 times, most recently
from
June 22, 2024 18:05
1bebaf2
to
a503e5d
Compare
evan-bradley
approved these changes
Jul 1, 2024
@TylerHelmuth please take a look. |
TylerHelmuth
reviewed
Jul 1, 2024
odubajDT
force-pushed
the
add-hex-function
branch
from
July 2, 2024 05:39
1c8c6ff
to
8a93494
Compare
TylerHelmuth
reviewed
Jul 2, 2024
TylerHelmuth
approved these changes
Jul 2, 2024
TylerHelmuth
added
the
ready to merge
Code review completed; ready to merge by maintainers
label
Jul 2, 2024
odubajDT
force-pushed
the
add-hex-function
branch
from
July 3, 2024 08:06
0bacb94
to
0b6e2b9
Compare
odubajDT
force-pushed
the
add-hex-function
branch
from
July 3, 2024 12:04
0b6e2b9
to
e4fe422
Compare
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
odubajDT
force-pushed
the
add-hex-function
branch
from
July 3, 2024 13:33
e4fe422
to
627a87b
Compare
6 tasks
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:
Adds a Hex function to the OTTL package. This function can be applied to following values:
The resulting value will be of type []byte.
Link to tracking Issue: #31929
Testing:
Depends on #33536