This is an automated email from the ASF dual-hosted git repository.
changchen pushed a change to branch GLUTEN-11658-restore-scala-recompile-mode
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
discard a94455cd84 [GLUTEN-11658][CORE] Fix Java 8 build failure caused by
scala-maven-plugin 4.9.2
discard addef186c0 [GLUTEN-11658][CORE] Restore scala.recompile.mode default
to 'all' and introduce fast-build profile
add 9c8641139e [GLUTEN-11550][UT] Remove
GlutenSingleLevelAggregateHashMapSuite, GlutenTwoLevelAggregateHashMapSuite,
GlutenTwoLevelAggregateHashMapWithVectorizedMapSuite (#11571)
add 2269029a7a [MINOR] Add missing Delta Lake derived file to LICENSE
(#11662)
add 9278b43bc9 [MINOR] Add bundled test JAR to LICENSE (#11663)
add b02b359aa5 [VL] Fix oom when plan is large (#11652)
add dd3e8cc360 [GLUTEN-11658][CORE] Restore scala.recompile.mode default
to 'all' and introduce fast-build profile
add 9adfadf2a7 Fix Java 8 build failure caused by scala-maven-plugin 4.9.2
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 (a94455cd84)
\
N -- N -- N refs/heads/GLUTEN-11658-restore-scala-recompile-mode
(9adfadf2a7)
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:
LICENSE | 7 ++
.../gluten/extension/columnar/FallbackTag.scala | 2 +-
.../enumerated/planner/property/Conv.scala | 3 +-
.../extension/columnar/transition/Transition.scala | 14 ++-
.../columnar/transition/Transitions.scala | 4 +-
gluten-ut/excluded-spark-uts.md | 6 +
.../gluten/utils/velox/VeloxTestSettings.scala | 5 +-
.../spark/sql/GlutenAggregateHashMapSuite.scala | 29 -----
.../spark/sql/GlutenDataFrameAggregateSuite.scala | 124 ++++++++++++++++++---
.../gluten/utils/velox/VeloxTestSettings.scala | 5 +-
.../spark/sql/GlutenAggregateHashMapSuite.scala | 29 -----
.../spark/sql/GlutenDataFrameAggregateSuite.scala | 123 +++++++++++++++++---
pom.xml | 25 +----
13 files changed, 243 insertions(+), 133 deletions(-)
create mode 100644 gluten-ut/excluded-spark-uts.md
delete mode 100644
gluten-ut/spark40/src/test/scala/org/apache/spark/sql/GlutenAggregateHashMapSuite.scala
delete mode 100644
gluten-ut/spark41/src/test/scala/org/apache/spark/sql/GlutenAggregateHashMapSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]