diff --git a/Cargo.lock b/Cargo.lock index 689e931..662b3cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1236,6 +1236,7 @@ dependencies = [ [[package]] name = "datafusion-python" version = "41.0.0" +source = "git+https://github.com/probably-nothing-labs/datafusion-python?branch=denormalized-tweaks#eeec789a0f44d2a1782d126b5e4a38857a478198" dependencies = [ "arrow", "async-trait", diff --git a/py-denormalized/Cargo.toml b/py-denormalized/Cargo.toml index 5fc9cff..ac8ce00 100644 --- a/py-denormalized/Cargo.toml +++ b/py-denormalized/Cargo.toml @@ -22,8 +22,8 @@ datafusion = { workspace = true, features = [ "avro", "unicode_expressions", ] } -datafusion-python = { path = "../../datafusion-python/" } -# datafusion-python = { git = "https://github.com/probably-nothing-labs/datafusion-python", branch = "denormalized-tweaks" } +# datafusion-python = { path = "../../datafusion-python/" } +datafusion-python = { git = "https://github.com/probably-nothing-labs/datafusion-python", branch = "denormalized-tweaks" } tokio = { workspace = true, features = [ "macros", "rt",