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/03 04:35:53 UTC

[arrow] branch master updated (3dc263f -> d94fea7)

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 3dc263f  ARROW-14931: [Python] csv/orc format strings missing from some dataset docs
     add d94fea7  ARROW-13376: [C++][Gandiva] Implement FACTORIAL Hive function on Gandiva

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_math_ops.cc      |  3 ++
 cpp/src/gandiva/precompiled/extended_math_ops.cc   | 43 ++++++++++++++++++++++
 .../gandiva/precompiled/extended_math_ops_test.cc  | 43 ++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h                |  3 ++
 cpp/src/gandiva/tests/projector_test.cc            | 33 +++++++++++++++++
 5 files changed, 125 insertions(+)