Skip to content

Commit 7f722b2

Browse files
sbinetwesm
authored andcommitted
ARROW-5233: [Go] Migrate to flatbuffers-v1.11.0
Needs #4161. Author: Sebastien Binet <binet@cern.ch> Closes #4228 from sbinet/issue-5233 and squashes the following commits: 323540c <Sebastien Binet> go/arrow/ipc: adapt to new flabuffers-v1.11 e82c908 <Sebastien Binet> go/arrow/ipc/feather: update format bca7dda <Sebastien Binet> go/arrow/internal/flatbuf: update format 93c7c5e <Sebastien Binet> ARROW-5233: Migrate to flatbuffers-v1.11.0
1 parent 6c626c8 commit 7f722b2

22 files changed

Lines changed: 99 additions & 93 deletions

go/arrow/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module github.com/apache/arrow/go/arrow
1818

1919
require (
2020
github.com/davecgh/go-spew v1.1.0 // indirect
21-
github.com/google/flatbuffers v1.10.0
21+
github.com/google/flatbuffers v1.11.0
2222
github.com/pkg/errors v0.8.1
2323
github.com/pmezard/go-difflib v1.0.0 // indirect
2424
github.com/stretchr/testify v1.2.0

go/arrow/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
22
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/google/flatbuffers v1.10.0 h1:wHCM5N1xsJ3VwePcIpVqnmjAqRXlR44gv4hpGi+/LIw=
4-
github.com/google/flatbuffers v1.10.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
3+
github.com/google/flatbuffers v1.11.0 h1:O7CEyB8Cb3/DmtxODGtLHcEvpr81Jm5qLg/hsHnxA2A=
4+
github.com/google/flatbuffers v1.11.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
55
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
66
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
77
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

go/arrow/internal/flatbuf/Date.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/arrow/internal/flatbuf/DictionaryBatch.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/arrow/internal/flatbuf/DictionaryEncoding.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/arrow/internal/flatbuf/Field.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/arrow/internal/flatbuf/FloatingPoint.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/arrow/internal/flatbuf/Footer.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/arrow/internal/flatbuf/Int.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/arrow/internal/flatbuf/Interval.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)