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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 60997c1b chore: bump to arrow-go v13 (#990)
60997c1b is described below

commit 60997c1b0bfc25883851a5870b4a0ac30e728f3a
Author: David Li <[email protected]>
AuthorDate: Wed Aug 23 14:57:04 2023 -0400

    chore: bump to arrow-go v13 (#990)
    
    Fixes #927.
---
 go/adbc/driver/flightsql/flightsql_adbc_test.go | 2 +-
 go/adbc/go.mod                                  | 2 +-
 go/adbc/go.sum                                  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go/adbc/driver/flightsql/flightsql_adbc_test.go 
b/go/adbc/driver/flightsql/flightsql_adbc_test.go
index 2f960934..ee7f9280 100644
--- a/go/adbc/driver/flightsql/flightsql_adbc_test.go
+++ b/go/adbc/driver/flightsql/flightsql_adbc_test.go
@@ -252,7 +252,7 @@ func (s *FlightSQLQuirks) GetMetadata(code adbc.InfoCode) 
interface{} {
        case adbc.InfoVendorVersion:
                return "sqlite 3"
        case adbc.InfoVendorArrowVersion:
-               return "13.0.0-SNAPSHOT"
+               return "13.0.0"
        }
 
        return nil
diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 999a8d47..b1bb5234 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -20,7 +20,7 @@ module github.com/apache/arrow-adbc/go/adbc
 go 1.18
 
 require (
-       github.com/apache/arrow/go/v13 v13.0.0-20230713180941-b97597765355
+       github.com/apache/arrow/go/v13 v13.0.0
        github.com/bluele/gcache v0.0.2
        github.com/google/uuid v1.3.0
        github.com/snowflakedb/gosnowflake v1.6.22
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index 7e47f67f..83f49cc2 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -17,8 +17,8 @@ github.com/andybalholm/brotli v1.0.5 
h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/
 github.com/andybalholm/brotli v1.0.5/go.mod 
h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
 github.com/apache/arrow/go/v12 v12.0.1 
h1:JsR2+hzYYjgSUkBSaahpqCetqZMr76djX80fF/DiJbg=
 github.com/apache/arrow/go/v12 v12.0.1/go.mod 
h1:weuTY7JvTG/HDPtMQxEUp7pU73vkLWMLpY67QwZ/WWw=
-github.com/apache/arrow/go/v13 v13.0.0-20230713180941-b97597765355 
h1:QuXqLb2HzL5EjY99fFp+iG9NagAruvQIbU/2++x+2VY=
-github.com/apache/arrow/go/v13 v13.0.0-20230713180941-b97597765355/go.mod 
h1:W69eByFNO0ZR30q1/7Sr9d83zcVZmF2MiP3fFYAWJOc=
+github.com/apache/arrow/go/v13 v13.0.0 
h1:kELrvDQuKZo8csdWYqBQfyi431x6Zs/YJTEgUuSVcWk=
+github.com/apache/arrow/go/v13 v13.0.0/go.mod 
h1:W69eByFNO0ZR30q1/7Sr9d83zcVZmF2MiP3fFYAWJOc=
 github.com/apache/thrift v0.17.0 
h1:cMd2aj52n+8VoAtvSvLn4kDC3aZ6IAkBuqWQ2IDu7wo=
 github.com/apache/thrift v0.17.0/go.mod 
h1:OLxhMRJxomX+1I/KUw03qoV3mMz16BwaKI+d4fPBx7Q=
 github.com/aws/aws-sdk-go-v2 v1.19.0 
h1:klAT+y3pGFBU/qVf1uzwttpBbiuozJYWzNLHioyDJ+k=

Reply via email to