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 43fb90d8 Fix cargo clippy error
    omit dbec9a41 Reformat codes
    omit 923720e0 Implement columnar aggregate buffers
     add c0427104 Implement columnar aggregate buffers
     add 46c087fe Reformat codes
     add f00b290c Fix cargo clippy error

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   (43fb90d8)
            \
             N -- N -- N   refs/heads/dev-columnar-agg-buf (f00b290c)

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/auron-jni-bridge/src/jni_bridge.rs   |  24 ++--
 .../datafusion-ext-plans/src/agg/count.rs          | 132 +++++++++++++++----
 .../src/agg/spark_udaf_wrapper.rs                  |  68 ++++------
 .../spark/sql/auron/SparkUDAFWrapperContext.scala  | 144 +++++++++++++++------
 4 files changed, 252 insertions(+), 116 deletions(-)

Reply via email to