JingsongLi opened a new pull request, #8178: URL: https://github.com/apache/paimon/pull/8178
## Summary - Remove `UnsupportedOperationException` for ARRAY and MAP types in `MosaicRowTypeVisitor`, allowing these types to pass schema validation - Recursively validate child types (element type for ARRAY, key/value types for MAP) - Once paimon-mosaic upstream releases 0.2.0 (which includes ARRAY/MAP support in the native library), we only need to bump the mosaic dependency version ## Test plan - [x] `MosaicFileFormatTest` passes — added `testValidateDataFieldsArraySupported` and `testValidateDataFieldsMapSupported` 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
