A Java UDF must not call System.exit() or any similar methods. Any attempt to terminate or halt the currently running Java Virtual Machine by calling System.exit() or similar methods generates an error.
A Java UDF must not call System.exit() or any similar methods. Any attempt to terminate or halt the currently running Java Virtual Machine by calling System.exit() or similar methods generates an error.