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

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


    from 99aa62b  ARROW-6869: [C++] Do not return invalid arrays from 
DictionaryBuilder::Finish when reusing builder. Add "FinishDelta" method and 
"ResetFull" method
     add 1cd12ab  ARROW-6285: [GLib] Add support for LargeBinary and 
LargeString types

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/array-builder.cpp                | 508 ++++++++++++++++++++-
 c_glib/arrow-glib/array-builder.h                  |  98 ++++
 c_glib/arrow-glib/basic-array.cpp                  | 244 +++++++++-
 c_glib/arrow-glib/basic-array.h                    |  51 +++
 c_glib/arrow-glib/basic-data-type.cpp              |  79 ++++
 c_glib/arrow-glib/basic-data-type.h                |  34 +-
 c_glib/arrow-glib/type.cpp                         |   4 +
 c_glib/arrow-glib/type.h                           |  15 +-
 c_glib/test/helper/buildable.rb                    |  10 +
 c_glib/test/run-test.sh                            |   8 +-
 c_glib/test/test-array-builder.rb                  | 213 +++++++++
 ...-binary-array.rb => test-large-binary-array.rb} |  26 +-
 ...data-type.rb => test-large-binary-data-type.rb} |  10 +-
 ...-string-array.rb => test-large-string-array.rb} |  28 +-
 ...data-type.rb => test-large-string-data-type.rb} |  10 +-
 c_glib/test/test-string-array.rb                   |   6 +-
 16 files changed, 1267 insertions(+), 77 deletions(-)
 copy c_glib/test/{test-binary-array.rb => test-large-binary-array.rb} (68%)
 copy c_glib/test/{test-date32-data-type.rb => test-large-binary-data-type.rb} 
(76%)
 copy c_glib/test/{test-string-array.rb => test-large-string-array.rb} (58%)
 copy c_glib/test/{test-date32-data-type.rb => test-large-string-data-type.rb} 
(76%)

Reply via email to