Skip to content

Commit

Permalink
Add asynchronous catalog traits to help users that have asynchronous …
Browse files Browse the repository at this point in the history
…catalogs
  • Loading branch information
westonpace committed Dec 16, 2024
1 parent 668984e commit e7cb49a
Show file tree
Hide file tree
Showing 3 changed files with 769 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datafusion/catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@ datafusion-expr = { workspace = true }
datafusion-physical-plan = { workspace = true }
parking_lot = { workspace = true }

[dev-dependencies]
tokio = { workspace = true }

[lints]
workspace = true
Loading

0 comments on commit e7cb49a

Please sign in to comment.