This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions/upload-artifact-7
in repository https://gitbox.apache.org/repos/asf/gluten.git
omit 0dfa1cdc5e Bump actions/upload-artifact from 4 to 7
add ae61225585 [CORE][VL] Add LocalTableScanExec offload support to Velox
backend (#12631)
add 4852291109 [MINOR][CI] Move Delta Spark UT caches to Apache Stash
(#12820)
add 791e0a2a8f [GLUTEN-10134][VL] Remove redundant
registerSparkCastModeSpecialForms call (#12816)
add 04846c18c2 Bump actions/upload-artifact from 4 to 7
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 (0dfa1cdc5e)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/upload-artifact-7 (04846c18c2)
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/delta_spark_ut.yml | 88 ++++--
.../backendsapi/velox/VeloxSparkPlanExecApi.scala | 25 ++
.../execution/VeloxLocalTableScanTransformer.scala | 154 ++++++++++
.../gluten/execution/MiscOperatorSuite.scala | 6 +-
.../execution/VeloxLocalTableScanSuite.scala | 325 +++++++++++++++++++++
.../functions/RegistrationAllFunctions.cc | 2 -
docs/Configuration.md | 1 +
.../gluten/backendsapi/SparkPlanExecApi.scala | 7 +
.../org/apache/gluten/config/GlutenConfig.scala | 15 +
.../columnar/offload/OffloadSingleNodeRules.scala | 3 +
...ormer.scala => LocalTableScanTransformer.scala} | 18 +-
.../org/apache/gluten/sql/shims/SparkShims.scala | 8 +
.../gluten/sql/shims/spark40/Spark40Shims.scala | 3 +
.../spark40/Spark40LocalTableScanStreamSuite.scala | 59 ++++
.../gluten/sql/shims/spark41/Spark41Shims.scala | 3 +
.../spark41/Spark41LocalTableScanStreamSuite.scala | 59 ++++
16 files changed, 735 insertions(+), 41 deletions(-)
create mode 100644
backends-velox/src/main/scala/org/apache/gluten/execution/VeloxLocalTableScanTransformer.scala
create mode 100644
backends-velox/src/test/scala/org/apache/gluten/execution/VeloxLocalTableScanSuite.scala
copy
gluten-substrait/src/main/scala/org/apache/spark/sql/execution/{RDDScanTransformer.scala
=> LocalTableScanTransformer.scala} (77%)
create mode 100644
shims/spark40/src/test/scala/org/apache/gluten/sql/shims/spark40/Spark40LocalTableScanStreamSuite.scala
create mode 100644
shims/spark41/src/test/scala/org/apache/gluten/sql/shims/spark41/Spark41LocalTableScanStreamSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]