This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b1f557f chore(arrow): update arrow-go dep (#662)
8b1f557f is described below

commit 8b1f557f07549252779658e5209c55e26ea371b3
Author: Matt Topol <[email protected]>
AuthorDate: Tue Dec 23 10:41:34 2025 -0500

    chore(arrow): update arrow-go dep (#662)
---
 go.mod |  6 +++---
 go.sum | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/go.mod b/go.mod
index 2f5366b3..29a7cb6c 100644
--- a/go.mod
+++ b/go.mod
@@ -39,7 +39,7 @@ require (
        github.com/hamba/avro/v2 v2.30.0
        github.com/pterm/pterm v0.12.82
        github.com/stretchr/testify v1.11.1
-       github.com/substrait-io/substrait-go/v7 v7.2.2
+       github.com/substrait-io/substrait-go/v7 v7.2.0
        github.com/testcontainers/testcontainers-go/modules/compose v0.40.0
        github.com/twmb/murmur3 v1.1.8
        github.com/uptrace/bun v1.2.16
@@ -246,8 +246,8 @@ require (
        github.com/spf13/pflag v1.0.10 // indirect
        github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
        github.com/stretchr/objx v0.5.2 // indirect
-       github.com/substrait-io/substrait v0.78.1 // indirect
-       github.com/substrait-io/substrait-protobuf/go v0.78.1 // indirect
+       github.com/substrait-io/substrait v0.75.0 // indirect
+       github.com/substrait-io/substrait-protobuf/go v0.75.0 // indirect
        github.com/testcontainers/testcontainers-go v0.40.0 // indirect
        github.com/theupdateframework/notary v0.7.0 // indirect
        github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 // 
indirect
diff --git a/go.sum b/go.sum
index 6c07a5ac..15b08016 100644
--- a/go.sum
+++ b/go.sum
@@ -665,12 +665,12 @@ github.com/stretchr/testify v1.8.0/go.mod 
h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
 github.com/stretchr/testify v1.8.1/go.mod 
h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
 github.com/stretchr/testify v1.11.1 
h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
 github.com/stretchr/testify v1.11.1/go.mod 
h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
-github.com/substrait-io/substrait v0.78.1 
h1:Dsn+kvFQdC2k/2XRVE2+aD88WNbE4miWed2AZTtkBoQ=
-github.com/substrait-io/substrait v0.78.1/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
-github.com/substrait-io/substrait-go/v7 v7.2.2 
h1:cp51u9ikUW6YjKZSV3tu6Pxeu48pkfcraYR9yG06chY=
-github.com/substrait-io/substrait-go/v7 v7.2.2/go.mod 
h1:FVQ38NeDorflB3ogd8F9tjh9S1y8RDwwfSFm24/u9HY=
-github.com/substrait-io/substrait-protobuf/go v0.78.1 
h1:3MeQQ3DVN+KVILeMBw1z9pmLmQW9NmRiaVrgNZIwGP8=
-github.com/substrait-io/substrait-protobuf/go v0.78.1/go.mod 
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
+github.com/substrait-io/substrait v0.75.0 
h1:26l61irh5kQBLeDUcgDLnm+p4s2dJloHU6PPK0RAiB0=
+github.com/substrait-io/substrait v0.75.0/go.mod 
h1:MPFNw6sToJgpD5Z2rj0rQrdP/Oq8HG7Z2t3CAEHtkHw=
+github.com/substrait-io/substrait-go/v7 v7.2.0 
h1:49QFXeydO8OZyedzWOwHG0fG4BcXXlOwsbMalPwGWpA=
+github.com/substrait-io/substrait-go/v7 v7.2.0/go.mod 
h1:4GZ6c+UaojOGEG4ynyHrDFFmWGCVtbKdfzp6LXWdHmc=
+github.com/substrait-io/substrait-protobuf/go v0.75.0 
h1:6SjuEESDB8oOhdQMPMGb4uy0tyZOYt1EBwS/Wcr61fs=
+github.com/substrait-io/substrait-protobuf/go v0.75.0/go.mod 
h1:hn+Szm1NmZZc91FwWK9EXD/lmuGBSRTJ5IvHhlG1YnQ=
 github.com/testcontainers/testcontainers-go v0.40.0 
h1:pSdJYLOVgLE8YdUY2FHQ1Fxu+aMnb6JfVz1mxk7OeMU=
 github.com/testcontainers/testcontainers-go v0.40.0/go.mod 
h1:FSXV5KQtX2HAMlm7U3APNyLkkap35zNLxukw9oBi/MY=
 github.com/testcontainers/testcontainers-go/modules/compose v0.40.0 
h1:Bj8W7GieY56sRbVJx1yLh0JVEtOQ8SQMhX+jRtzenLA=

Reply via email to