Skip to content

Commit e7cb49a

Browse files
committed
Add asynchronous catalog traits to help users that have asynchronous catalogs
1 parent 668984e commit e7cb49a

File tree

3 files changed

+769
-0
lines changed

3 files changed

+769
-0
lines changed

datafusion/catalog/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@ datafusion-expr = { workspace = true }
3636
datafusion-physical-plan = { workspace = true }
3737
parking_lot = { workspace = true }
3838

39+
[dev-dependencies]
40+
tokio = { workspace = true }
41+
3942
[lints]
4043
workspace = true

0 commit comments

Comments
 (0)