We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exporter/otelarrow
While examining the licenses of my own project, I noticed that multiple versions of the Apache Arrow module are included as dependencies.
In this repository, run
find . -path '*/otelarrow*/go.mod' | xargs grep apache/arrow
One Apache Arrow module, preferably on the same patch version.
./exporter/otelarrowexporter/go.mod: github.com/apache/arrow/go/v16 v16.1.0 ./exporter/otelarrowexporter/go.mod: github.com/apache/arrow/go/v17 v17.0.0 // indirect ./internal/otelarrow/go.mod: github.com/apache/arrow/go/v16 v16.1.0 // indirect ./internal/otelarrow/go.mod: github.com/apache/arrow/go/v17 v17.0.0 // indirect ./receiver/otelarrowreceiver/go.mod: github.com/apache/arrow/go/v17 v17.0.0 // indirect
v0.121.0
No response
The Go implementation provided by Apache appears to have moved to github.com/apache/arrow-go
module github.com/apache/arrow-go/v18
The text was updated successfully, but these errors were encountered:
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Sorry, something went wrong.
📝 This PR moves internal/sqlquery to apache/arrow-go/v18:
internal/sqlquery
apache/arrow-go/v18
No branches or pull requests
Component(s)
exporter/otelarrow
What happened?
Description
While examining the licenses of my own project, I noticed that multiple versions of the Apache Arrow module are included as dependencies.
Steps to Reproduce
In this repository, run
Expected Result
One Apache Arrow module, preferably on the same patch version.
Actual Result
Collector version
v0.121.0
Environment information
No response
OpenTelemetry Collector configuration
Log output
Additional context
The Go implementation provided by Apache appears to have moved to github.com/apache/arrow-go
The text was updated successfully, but these errors were encountered: