This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/codecov/codecov-action-4.6.0
in repository https://gitbox.apache.org/repos/asf/systemds.git
discard e1b4b85e8d Bump codecov/codecov-action from 4.5.0 to 4.6.0
add 80332e0738 [MINOR] Fix unnecessary warnings (code quality)
add 29b3c612de [SYSTEMDS-3729] Add missing federated roll reorg operations
add d3a9bba205 Bump codecov/codecov-action from 4.5.0 to 4.6.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 (e1b4b85e8d)
\
N -- N -- N
refs/heads/dependabot/github_actions/codecov/codecov-action-4.6.0 (d3a9bba205)
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:
.../controlprogram/federated/FederatedData.java | 2 -
.../controlprogram/federated/FederationMap.java | 31 ++++-
.../sysds/runtime/frame/data/lib/FrameUtil.java | 4 -
.../runtime/instructions/FEDInstructionParser.java | 1 +
.../instructions/cp/ReorgCPInstruction.java | 2 +-
.../instructions/fed/ReorgFEDInstruction.java | 145 ++++++++++++++++++++-
.../instructions/fed/UnaryFEDInstruction.java | 6 +-
.../instructions/spark/ReorgSPInstruction.java | 2 +-
...ederatedRevTest.java => FederatedRollTest.java} | 75 +++++------
...{FederatedRevTest.dml => FederatedRollTest.dml} | 2 +-
...eference.dml => FederatedRollTestReference.dml} | 2 +-
11 files changed, 217 insertions(+), 55 deletions(-)
copy
src/test/java/org/apache/sysds/test/functions/federated/primitives/part2/{FederatedRevTest.java
=> FederatedRollTest.java} (74%)
copy src/test/scripts/functions/federated/{FederatedRevTest.dml =>
FederatedRollTest.dml} (97%)
copy src/test/scripts/functions/federated/{FederatedRevTestReference.dml =>
FederatedRollTestReference.dml} (97%)