mwa28 commented on issue #2159: URL: https://github.com/apache/iceberg-python/issues/2159#issuecomment-3813468676
Hi, i’m coming from #2138 where I first wrote about this issue. I like the idea of leveraging rust-based plugins but I just wanted to throw a thought out there. Is the Java version of Iceberg facing a similar problem ? I haven’t had the time to investigate, so maybe if anyone already knows about it and can provide some insights. It feels like at least, with the presence of metadata, it should be able to do some physical pushdown predicates and locate relevant partitions in the case of a simple equality query (WHERE col=val). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
