tustvold commented on PR #241: URL: https://github.com/apache/parquet-format/pull/241#issuecomment-2113662734
One thing to perhaps give thought to is how this might represent nested lists, say you wanted to encode a m by n matrix, would you just encode this as a `m * n` list or do we want to support this as a first-class concept? I had perhaps been anticipating that fixed size list would be a variant of "REPEATED" as opposed to a physical type. This would make it significantly more flexible I think -- 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]
