alamb opened a new issue #1332:
URL: https://github.com/apache/arrow-datafusion/issues/1332


   **Describe the bug**
   While trying to publish the `datafusion-cli` package to crates.io I got the 
following error:
   
   ```shell
   (arrow_dev) alamb@MacBook-Pro:~/Downloads/apache-arrow-datafusion-6.0.0$ (cd 
datafusion-cli && cargo publish)
   ....
       Finished dev [unoptimized + debuginfo] target(s) in 1m 20s
      Uploading datafusion-cli v5.1.0-SNAPSHOT 
(/Users/alamb/Downloads/apache-arrow-datafusion-6.0.0/datafusion-cli)
   error: failed to publish to registry at https://crates.io
   
   Caused by:
     the remote server responded with an error: invalid upload request: invalid 
length 7, expected at most 5 keywords per crate at line 1 column 3441
   ```
   
   
   **To Reproduce**
   ```
    (cd datafusion-cli && cargo publish)
   ```
   
   **Expected behavior**
   Upload should work
   
   


-- 
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]


Reply via email to