liaorui opened a new issue, #7504: URL: https://github.com/apache/inlong/issues/7504
### What happened StarRocks will throw NullPointerException when dirty.ignore is false. <img width="1913" alt="image" src="https://user-images.githubusercontent.com/2731242/222479173-e0253943-b860-4f5a-870f-978c85c0010d.png"> ### What you expected to happen When `dirty.ignore` is false, no `dirty.side-output.labels`, no `dirty.identifier` and no `dirty.side-output.log-tag` will be given in options. We should judge if they are null. ### How to reproduce When `dirty.ignore` is false, no `dirty.side-output.labels`, no `dirty.identifier` and no `dirty.side-output.log-tag` will be given in options. NullPointerException will be thrown and flink task will fail. ### Environment _No response_ ### InLong version master ### InLong Component InLong Sort ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
