tustvold commented on PR #2523: URL: https://github.com/apache/arrow-datafusion/pull/2523#issuecomment-1127797887
If you prefer `Box<Vec<Field>>` over `Box<[Field]>`, I don't feel strongly. The latter avoids a pointer indirection, and associated memory allocation, but the former is perhaps more consistent with rest of the enumeration (which uses Vec despite not actually needing to). -- 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]
