Maria-Berta commented on issue #559: URL: https://github.com/apache/arrow-java/issues/559#issuecomment-4888000020
Hi @lidavidm @nbauernfeind @axreldable! I'd like to work on this issue. I'm a CS graduate with hands-on Java experience and I've recently contributed to Apache phpMyAdmin through CodePath's AI301 course, so I'm familiar with the Apache contribution process. From reading the stack trace, it looks like getListWriterForReader in ComplexCopier.java is missing a case for FIXEDSIZEBINARY — the fix would involve adding that case similar to how other types like VARBINARY are already handled. Could you confirm this approach is on the right track, and point me to any existing tests for ComplexCopier I should model new tests after? Thanks! -- 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]
