mapleFU commented on PR #35694: URL: https://github.com/apache/arrow/pull/35694#issuecomment-1634532914
https://github.com/apache/arrow/pull/35694#issuecomment-1596728191 @emkornfield @pitrou would you mind help for this? When we have: 1. `FixedSizeList<FixedSizeList<int, 2>, 2>` 2.`FixedSizeList<List<FixedSizeList<int, 2>, 2>>` What should `null_slot_usage` be? Should it be? Should them be: 1. `(2)` for `FixedSizeList<int, 2>`, and `(4)` for `FixedSizeList<FixedSizeList<int, 2>, 2>`? 2. `(2)` for `FixedSizeList<int, 2>`, and `(4)` for `FixedSizeList<FixedSizeList<int, 2>, 2>`, what would be for `FixedSizeList<List<FixedSizeList<int, 2>, 2>>`? -- 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]
