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

Update to Arrow v17 #231

Merged
merged 4 commits into from
Jul 16, 2024
Merged

Update to Arrow v17 #231

merged 4 commits into from
Jul 16, 2024

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Jul 16, 2024

Remove a pre-v17 hack that was fixed by apache/arrow#41989.
See open-telemetry/opentelemetry-collector-contrib#34114.

Remove a pre-v17 hack that was fixed by apache/arrow#41989.
@jmacd jmacd changed the title Update to Arrow v17. Update to Arrow v17 Jul 16, 2024
Comment on lines +49 to +51
var lerr LimitError
if errors.As(err, &lerr) {
return lerr, true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed here.

@jmacd jmacd merged commit 985aa15 into open-telemetry:main Jul 16, 2024
2 checks passed
@jmacd jmacd deleted the jmacd/arrow17 branch July 16, 2024 22:43
jmacd added a commit to jmacd/opentelemetry-collector-contrib that referenced this pull request Jul 17, 2024
@jmacd jmacd mentioned this pull request Jul 17, 2024
jmacd added a commit that referenced this pull request Jul 17, 2024
Release v0.25.0, see the Changelog:

- Wrap concurrentbatchprocessor errors
[#235](#235)
- Update to OTel-Collector v0.105.0, which includes the OTel-Arrow
components.
[#233](#233)
- Remove the primary exporter/receiver components, update references and
documentation.
[#230](#230)
- Update to Arrow v17.
[#231](#231)
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