You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/02/07 13:27:24 UTC

[arrow-datafusion] branch master updated (40c29e5 -> fe46a1e)

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

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


    from 40c29e5  Create built-in scalar functions programmatically (#1734)
     add fe46a1e  [split/1] split datafusion-common module (#1751)

No new revisions were added by this update.

Summary of changes:
 Cargo.toml                                         |   1 +
 .../rust/client => datafusion-common}/Cargo.toml   |  36 ++--
 CODE_OF_CONDUCT.md => datafusion-common/README.md  |   6 +-
 {datafusion => datafusion-common}/src/error.rs     |  12 +-
 .../src/lib.rs                                     |   4 +-
 datafusion/Cargo.toml                              |   5 +-
 datafusion/src/error.rs                            | 182 +--------------------
 datafusion/src/pyarrow.rs                          |   8 -
 8 files changed, 40 insertions(+), 214 deletions(-)
 copy {ballista/rust/client => datafusion-common}/Cargo.toml (67%)
 copy CODE_OF_CONDUCT.md => datafusion-common/README.md (84%)
 copy {datafusion => datafusion-common}/src/error.rs (96%)
 copy ballista/ui/scheduler/src/react-app-env.d.ts => datafusion-common/src/lib.rs (93%)