AnhTtis commented on PR #58084:
URL: https://github.com/apache/spark/pull/58084#issuecomment-5338084061

   Hi @cloud-fan,
   
   I have updated this PR with the complete fix and regression test suite:
   
   1. **Implementation:** Standardized `ResolveInsertionBase.scala` using 
recursive helpers (`renameFieldsInStruct` and `renameFieldsInType`) to support 
nested `StructType`, `ArrayType`, and `MapType` (both key and value types).
   2. **Test Suite:** Added 5 regression test cases in 
`SQLInsertTestSuite.scala` covering arrays of structs, map values, map keys, 
combined inserts, and deeply nested mixed collections (`ARRAY<MAP<STRING, 
STRUCT>>`).
   
   Could you please take a look when you have time? Thank you!


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to