This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.
from c7a5a93 Implement test for parquet pruning disabling (#754)
add 6cfaa29 add more math functions and unit tests to `python` crate
(#748)
No new revisions were added by this update.
Summary of changes:
python/Cargo.toml | 2 +-
python/README.md | 2 +-
python/requirements.in | 5 ++
python/requirements.txt | 142 +++++++++++++++++++++++++++++++++-
python/src/functions.rs | 132 +++++++++++++++++++++----------
python/tests/test_math_functions.py | 60 ++++++++++++++
python/tests/test_string_functions.py | 8 +-
python/tests/test_udaf.py | 1 +
8 files changed, 302 insertions(+), 50 deletions(-)
create mode 100644 python/tests/test_math_functions.py