You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/12 16:49:43 UTC

[arrow] branch main updated (a4d241c2f7 -> b642707f6d)

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

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


    from a4d241c2f7 MINOR: [Go] Add IsNull method to dictionary builder (#35956)
     add b642707f6d GH-36014: [Go] Allow duplicate field names in structs (#36015)

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/integration/datagen.py |   1 -
 go/arrow/compare_test.go                   |  78 ++++++++++-----
 go/arrow/datatype_nested.go                |  45 +++++++--
 go/arrow/datatype_nested_test.go           | 154 +++++++++++++++++++++++------
 4 files changed, 215 insertions(+), 63 deletions(-)