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

Fix decoding issue (#158) #159

Merged
merged 21 commits into from Mar 26, 2024
Merged

Conversation

lquerel
Copy link
Contributor

@lquerel lquerel commented Mar 21, 2024

Attributes with empty keys were already ignored, but not attributes with no value. In this PR, I consider an attribute with no value as malformed or invalid, so they are ignored.
Let me know if this is not the behavior you expected.

Closes: #158

lquerel and others added 20 commits October 31, 2023 18:06
Events such as schema update, dictionary upgrade, dictionary overflow are now notified to the ProducerObserver.
Events such as schema update, dictionary upgrade, dictionary overflow are now notified to the ProducerObserver.
# Conflicts:
#	collector/go.mod
#	collector/go.sum
# Conflicts:
#	tools/trace_producer_simu/main.go
@lquerel lquerel added the bug Something isn't working label Mar 21, 2024
@lquerel lquerel self-assigned this Mar 21, 2024
Copy link
Contributor

@moh-osman3 moh-osman3 left a comment

Choose a reason for hiding this comment

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

Left a couple non-blocking questions

pkg/otel/common/arrow/attributes.go Outdated Show resolved Hide resolved
@jmacd jmacd merged commit 795302c into open-telemetry:main Mar 26, 2024
2 checks passed
jmacd pushed a commit that referenced this pull request Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arrow logs encoder panic
3 participants