alamb commented on PR #10573:
URL: https://github.com/apache/datafusion/pull/10573#issuecomment-2131235504
> 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 }
> ```
Yeah, I don't know why that is a warning and not an error -- here is a PR to
fix it: https://github.com/apache/datafusion/pull/10662
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]