kevinjqliu commented on issue #1458: URL: https://github.com/apache/iceberg-rust/issues/1458#issuecomment-2993228270
hey @gorilla-seb i believe this is the result of #1324 when we added the datafusion table provider to the python binding. > In increase by over 4000% between minor versions seems like something is wrong with the build this is because pyiceberg_core only packaged the transform functions before, https://github.com/apache/iceberg-rust/blob/f1e79c0d9c76e90cb4ceb1f2c409ef8d1b68b273/bindings/python/src/lib.rs#L28. And those are pretty small > Moreover, packages this large are borderline unusable on a service like AWS lambda where total size is limited to 250MiB. pyiceberg_core is mainly used for the pyiceberg library since it doesnt have any standalone features. -- 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