This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from bf67bc4888 [SYSTEMDS-3272] applySchema FrameBlock internals
new f00fefb91c [MINOR] Fix various warnings (unused imports, variables,
etc)
new a8a21520f5 [SYSTEMDS-3477] Fix missing list export before
remote_parfor job
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/sysds/hops/recompile/Recompiler.java | 2 +-
.../java/org/apache/sysds/lops/Checkpoint.java | 2 --
.../java/org/apache/sysds/lops/compile/Dag.java | 16 -------------
.../lops/compile/linearization/ILinearize.java | 3 +--
.../runtime/controlprogram/ParForProgramBlock.java | 26 ++++++++++++----------
.../controlprogram/context/ExecutionContext.java | 2 ++
.../controlprogram/context/MatrixObjectFuture.java | 1 +
.../controlprogram/federated/FederationMap.java | 3 ---
...tiReturnParameterizedBuiltinFEDInstruction.java | 1 -
.../org/apache/sysds/runtime/io/FrameReader.java | 1 -
.../apache/sysds/runtime/lineage/LineageCache.java | 1 -
.../sysds/runtime/lineage/LineageCacheConfig.java | 1 +
.../sysds/runtime/matrix/data/MatrixBlock.java | 1 -
.../countdistinct/CountDistinctFunctionSketch.java | 3 ---
.../apache/sysds/runtime/util/DataConverter.java | 3 ---
src/test/java/org/apache/sysds/test/TestUtils.java | 1 -
.../test/functions/async/PrefetchRDDTest.java | 2 +-
.../functions/frame/FrameIndexingDistTest.java | 2 --
.../functions/homomorphicEncryption/InOutTest.java | 1 -
.../sysds/test/functions/unique/UniqueBase.java | 3 ---
20 files changed, 21 insertions(+), 54 deletions(-)