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

Bugfixes: Force timeline message to be a string. #3811

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

scudette
Copy link
Contributor

@scudette scudette commented Oct 9, 2024

If the timeline message column was not a string, it would not be emitted at all. This PR forces it to be a string.

Also handle floats in table output.

Update vfilter to fix LIMIT bug in GROUP BY clauses.

If the timeline message column was not a string, it would not be
emitted at all. This PR forces it to be a string.

Also handle floats in table output.

Update vfilter to fix LIMIT bug in GROUP BY clauses.
@scudette scudette merged commit 1f9379a into master Oct 9, 2024
3 checks passed
@scudette scudette deleted the bugfixes3 branch October 9, 2024 15:39
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this regex perhaps a bit too simple? It will match IP addresses, among other things. What about ^[+-]?([0-9]+([.][0-9]*)?|[.][0-9]+)$? I assume supporting exponents is not important.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct - This hacky code needs to go - I submitted #3812 to fix this API - might as well do it now.

scudette added a commit that referenced this pull request Oct 13, 2024
If the timeline message column was not a string, it would not be emitted
at all. This PR forces it to be a string.

Also handle floats in table output.

Update vfilter to fix LIMIT bug in GROUP BY clauses.
scudette added a commit that referenced this pull request Oct 13, 2024
If the timeline message column was not a string, it would not be emitted
at all. This PR forces it to be a string.

Also handle floats in table output.

Update vfilter to fix LIMIT bug in GROUP BY clauses.
scudette added a commit that referenced this pull request Oct 13, 2024
If the timeline message column was not a string, it would not be emitted
at all. This PR forces it to be a string.

Also handle floats in table output.

Update vfilter to fix LIMIT bug in GROUP BY clauses.
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.

2 participants