Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Please use the attached script to reproduce the error.
An Error Occurred : LopsException -- ERROR: line 7, column 0 -- Problem generating simple inst - CP°sample°10°10·SCALAR·INT64·true°false°¶seed¶°1000°_mVar3·MATRIX·FP64 NumberFormatException -- For input string: "¶seed¶"
Commit fe081dac756a2e0ade442d62ed6d5d0b8c8ad61a in systemds's branch refs/heads/main from Matthias Boehm
[ https://gitbox.apache.org/repos/asf?p=systemds.git;h=fe081da ]
SYSTEMDS-3296Fix variable seed handling in CP and Spark sample opsThis patch fixes the seed parsing of CP and Spark sample operations. So
far it always assumed constants (e.g., after constant propagation) but
in general it needs to support instruction patching like rand.
Furthermore, this patch also fixes the java doc inconsistency that
currently leads to distribution build failures.