Skip to content

Commit

Permalink
fix: added datafusion references
Browse files Browse the repository at this point in the history
  • Loading branch information
gregott-rel committed Oct 5, 2024
1 parent ba708e7 commit 23475f0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ object_store = { version = "0.10.1" }
parquet = { version = "52" }

# datafusion
datafusion = { version = "41" }
datafusion-expr = { version = "41" }
datafusion-common = { version = "41" }
datafusion-proto = { version = "41" }
datafusion-sql = { version = "41" }
datafusion-physical-expr = { version = "41" }
datafusion-physical-plan = { version = "41" }
datafusion-functions = { version = "41" }
datafusion-functions-aggregate = { version = "41" }
datafusion = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-expr = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-common = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-proto = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-sql = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-physical-expr = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-physical-plan = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-functions = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }
datafusion-functions-aggregate = { version = "41", git = "https://github.com/relativityone/datafusion", rev = "aff29f2792ba8da9cac4d4fc08d2a9565751ba57" }

# serde
serde = { version = "1.0.194", features = ["derive"] }
Expand Down

0 comments on commit 23475f0

Please sign in to comment.