You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "liurenjie1024 (via GitHub)" <gi...@apache.org> on 2023/06/27 02:22:38 UTC

[GitHub] [arrow-datafusion] liurenjie1024 commented on a diff in pull request #6726: feat: Add graphviz display format for execution plan.

liurenjie1024 commented on code in PR #6726:
URL: https://github.com/apache/arrow-datafusion/pull/6726#discussion_r1243062679


##########
Cargo.toml:
##########
@@ -51,6 +51,9 @@ arrow-buffer = { version = "41.0.0", default-features = false }
 arrow-schema = { version = "41.0.0", default-features = false }
 arrow-array = { version = "41.0.0", default-features = false, features = ["chrono-tz"] }
 parquet = { version = "41.0.0", features = ["arrow", "async", "object_store"] }
+graphviz-rust = "0.6.2"

Review Comment:
   Ok, I will rewrite the build without dependencies.



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