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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
