Skip to content

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

Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
@ddelnano ddelnano requested a review from a team as a code owner October 8, 2024 21:56
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
@ddelnano ddelnano force-pushed the ddelnano/add-split-udf-function branch from 842bb21 to 3aa8d12 Compare October 11, 2024 20:47
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
@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 <ddelnano@gmail.com>
@ddelnano ddelnano merged commit 30c72a1 into pixie-io:main Oct 11, 2024
@ddelnano ddelnano deleted the ddelnano/add-split-udf-function branch October 11, 2024 21:56
ddelnano added a commit to ddelnano/pixie that referenced this pull request Aug 6, 2025
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

---------

Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
GitOrigin-RevId: 30c72a1
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