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 d386948f Reformat codes
omit 4512eee0 Implement columnar aggregate buffers
add e98d9d35 [AURON #1888] Implement spark_partition_id() function (#1928)
add 359f2811 Implement columnar aggregate buffers
add 04d399ed Reformat codes
add 74209e5f 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 (d386948f)
\
N -- N -- N refs/heads/dev-columnar-agg-buf (74209e5f)
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-planner/proto/auron.proto | 5 +
native-engine/auron-planner/src/planner.rs | 5 +-
native-engine/datafusion-ext-exprs/src/lib.rs | 1 +
.../datafusion-ext-exprs/src/spark_partition_id.rs | 189 +++++++++++++++++++++
.../org/apache/spark/sql/auron/ShimsImpl.scala | 8 +
.../apache/spark/sql/auron/NativeConverters.scala | 5 +
6 files changed, 212 insertions(+), 1 deletion(-)
create mode 100644 native-engine/datafusion-ext-exprs/src/spark_partition_id.rs