Skip to content

Commit d4f0d06

Browse files
committed
add cross rt execution code
1 parent 6a4bf0f commit d4f0d06

File tree

6 files changed

+658
-6
lines changed

6 files changed

+658
-6
lines changed

datafusion-cli/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ unicode_expressions = [
7575
"datafusion-sql/unicode_expressions",
7676
"datafusion-functions/unicode_expressions",
7777
]
78+
tracing = [ "dep:tracing" ]
7879

7980
[dependencies]
8081
apache-avro = { version = "0.16", optional = true }
@@ -130,6 +131,7 @@ url = { workspace = true }
130131
uuid = { version = "1.7", features = ["v4"] }
131132
xz2 = { version = "0.1", optional = true, features = ["static"] }
132133
zstd = { version = "0.13", optional = true, default-features = false }
134+
tracing = { version = "0.1", optional = true }
133135

134136
[dev-dependencies]
135137
arrow-buffer = { workspace = true }

0 commit comments

Comments
 (0)