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/04/15 10:19:10 UTC

[arrow] branch master updated (1e6819c -> 15137e2)

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 1e6819c  ARROW-12057: [Python] Remove direct usage of pandas' Block subclasses (partly)
     add 15137e2  ARROW-7215: [C++][Gandiva] Implement castVARCHAR(numeric_type) functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/formatting.cc                   |  18 ++
 cpp/src/arrow/util/formatting.h                    |  16 ++
 .../double-conversion/double-conversion.cc         |  20 +-
 .../vendored/double-conversion/double-conversion.h |  11 +
 cpp/src/gandiva/formatting_utils.h                 |  69 +++++++
 cpp/src/gandiva/function_registry_string.cc        |  16 ++
 cpp/src/gandiva/gdv_function_stubs.cc              | 119 +++++++++++
 cpp/src/gandiva/gdv_function_stubs.h               |  13 ++
 cpp/src/gandiva/gdv_function_stubs_test.cc         | 130 ++++++++++++
 .../arrow/gandiva/evaluator/ProjectorTest.java     | 226 +++++++++++++++++++--
 10 files changed, 618 insertions(+), 20 deletions(-)
 create mode 100644 cpp/src/gandiva/formatting_utils.h