David-N-Perkins opened a new pull request, #11727:
URL: https://github.com/apache/hudi/pull/11727

   ### Change Logs
   
   Added support for Array of Rows and Maps with Row values in Flink. Only 
supports nesting 1 level deep. The Row cannot contain another Array or Map. 
   
   I've only applied the changes to Flink `1.18.x`, but will copy to other 
versions if no changes are requested.
   
   ### Impact
   
   No change to the public API. As far as I could tell, the limitation of only 
allowing non container types was not in the documentation.
   
   ### Risk level (write none, low medium or high below)
   
   Low if there are adequate unit tests. I added unit tests for my two use 
cases, but I did not see a lot of unit tests. I'm not sure if there are unit 
tests that cover the Arrays and Maps of the basic types, which my changes could 
affect.
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, 
config, or user-facing change. If not, put "none"._
   
   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
   
   - [ ] 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]

Reply via email to