build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in the go_modules group across 1 directory - #2
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go_modules group with 1 update in the / directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose). Updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.4 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
cassio-paesleme
pushed a commit
that referenced
this pull request
Aug 28, 2026
…atalog (apache#1268) Next step for apache#1096 This PR allows clients to opt in to use the hadoop catalog with arbitrary schemes. However, they have to explicitly set `allow-unsafe-commits`. I followed the guidance on this as specified here: apache#1096 (comment) Note that this allows any arbitrary scheme. It is unclear if this should be expand to just add support for blob stores? Note, I was going to add an integration test for minio with hadoop but as far as I can tell, I can't get the integration test runner to work for me. Unclear if I am doing something wrong or if we maybe need to make a change to this to use relative paths or something analogous? (I see the Dockerfile is there) Note that this is the current integration test file without any changes to the runner. ``` > make integration-hadoop go test -tags=integration -v -run="^TestHadoopIntegration" ./catalog/hadoop/... === RUN TestHadoopIntegration 2026/06/23 12:18:27 github.com/testcontainers/testcontainers-go - Connected to docker: Server Version: 29.1.3 API Version: 1.52 Operating System: Docker Desktop Total Memory: 7836 MB Labels: com.docker.desktop.address=unix:///Users/cloftus/Library/Containers/com.docker.docker/Data/docker-cli.sock Testcontainers for Go Version: v0.42.0 Resolved Docker Host: unix:///var/run/docker.sock Resolved Docker Socket Path: /var/run/docker.sock Test SessionID: b94c401c54d8169c5101c563021f3b088636ea1765586a79ac332f17f6fff9fc Test ProcessID: 7e1b2a5e-9f59-4ff3-a4bf-7b3afef90979 #1 [internal] load local bake definitions #1 reading from stdin 642B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 2B done #2 DONE 0.0s hadoop_integration_test.go:58: Error Trace: /Users/cloftus/github/iceberg-go/catalog/hadoop/hadoop_integration_test.go:58 /Users/cloftus/go/pkg/mod/github.com/stretchr/testify@v1.11.1/suite/suite.go:211 /Users/cloftus/github/iceberg-go/catalog/hadoop/hadoop_integration_test.go:315 Error: Received unexpected error: fail to up compose: compose up: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory View build details: docker-desktop://dashboard/build/default/default/n0tmfi552z84ltchd6clbeftd Test: TestHadoopIntegration --- FAIL: TestHadoopIntegration (0.99s) FAIL FAIL github.com/apache/iceberg-go/catalog/hadoop 2.042s FAIL make: *** [integration-hadoop] Error 1 ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go_modules group with 1 update in the / directory: github.com/go-jose/go-jose/v4.
Updates
github.com/go-jose/go-jose/v4from 4.1.3 to 4.1.4Commits
0e59876Merge commit from forkddffdbcBump actions/checkout from 5 to 6 (#213)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.