You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/16 13:06:18 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2544: Fix issues that came up during publishing 8.0.0

andygrove opened a new issue, #2544:
URL: https://github.com/apache/arrow-datafusion/issues/2544

   **Describe the bug**
   I ran into some issues publishing the crates and had to make some minimal changes to Cargo.toml files:
   - datafusion/core/Cargo.toml has wrong path to README. I changed from `../README.md` to `../../README.md`
   - datafusion/core/Cargo.toml - I had to comment out the row.rs test
   - datafusion-cli and ballista-cli both use wildcard for mimalloc dependency version. Changed to "0.1.29"
   
   **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] andygrove commented on issue #2544: Fix issues that came up during publishing 8.0.0

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #2544:
URL: https://github.com/apache/arrow-datafusion/issues/2544#issuecomment-1128252686

   Fixed in https://github.com/apache/arrow-datafusion/pull/2545


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


[GitHub] [arrow-datafusion] andygrove closed issue #2544: Fix issues that came up during publishing 8.0.0

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2544: Fix issues that came up during publishing 8.0.0
URL: https://github.com/apache/arrow-datafusion/issues/2544


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