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

Multiple apache/arrow versions #38387

Open
cbandy opened this issue Mar 5, 2025 · 2 comments
Open

Multiple apache/arrow versions #38387

cbandy opened this issue Mar 5, 2025 · 2 comments
Labels
bug Something isn't working exporter/otelarrow needs triage New item requiring triage

Comments

@cbandy
Copy link
Contributor

cbandy commented Mar 5, 2025

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

find . -path '*/otelarrow*/go.mod' | xargs grep apache/arrow

Expected Result

One Apache Arrow module, preferably on the same patch version.

Actual Result

./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

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

module github.com/apache/arrow-go/v18
@cbandy cbandy added bug Something isn't working needs triage New item requiring triage labels Mar 5, 2025
Copy link
Contributor

github-actions bot commented Mar 5, 2025

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@cbandy
Copy link
Contributor Author

cbandy commented Mar 5, 2025

📝 This PR moves internal/sqlquery to apache/arrow-go/v18:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working exporter/otelarrow needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

1 participant