phaniarnab opened a new pull request #1418: URL: https://github.com/apache/systemds/pull/1418
…formations This patch introduces the Transformable Interface which defines the needed functions for the Encoders. It is implemented by the MatrixBlock and FrameBlock. This interface merges code paths for Multi- and Single-threaded operations and makes the code more readable. There is still redundant code in SparseApply Tasks. Those can be removed in the future but at the moment they help in debugging. Furthermore, this patch reworked the missing value handling in the encoders. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org