andygrove opened a new issue, #294: URL: https://github.com/apache/arrow-datafusion-python/issues/294
**Describe the bug** I would like to publish the crate to crates.io but it fails: ``` Compiling datafusion-python v20.0.0 (/home/andy/Downloads/apache-arrow-datafusion-python-20.0.0/target/package/datafusion-python-20.0.0) warning: unused import: `py_runtime_err` --> src/expr/literal.rs:18:21 | 18 | use crate::errors::{py_runtime_err, DataFusionError}; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: `datafusion-python` (lib) generated 1 warning Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Packaged 2833 files, 47.9MiB (16.8MiB compressed) Uploading datafusion-python v20.0.0 (/home/andy/Downloads/apache-arrow-datafusion-python-20.0.0) error: failed to publish to registry at https://crates.io Caused by: the remote server responded with an error: max upload size is: 10485760 ``` **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- 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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org