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

[arrow] branch master updated (b8bcf76 -> 5fcd4d5)

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

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


    from b8bcf76  ARROW-13074: [Python] Deprecate ParquetDataset custom properties (eg pieces, partitions)
     add 5fcd4d5  ARROW-13050: [C++][Gandiva] Implement SPACE Hive function on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  2 ++
 cpp/src/gandiva/precompiled/string_ops.cc      | 25 +++++++++++++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 25 +++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h            |  2 ++
 cpp/src/gandiva/tests/utf8_test.cc             | 33 ++++++++++++++++++++++++++
 5 files changed, 87 insertions(+)