You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sb...@apache.org on 2019/12/09 16:36:53 UTC

[arrow] branch master updated (3fb2f72 -> 7126fdb)

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

sbinet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 3fb2f72  ARROW-7349: [C++] Fix the bug of parsing string hex values
     add 7126fdb  ARROW-7357: [Go] migrate to x/xerrors

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/compare.go                          |  6 +-
 go/arrow/array/interval.go                         |  4 +-
 go/arrow/csv/reader.go                             |  4 +-
 go/arrow/go.mod                                    |  2 +-
 go/arrow/go.sum                                    |  4 +-
 go/arrow/internal/arrjson/arrjson.go               | 22 +++---
 go/arrow/ipc/cmd/arrow-cat/main.go                 |  8 +-
 go/arrow/ipc/cmd/arrow-file-to-stream/main.go      | 10 +--
 .../ipc/cmd/arrow-json-integration-test/main.go    | 58 +++++++--------
 go/arrow/ipc/cmd/arrow-ls/main.go                  |  8 +-
 go/arrow/ipc/cmd/arrow-stream-to-file/main.go      | 10 +--
 go/arrow/ipc/dict.go                               |  4 +-
 go/arrow/ipc/file_reader.go                        | 51 +++++++------
 go/arrow/ipc/file_writer.go                        | 36 ++++-----
 go/arrow/ipc/message.go                            | 10 +--
 go/arrow/ipc/metadata.go                           | 87 +++++++++++-----------
 go/arrow/ipc/reader.go                             | 14 ++--
 go/arrow/ipc/writer.go                             | 25 +++----
 18 files changed, 180 insertions(+), 183 deletions(-)