Interest1-wyt opened a new issue, #1963: URL: https://github.com/apache/incubator-seatunnel/issues/1963
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Some databases are sensitive to null fields. For example, clickhouse uses regular '=' or 'equals' to compare two null fields, which will return null instead of 1, and clickhouse's primary key or sort key cannot be null, so it is best to use There is a plugin for handling null fields during data processing. ### Usage Scenario Set default value for null field ### Related issues https://github.com/apache/incubator-seatunnel/issues/1957 ### Are you willing to submit a 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]
