Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are multiple issues related to parsing and instruction compilation, where the latter results in the following exceptions (which should not happen)
Caused by: org.apache.sysds.runtime.DMLRuntimeException: Variable '_fVar1' is not a frame: SCALAR
at org.apache.sysds.runtime.controlprogram.context.ExecutionContext.getFrameObject(ExecutionContext.java:313)
at org.apache.sysds.runtime.controlprogram.context.ExecutionContext.getFrameInput(ExecutionContext.java:523)
at org.apache.sysds.runtime.instructions.cp.FrameAppendCPInstruction.processInstruction(FrameAppendCPInstruction.java:36)
at org.apache.sysds.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:254)