aiguofer commented on PR #38733: URL: https://github.com/apache/arrow/pull/38733#issuecomment-1813222797
Hmmm I forgot about `FixedSizeList` and `LargeList`. It looks like I can follow the same pattern for `LargeList` but using `long` instead of `int`. However `FixedSizeList` doesn't have `.endValue`, I guess because it's not dynamically sized. Would I just need to verify that the number of values matches and just ignore the `.endValue` call? -- 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]
