You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "andygrove (via GitHub)" <gi...@apache.org> on 2023/03/21 14:06:45 UTC

[GitHub] [arrow-datafusion-python] andygrove opened a new issue, #294: Cannot publish to crates.io due to size

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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] andygrove closed issue #294: Cannot publish to crates.io due to size

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #294: Cannot publish to crates.io due to size
URL: https://github.com/apache/arrow-datafusion-python/issues/294


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org