tustvold commented on issue #172: URL: https://github.com/apache/iceberg-rust/issues/172#issuecomment-1912160916
> It looks to me that object_store and FileIO aim to solve the same problem That's awesome, thank you for the link. That is exactly what object_store is, an opinionated abstraction that ensures workloads are not overly reliant on filesystem-specific APIs and behaviour. Really cool that the iceberg community chose to take this approach, I agree with it wholeheartedly :+1: _FWIW I notice that the InputFile [contract](https://iceberg.apache.org/javadoc/master/org/apache/iceberg/io/InputFile.html) is not vectorised itself, but I guess if you there is a custom parquet reader you could lift the range coalescing into it._ -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org