Skip to content
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

Add split UDF func to ease certain string handling #2039

Merged
merged 5 commits into from
Oct 11, 2024

Conversation

ddelnano
Copy link
Member

@ddelnano ddelnano commented Oct 8, 2024

Summary: Add split UDF func to ease certain string handling

This is functionality that I'm planning to use for my upcoming Kubecon demo/talk. For this use case, I want to access the individual fields of the XFCC header just like the example in the UDF docstring.

Relevant Issues: N/A

Type of change: /kind feature

Test Plan: New tests pass

Changelog Message: Added px.split function to support parsing strings that contain delimiters

@ddelnano ddelnano requested a review from a team as a code owner October 8, 2024 21:56
@ddelnano ddelnano force-pushed the ddelnano/add-split-udf-function branch from 842bb21 to 3aa8d12 Compare October 11, 2024 20:47
@ddelnano ddelnano force-pushed the ddelnano/add-split-udf-function branch from 3aa8d12 to 82bb5f1 Compare October 11, 2024 21:07
Signed-off-by: Dom Del Nano <[email protected]>
@ddelnano ddelnano merged commit 30c72a1 into pixie-io:main Oct 11, 2024
31 checks passed
@ddelnano ddelnano deleted the ddelnano/add-split-udf-function branch October 11, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants