You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only included it as a dev-dependency for ease of reading/asserting tree balancing. Let me see if I can find another equivalent crate, or we can do more ugly asserts.
Describe the bug
ptree
was added as a dependency in #7192However the most recent version of ptree is 2 years old https://crates.io/crates/ptree/versions
And it pulls in older versions of serde and various other dependencies.
To Reproduce
Look at datafusion-cli/Cargo.lock
Expected behavior
I would like to avoid all the old dependencies -- so either by updating ptree somehow or maybe simply by avoiding the dependency
Additional context
No response
The text was updated successfully, but these errors were encountered: