This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/native/main/object_store-0.13.0
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
omit b3955eb70 chore(deps): bump object_store from 0.12.4 to 0.13.0 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 3a687034f chore(deps): bump tempfile from 3.23.0 to 3.24.0 in /native
(#3006)
add 26344c8c0 chore(deps): bump serde_json from 1.0.145 to 1.0.148 in
/native (#3010)
add aefb3b684 feat: Add support for remote Parquet HDFS writer with
openDAL (#2929)
add 407b818a7 chore(deps): bump object_store from 0.12.4 to 0.13.0 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 (b3955eb70)
\
N -- N -- N
refs/heads/dependabot/cargo/native/main/object_store-0.13.0 (407b818a7)
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/actions/rust-test/action.yaml | 2 +
.github/workflows/spark_sql_test.yml | 4 -
docs/source/user-guide/latest/compatibility.md | 2 +-
native/Cargo.lock | 100 ++--
native/core/Cargo.toml | 4 +-
.../core/src/execution/operators/parquet_writer.rs | 560 +++++++++++++++++++--
native/core/src/execution/planner.rs | 10 +-
native/core/src/lib.rs | 22 +-
native/core/src/parquet/parquet_support.rs | 63 ++-
native/fs-hdfs/Cargo.toml | 4 +-
native/hdfs/Cargo.toml | 4 +-
native/hdfs/src/object_store/hdfs.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 +-
.../serde/operator/CometDataWritingCommand.scala | 5 +-
.../execution/shuffle/CometShuffleManager.scala | 45 +-
.../apache/comet/exec/CometAggregateSuite.scala | 83 +++
.../spark/sql/comet/CometPlanStabilitySuite.scala | 3 -
19 files changed, 794 insertions(+), 158 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]