Omega359 commented on PR #10573: URL: https://github.com/apache/datafusion/pull/10573#issuecomment-2129537623
This shouldn't have passed checks. ``` + cargo fmt --all -- --check `cargo metadata` exited with an error: error: failed to load manifest for workspace member `/opt/dev/datafusion/datafusion/core` referenced by workspace at `/opt/dev/datafusion/Cargo.toml` Caused by: failed to load manifest for dependency `datafusion-functions` Caused by: failed to parse manifest at `/opt/dev/datafusion/datafusion/functions/Cargo.toml` Caused by: dependency (regex) specified without providing a local path, Git repository, version, or workspace dependency to use ``` functions/Cargo.toml ``` regex = { worksapce = true, optional = true } ``` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org