huangxiaopingRD opened a new pull request, #9097: URL: https://github.com/apache/paimon/pull/9097
### Purpose Reject null values in `options_map` for `migrate_table` and `migrate_database`. - Declare `options_map` values as non-nullable in procedure parameters. - Add runtime validation to return a clear error instead of a `NullPointerException` if a nullable `MapData` bypasses SQL analysis. ### Tests - Add SQL-level and direct conversion regression coverage. -- 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]
