This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/master/tonic-build-0.14.5
in repository https://gitbox.apache.org/repos/asf/auron.git


    omit 4d3c34c5 Bump tonic-build from 0.13.1 to 0.14.5
     add 9df46caf [AURON #2050] Support UnaryMinus expression (#2051)
     add 0aa013a1 [AURON #2058] Introduce KafkaScanExec (#2072)
     add 64a8c631 Bump tonic-build from 0.13.1 to 0.14.5

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   (4d3c34c5)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/master/tonic-build-0.14.5 (64a8c631)

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:
 Cargo.lock                                         |  72 +++
 Cargo.toml                                         |   1 +
 native-engine/auron-planner/proto/auron.proto      |  24 +
 native-engine/auron-planner/src/planner.rs         |  14 +
 native-engine/datafusion-ext-plans/Cargo.toml      |   2 +
 .../src/flink/kafka_scan_exec.rs                   | 487 +++++++++++++++++++++
 .../datafusion-ext-plans/src/flink/mod.rs          |   1 +
 .../src/flink/serde/flink_deserializer.rs          |   2 +-
 native-engine/datafusion-ext-plans/src/lib.rs      |   2 +
 .../org/apache/auron/AuronExpressionSuite.scala    |   9 +
 .../apache/spark/sql/auron/NativeConverters.scala  |   8 +
 11 files changed, 621 insertions(+), 1 deletion(-)
 create mode 100644 
native-engine/datafusion-ext-plans/src/flink/kafka_scan_exec.rs

Reply via email to