This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 2f98d1e ARROW-9710: [C++] Improve performance of Decimal128::ToString
by 10x, and make the implementation reusable for Decimal256.
add 8a0db9e ARROW-9783: [Rust] [DataFusion] Remove aggregate expression
data type
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/dataframe.rs | 21 +----
rust/datafusion/src/execution/context.rs | 7 +-
rust/datafusion/src/execution/dataframe_impl.rs | 67 ++-------------
rust/datafusion/src/lib.rs | 2 +-
rust/datafusion/src/logicalplan.rs | 109 ++++++++++++++++--------
rust/datafusion/src/optimizer/type_coercion.rs | 5 +-
rust/datafusion/src/optimizer/utils.rs | 5 +-
rust/datafusion/src/prelude.rs | 2 +-
rust/datafusion/src/sql/planner.rs | 6 --
rust/datafusion/src/test/mod.rs | 1 -
10 files changed, 88 insertions(+), 137 deletions(-)