You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2021/12/15 07:02:50 UTC

[arrow] branch master updated (994074d -> 41d1150)

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

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


    from 994074d  ARROW-15101: [Python] Fix build failure on CSV writer
     add 41d1150  ARROW-13373: [C++][Gandiva] Implement CRC32 Hive function on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc |  6 +++++
 cpp/src/gandiva/gdv_function_stubs.cc       | 37 ++++++++++++++++++++++++++++-
 cpp/src/gandiva/gdv_function_stubs.h        |  3 +++
 cpp/src/gandiva/gdv_function_stubs_test.cc  | 14 +++++++++++
 cpp/src/gandiva/tests/projector_test.cc     | 33 +++++++++++++++++++++++++
 cpp/vcpkg.json                              |  1 +
 6 files changed, 93 insertions(+), 1 deletion(-)