Description
For both Invoke and StaticInvoke used by magic method of ScalarFunction, we should set propgateNull to false, so that null values will be passed to the UDF for evaluation, instead of bypassing that and directly return null.
For both Invoke and StaticInvoke used by magic method of ScalarFunction, we should set propgateNull to false, so that null values will be passed to the UDF for evaluation, instead of bypassing that and directly return null.