Shafaq-Siddiqi commented on a change in pull request #1306:
URL: https://github.com/apache/systemds/pull/1306#discussion_r649027387
##########
File path: src/main/java/org/apache/sysds/common/Builtins.java
##########
@@ -32,31 +31,35 @@
* always, user-defined DML-bodied functions take precedence over all
* builtin functions.
*
- * To add a new builtin script function, simply add the definition here
+ * * To add a new builtin script function, simply add the definition here
* as well as a dml file in scripts/builtin with a matching name. On
* building SystemDS, these scripts are packaged into the jar as well.
*/
+
public enum Builtins {
//builtin functions
- ABSTAIN("abstain", true),
Review comment:
Do not delete the existing entries from the file.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]