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

agrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista-python.git


    from 9f79f57  Fix ci (#3)
     add 49beac4  Fix all the things (#14)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/rust.yml                         | 205 ++++-------------
 Cargo.toml                                         |  10 +-
 README.md                                          |   4 +-
 ci/detect-changes.py                               | 256 +++++++++++++--------
 ci/scripts/rust_toml_fmt.sh                        |   2 +-
 .../builder-entrypoint.sh => python_lint.sh}       |  17 +-
 dev/release/check-rat-report.py                    |  21 +-
 dev/release/download-python-wheels.py              |  39 ++--
 dev/update_arrow_deps.py                           |  58 +++--
 dev/update_ballista_versions.py                    |  70 +++---
 dev/update_datafusion_versions.py                  |  77 ++++---
 docs/source/conf.py                                |  34 ++-
 requirements.txt                                   |   6 +-
 src/ballista_context.rs                            |  36 +--
 src/catalog.rs                                     |   2 +-
 src/context.rs                                     |  52 +++--
 src/dataframe.rs                                   |  25 +-
 src/dataset.rs                                     |  14 +-
 src/dataset_exec.rs                                |  18 +-
 src/expression.rs                                  |   2 +-
 src/functions.rs                                   |  71 +++---
 src/pyarrow_filter_expression.rs                   |  57 ++---
 src/udaf.rs                                        |   2 +-
 src/udf.rs                                         |   2 +-
 24 files changed, 501 insertions(+), 579 deletions(-)
 copy dev/{docker/builder-entrypoint.sh => python_lint.sh} (81%)

Reply via email to