You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sh...@apache.org on 2020/01/21 11:13:50 UTC

[arrow] branch master updated (17220bb -> d3f4763)

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 17220bb  ARROW-7589: [C++][Gandiva] Calling castVarchar from java sometimes results in segmentation fault for input length 0
     add d3f4763  ARROW-7626: [Parquet][GLib] Add support for version macros

No new revisions were added by this update.

Summary of changes:
 c_glib/.gitignore                             |   1 +
 c_glib/configure.ac                           |  10 ++
 c_glib/doc/parquet-glib/parquet-glib-docs.xml |   8 ++
 c_glib/parquet-glib/Makefile.am               |   9 +-
 c_glib/parquet-glib/meson.build               |  10 ++
 c_glib/parquet-glib/version.h.in              | 181 ++++++++++++++++++++++++++
 6 files changed, 218 insertions(+), 1 deletion(-)
 create mode 100644 c_glib/parquet-glib/version.h.in