David-N-Perkins opened a new pull request, #12083: URL: https://github.com/apache/hudi/pull/12083
### Change Logs Added support for Array of Rows and Maps with Row values in Flink 1.19. Only supports nesting 1 level deep. The Row cannot contain another Array or Map. The changes were copied from Flink `1.18.x` applied in [[HUDI-7930] Flink Support for Array of Row and Map of Row value](https://github.com/apache/hudi/pull/11727.) ### Impact No change to the public API. ### Risk level (write none, low medium or high below) Low provided the unit tests. ### Documentation Update As far as I could tell, this was not in the documentation. But it would be nice to note somewhere that as of this change, Arrays and Map values support basic types and Rows, but does not support additional Arrays or Maps within the Row. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
