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 16094701f4 [SYSTEMDS-3838] Fix unsupported expressions of boolean
literals
add 33cf89e98e [SYSTEMDS-3839] Fix rewrite utils robustness (correct value
types)
No new revisions were added by this update.
Summary of changes:
src/main/java/org/apache/sysds/common/Types.java | 4 ++
.../apache/sysds/hops/rewrite/HopRewriteUtils.java | 15 ++++-
.../test/component/misc/RewriteUtilsTest.java | 74 ++++++++++++++++++++++
3 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644
src/test/java/org/apache/sysds/test/component/misc/RewriteUtilsTest.java