lhotari opened a new issue, #20789: URL: https://github.com/apache/pulsar/issues/20789
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.10.x ### Minimal reproduce step Create a function with a jar file that contains parenthesis for example `function(1).jar` ### What did you expect to see? Function should run normally ### What did you see instead? Function stateful set was in a crash loop in Kubernetes. Logs contained this error: ``` stderr F sh: 1: Syntax error: "(" unexpected ``` ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
