This is an automated email from the ASF dual-hosted git repository.
richox pushed a change to branch dev-columnar-agg-buf
in repository https://gitbox.apache.org/repos/asf/auron.git
omit 348eba05 update spark-3.5 golden files because aggregate buffer schema
is changed
omit 6538bd5c Fix cargo clippy error
omit 7aa06592 Reformat codes
omit 3f5ba74c Implement columnar aggregate buffers
add a5b6e7fe Implement columnar aggregate buffers
add 8f85dbb8 Reformat codes
add eb77de92 Fix cargo clippy error
add e70af400 update spark-3.5 golden files because aggregate buffer schema
is changed
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 (348eba05)
\
N -- N -- N refs/heads/dev-columnar-agg-buf (e70af400)
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:
native-engine/datafusion-ext-commons/src/io/batch_serde.rs | 5 ++---
native-engine/datafusion-ext-plans/src/agg/acc.rs | 9 +++++----
.../main/scala/org/apache/spark/sql/auron/AuronConverters.scala | 7 +++++++
3 files changed, 14 insertions(+), 7 deletions(-)