2021-05-05 16:59:12 +00:00
|
|
|
[package]
|
|
|
|
name = "datafusion"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2021-05-05 16:59:12 +00:00
|
|
|
description = "Re-exports datafusion at a specific version"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
# Rename to workaround doctest bug
|
2021-10-07 16:48:11 +00:00
|
|
|
# Turn off optional datafusion features (e.g. don't get support for crypo functions or avro)
|
2021-12-23 14:52:12 +00:00
|
|
|
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="401271377cd84dc1546827f66bda1b242860a6a8", default-features = false, package = "datafusion" }
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|