tustvold commented on issue #4409: URL: https://github.com/apache/arrow-rs/issues/4409#issuecomment-1589686534
Currently the IPC writer faithfully writes the encoding of the list in memory, unfortunately the nature of the list encoding is such that slicing doesn't propagate to the values themselves. #2040 added logic to handle this for variable size byte array types, it should be a relatively straightforward PR to do something similar for ListArray, LargeListArray and MapArray -- 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]
