You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/10/24 14:26:32 UTC

[GitHub] [incubator-daffodil] olabusayoT opened a new pull request #279: WIP: User Defined Functions feature

olabusayoT opened a new pull request #279: WIP: User Defined Functions feature
URL: https://github.com/apache/incubator-daffodil/pull/279
 
 
   Review for UDF feature (with changes from PR #273 implemented)
   
   Tests are still in progress
   
   - Adds daffodil-udf submodule that has the files needed to write a UDF
   - Adds UDFExpr/UDFExprCall classes
   - Adds readme doc (which will be posted on website when complete)
   - Adds checks, warnings and errors to our UDFService loader
    - invalid UDFs and UDFPs are dropped, and emit a warning
    - if an attempt is made to use a dropped UDF, an SDE will occur
   - Adds error handling from UDFs during evaluate execution
   
   DAFFODIL-2186

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services