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

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


 discard 3780d3b3 Bump rand from 0.9.2 to 0.10.0
     add 02c0a284 [AURON #2049] skipping the plan stability validation for 
tpcds q54 test in spark3.5 (#2071)
     add b364521c [AURON #2020] [BUILD] Add `--threads` option to control Maven 
build parallelism. (#2021)
     add 34a85904 [AURON #2015] Add Native Scan Support for Apache Iceberg 
Copy-On-Write Tables. (#2016)
     add 046a808f Bump tokio from 1.49.0 to 1.50.0 (#2070)
     add d7a6cf60 Bump rand from 0.9.2 to 0.10.0

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   (3780d3b3)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/rand-0.10.0 
(d7a6cf60)

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/workflows/{paimon.yml => iceberg.yml}      |  51 ++--
 CONTRIBUTING.md                                    |   1 +
 Cargo.lock                                         |   4 +-
 Cargo.toml                                         |   2 +-
 auron-build.sh                                     |  61 ++++-
 .../comparison/PlanStabilityChecker.scala          |   5 +
 dev/reformat                                       |   2 +-
 pom.xml                                            | 234 ++++++++++++++++++-
 spark-extension/pom.xml                            |   8 +
 .../configuration/SparkAuronConfiguration.java     |   6 +
 .../apache/spark/sql/auron/AuronConverters.scala   |   4 +-
 thirdparty/auron-iceberg/pom.xml                   |  48 ++++
 ...org.apache.spark.sql.auron.AuronConvertProvider |   4 +-
 .../sql/auron/iceberg/IcebergConvertProvider.scala |  74 ++++++
 .../sql/auron/iceberg/IcebergScanSupport.scala     | 191 +++++++++++++++
 .../auron/plan/NativeIcebergTableScanExec.scala    | 260 +++++++++++++++++++++
 .../iceberg/AuronIcebergIntegrationSuite.scala     | 207 ++++++++++++++++
 .../auron/iceberg/BaseAuronIcebergSuite.scala      |  17 +-
 18 files changed, 1148 insertions(+), 31 deletions(-)
 copy .github/workflows/{paimon.yml => iceberg.yml} (52%)
 copy scalafix.conf => 
thirdparty/auron-iceberg/src/main/resources/META-INF/services/org.apache.spark.sql.auron.AuronConvertProvider
 (93%)
 create mode 100644 
thirdparty/auron-iceberg/src/main/scala/org/apache/spark/sql/auron/iceberg/IcebergConvertProvider.scala
 create mode 100644 
thirdparty/auron-iceberg/src/main/scala/org/apache/spark/sql/auron/iceberg/IcebergScanSupport.scala
 create mode 100644 
thirdparty/auron-iceberg/src/main/scala/org/apache/spark/sql/execution/auron/plan/NativeIcebergTableScanExec.scala

Reply via email to