AlenkaF commented on issue #34510: URL: https://github.com/apache/arrow/issues/34510#issuecomment-2111780288
> I think `FixedShapeTensor` get stored as `FixedSizeList` plus some metadata so overhead comes from storing `FixedSizeList`. I'm not sure, but maybe there's a clean way to have `FixedSizeList` cast to `FixedSizeBinary` or similar when writing `FixedShapeTensor` and then the inverse on reading. I don't think we have a clean option here though. Yes, `FixedShapeTensor` gets stored as its storage which is `FixedSizeList` plus metadata. I was thinking about, silly I know, storing values from the storage list which would be a primitive layout. But yes, proposing adding `FixedSizeList` to Parquet is a great idea. -- 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]
