sandeshkr419 commented on issue #559:
URL: https://github.com/apache/arrow-java/issues/559#issuecomment-5051089074

    Hi @axreldable! 
   
   I see your commits from Nov 2025 and Mar 2026 in issue history, are you 
planning to open a PR? Happy to help review or help @Maria-Berta to resolve 
this if you've moved on.
   
   -----
   
   And @Maria-Berta: yes, your analysis is on the right track! 
   
   If you happen to continue on this, one small correction: the missing case 
isn't only in `getListWriterForReader`. Check `getStructWriterForReader`, 
`getMapWriterForReader`, and the `copy()` switch. Also, take inspiration from 
the FIXED_SIZE_LIST case rather than VARBINARY as both FixedSizeBinary and 
FixedSizeList are parameterized types (they carry a width/size), so the pattern 
should be the same.
   
   For tests, TestComplexCopier.java should be a good anchor point.


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