Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
A misspelled datatype or value type in function arguments currently causes null-pointer exceptions without any indication what's wrong. We should give a proper error message.
java.lang.NullPointerException at org.apache.sysds.parser.dml.DmlSyntacticValidator.handleDMLBodiedBuiltinFunction(DmlSyntacticValidator.java:625) at org.apache.sysds.parser.dml.DmlSyntacticValidator.exitFunctionCallMultiAssignmentStatement(DmlSyntacticValidator.java:607) at org.apache.sysds.parser.dml.DmlParser$FunctionCallMultiAssignmentStatementContext.exitRule(DmlParser.java:307)
Attachments
Issue Links
- links to