JunWang222 opened a new pull request, #710: URL: https://github.com/apache/wayang/pull/710
- Add MultiFieldPojoImplementation static class following the existing PojoImplementation and RecordImplementation pattern - Add createForPojoByNames() factory for projecting multiple POJO fields by name into a Record - Add createForPojoByIndexes() factory for projecting POJO fields by their declared index into a Record - Restore RecordImplementation and createRecordJavaImplementation for consistency with the original codebase style - Add 9 new tests covering multi-field by name, by index, field reordering, null values, out-of-bounds, and nonexistent field error cases -- 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]
