This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/native/main/cc-1.2.51
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
omit 87487a658 chore(deps): bump cc from 1.2.50 to 1.2.51 in /native
add bce61f54c Fix CometShuffleManager hang by deferring SparkEnv access
(#3002)
add 2bf283581 feat: Support ANSI mode avg expr (int inputs) (#2817)
add a3d9a92f3 chore(deps): bump reqwest from 0.12.26 to 0.12.28 in /native
(#3009)
add bf0f17497 chore(deps): bump cc from 1.2.50 to 1.2.51 in /native
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (87487a658)
\
N -- N -- N refs/heads/dependabot/cargo/native/main/cc-1.2.51
(bf0f17497)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/spark_sql_test.yml | 4 --
docs/source/user-guide/latest/compatibility.md | 2 +-
native/Cargo.lock | 4 +-
native/core/src/execution/planner.rs | 10 +--
native/proto/src/proto/expr.proto | 2 +-
native/spark-expr/src/agg_funcs/avg.rs | 14 ++--
.../scala/org/apache/comet/serde/aggregates.scala | 15 +---
.../execution/shuffle/CometShuffleManager.scala | 45 ++++++++----
.../apache/comet/exec/CometAggregateSuite.scala | 83 ++++++++++++++++++++++
.../spark/sql/comet/CometPlanStabilitySuite.scala | 3 -
10 files changed, 132 insertions(+), 50 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]