mzabaluev commented on issue #22682: URL: https://github.com/apache/datafusion/issues/22682#issuecomment-4997397587
> The code bloat argument against `FixedSizeList` does not apply to `List` / `LargeList` What I meant is, I understand the concern about the `FixedSizeList` child type needing to be statically bound. But for `List` and `Struct`, this is not an issue, they can dispatch on `dyn GroupColumn` of their child type(s). -- 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]
