Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set go function executable when download to local (apache#4743)
### Motivation Currently golang function needs to be compiled before deploy to pulsar, so the executable permission is required when function package is downloaded to local node from bookkeeper. This PR is intent to make golang function package executable after download from bookkeeper, to make sure the function is ok to run.
- Loading branch information