This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from 6747e39443 [SYSTEMDS-3478] Bitset array for Frames
new e2e560a2d6 [SYSTEMDS-3272] applySchema FrameBlock parallel
new 22acbf3f3a [MINOR] Make BinaryCPInstruction MultithreadedOperators
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:
.../sysds/runtime/frame/data/FrameBlock.java | 41 ++++---
.../frame/data/lib/FrameLibApplySchema.java | 106 +++++++++++++++++
.../frame/data/lib/FrameLibDetectSchema.java | 2 +-
.../runtime/instructions/InstructionUtils.java | 3 +-
.../instructions/cp/BinaryCPInstruction.java | 3 +-
.../cp/BinaryFrameFrameCPInstruction.java | 6 +-
.../test/component/frame/FrameApplySchema.java | 129 +++++++++++++++++++--
7 files changed, 257 insertions(+), 33 deletions(-)
create mode 100644
src/main/java/org/apache/sysds/runtime/frame/data/lib/FrameLibApplySchema.java