YenFuChen commented on PR #2281:
URL: https://github.com/apache/systemds/pull/2281#issuecomment-3057041811

   Hi,
   I've encountered a NullPointerException during the validation phase, 
specifically in FunctionCallIdentifier.validateExpression when I trying to call 
the functions from DML script,
   
   The cause appears to be that the parser doesn't recognize these as builtin 
functions and instead tries to resolve them as user defined functions, which 
fails
   
   Can you confirm if I need to explicitly register these new built-ins in 
something like DmlSyntacticValidator.isBuiltinFunction() or another part of the 
parser?
   
   Thanks for your assistance.


-- 
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

Reply via email to