• B
    Fix: Bug when function package jar/py/go and runtime is not set (#4814) · e1547e12
    Boyang Jerry Peng 提交于
    ### Modifications
    
    When submitting a function via REST interface, if user doesn't provide the function package or function runtime as part of function config, the function will get submitted and deployed to run but the typeClassName for the source will not be set causing a weird error in the function instance code
    e1547e12
FunctionApiV3ResourceTest.java 62.6 KB