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

upgrade github.com/snowflakedb/gosnowflake from 1.6.18 to 1.6.19 causes build issues #20478

Closed
codeboten opened this issue Mar 29, 2023 · 5 comments
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed receiver/snowflake Snowflake receiver receiver/sqlquery SQL query receiver Stale

Comments

@codeboten
Copy link
Contributor

Component(s)

No response

Describe the issue you're reporting

The upgrade of the gosnowflake library upgrade arrow, which causes the following compilation failures:

Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:76:4: undefined: TransposeInt8Int8
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:78:4: undefined: TransposeInt8Int16
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:80:4: undefined: TransposeInt8Int32
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:82:4: undefined: TransposeInt8Int64
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:84:4: undefined: TransposeInt8Uint8
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:86:4: undefined: TransposeInt8Uint16
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:88:4: undefined: TransposeInt8Uint32
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:90:4: undefined: TransposeInt8Uint64
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:95:4: undefined: TransposeInt16Int8
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:97:4: undefined: TransposeInt16Int16
Error: /home/runner/go/pkg/mod/github.com/apache/arrow/go/v10@v10.0.1/internal/utils/transpose_ints_def.go:97:4: too many errors

See https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/4545542470/jobs/8013594653?pr=20425 for details

@codeboten codeboten added needs triage New item requiring triage receiver/sqlquery SQL query receiver receiver/snowflake Snowflake receiver help wanted Extra attention is needed dependencies Pull requests that update a dependency file and removed needs triage New item requiring triage labels Mar 29, 2023
@github-actions
Copy link
Contributor

Pinging code owners for receiver/snowflake: @dmitryax @shalper2. See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions
Copy link
Contributor

Pinging code owners for receiver/sqlquery: @dmitryax @pmcollins. See Adding Labels via Comments if you do not have permissions to add labels yourself.

@codeboten
Copy link
Contributor Author

Same problem with the latest upgrade: #21142

@github-actions
Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

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

@github-actions github-actions bot added the Stale label Jun 26, 2023
@codeboten
Copy link
Contributor Author

This dependency has been updated successfully, closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed receiver/snowflake Snowflake receiver receiver/sqlquery SQL query receiver Stale
Projects
None yet
Development

No branches or pull requests

1 participant