Skip to content

Commit 8a3e68e

Browse files
committed
Update to latest PR for scalar UDFs
1 parent d32ce0b commit 8a3e68e

File tree

2 files changed

+74
-41
lines changed

2 files changed

+74
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ tokio = { version = "1.43", features = ["macros", "rt", "rt-multi-thread", "sync
3838
pyo3 = { version = "0.24.1", features = ["extension-module", "abi3", "abi3-py39"] }
3939
pyo3-async-runtimes = { version = "0.24.0", features = ["tokio-runtime"]}
4040
arrow = { version = "55.0.0", features = ["pyarrow"] }
41-
datafusion = { path = "../datafusion/datafusion/core", features = ["avro", "unicode_expressions"] }
42-
datafusion-substrait = { path = "../datafusion/datafusion/substrait", optional = true }
43-
datafusion-proto = { path = "../datafusion/datafusion/proto" }
44-
datafusion-ffi = { path = "../datafusion/datafusion/ffi" }
41+
datafusion = { git = "https://github.com/timsaucer/datafusion", rev = "e4d5846dddefed5bf6934acc63da7f4bd4644868", features = ["avro", "unicode_expressions"] }
42+
datafusion-substrait = { git = "https://github.com/timsaucer/datafusion", rev = "e4d5846dddefed5bf6934acc63da7f4bd4644868", optional = true }
43+
datafusion-proto = { git = "https://github.com/timsaucer/datafusion", rev = "e4d5846dddefed5bf6934acc63da7f4bd4644868" }
44+
datafusion-ffi = { git = "https://github.com/timsaucer/datafusion", rev = "e4d5846dddefed5bf6934acc63da7f4bd4644868" }
4545
prost = "0.13.1" # keep in line with `datafusion-substrait`
4646
uuid = { version = "1.12", features = ["v4"] }
4747
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }

0 commit comments

Comments
 (0)