diff --git a/Cargo.lock b/Cargo.lock index 5eb791b46..6c9a69975 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,14 +749,14 @@ dependencies = [ "bzip2", "chrono", "dashmap", - "datafusion-common", + "datafusion-common 37.1.0", "datafusion-common-runtime", - "datafusion-execution", - "datafusion-expr", - "datafusion-functions", - "datafusion-functions-array", + "datafusion-execution 37.1.0", + "datafusion-expr 37.1.0", + "datafusion-functions 37.1.0", + "datafusion-functions-array 37.1.0", "datafusion-optimizer", - "datafusion-physical-expr", + "datafusion-physical-expr 37.1.0", "datafusion-physical-plan", "datafusion-sql", "flate2", @@ -774,7 +774,7 @@ dependencies = [ "parquet", "pin-project-lite", "rand", - "sqlparser", + "sqlparser 0.44.0", "tempfile", "tokio", "tokio-util", @@ -804,7 +804,26 @@ dependencies = [ "object_store", "parquet", "pyo3", - "sqlparser", + "sqlparser 0.44.0", +] + +[[package]] +name = "datafusion-common" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "741aeac15c82f239f2fc17deccaab19873abbd62987be20023689b15fa72fa09" +dependencies = [ + "ahash", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-schema", + "chrono", + "half", + "instant", + "libc", + "num_cpus", + "sqlparser 0.45.0", ] [[package]] @@ -825,8 +844,29 @@ dependencies = [ "arrow", "chrono", "dashmap", - "datafusion-common", - "datafusion-expr", + "datafusion-common 37.1.0", + "datafusion-expr 37.1.0", + "futures", + "hashbrown 0.14.3", + "log", + "object_store", + "parking_lot", + "rand", + "tempfile", + "url", +] + +[[package]] +name = "datafusion-execution" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282122f90b20e8f98ebfa101e4bf20e718fd2684cf81bef4e8c6366571c64404" +dependencies = [ + "arrow", + "chrono", + "dashmap", + "datafusion-common 38.0.0", + "datafusion-expr 38.0.0", "futures", "hashbrown 0.14.3", "log", @@ -847,9 +887,27 @@ dependencies = [ "arrow", "arrow-array", "chrono", - "datafusion-common", + "datafusion-common 37.1.0", + "paste", + "sqlparser 0.44.0", + "strum 0.26.1", + "strum_macros 0.26.1", +] + +[[package]] +name = "datafusion-expr" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5478588f733df0dfd87a62671c7478f590952c95fa2fa5c137e3ff2929491e22" +dependencies = [ + "ahash", + "arrow", + "arrow-array", + "chrono", + "datafusion-common 38.0.0", "paste", - "sqlparser", + "serde_json", + "sqlparser 0.45.0", "strum 0.26.1", "strum_macros 0.26.1", ] @@ -865,10 +923,10 @@ dependencies = [ "blake2", "blake3", "chrono", - "datafusion-common", - "datafusion-execution", - "datafusion-expr", - "datafusion-physical-expr", + "datafusion-common 37.1.0", + "datafusion-execution 37.1.0", + "datafusion-expr 37.1.0", + "datafusion-physical-expr 37.1.0", "hex", "itertools 0.12.0", "log", @@ -879,6 +937,45 @@ dependencies = [ "uuid", ] +[[package]] +name = "datafusion-functions" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4afd261cea6ac9c3ca1192fd5e9f940596d8e9208c5b1333f4961405db53185" +dependencies = [ + "arrow", + "base64 0.22.1", + "chrono", + "datafusion-common 38.0.0", + "datafusion-execution 38.0.0", + "datafusion-expr 38.0.0", + "datafusion-physical-expr 38.0.0", + "hashbrown 0.14.3", + "hex", + "itertools 0.12.0", + "log", + "rand", + "regex", + "unicode-segmentation", + "uuid", +] + +[[package]] +name = "datafusion-functions-aggregate" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b36a6c4838ab94b5bf8f7a96ce6ce059d805c5d1dcaa6ace49e034eb65cd999" +dependencies = [ + "arrow", + "datafusion-common 38.0.0", + "datafusion-execution 38.0.0", + "datafusion-expr 38.0.0", + "datafusion-physical-expr-common", + "log", + "paste", + "sqlparser 0.45.0", +] + [[package]] name = "datafusion-functions-array" version = "37.1.0" @@ -890,10 +987,30 @@ dependencies = [ "arrow-buffer", "arrow-ord", "arrow-schema", - "datafusion-common", - "datafusion-execution", - "datafusion-expr", - "datafusion-functions", + "datafusion-common 37.1.0", + "datafusion-execution 37.1.0", + "datafusion-expr 37.1.0", + "datafusion-functions 37.1.0", + "itertools 0.12.0", + "log", + "paste", +] + +[[package]] +name = "datafusion-functions-array" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5fdd200a6233f48d3362e7ccb784f926f759100e44ae2137a5e2dcb986a59c4" +dependencies = [ + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-ord", + "arrow-schema", + "datafusion-common 38.0.0", + "datafusion-execution 38.0.0", + "datafusion-expr 38.0.0", + "datafusion-functions 38.0.0", "itertools 0.12.0", "log", "paste", @@ -908,9 +1025,9 @@ dependencies = [ "arrow", "async-trait", "chrono", - "datafusion-common", - "datafusion-expr", - "datafusion-physical-expr", + "datafusion-common 37.1.0", + "datafusion-expr 37.1.0", + "datafusion-physical-expr 37.1.0", "hashbrown 0.14.3", "itertools 0.12.0", "log", @@ -934,9 +1051,9 @@ dependencies = [ "blake2", "blake3", "chrono", - "datafusion-common", - "datafusion-execution", - "datafusion-expr", + "datafusion-common 37.1.0", + "datafusion-execution 37.1.0", + "datafusion-expr 37.1.0", "half", "hashbrown 0.14.3", "hex", @@ -952,6 +1069,48 @@ dependencies = [ "unicode-segmentation", ] +[[package]] +name = "datafusion-physical-expr" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9adf8eb12716f52ddf01e09eb6c94d3c9b291e062c05c91b839a448bddba2ff8" +dependencies = [ + "ahash", + "arrow", + "arrow-array", + "arrow-buffer", + "arrow-ord", + "arrow-schema", + "arrow-string", + "base64 0.22.1", + "chrono", + "datafusion-common 38.0.0", + "datafusion-execution 38.0.0", + "datafusion-expr 38.0.0", + "datafusion-functions-aggregate", + "datafusion-physical-expr-common", + "half", + "hashbrown 0.14.3", + "hex", + "indexmap", + "itertools 0.12.0", + "log", + "paste", + "petgraph", + "regex", +] + +[[package]] +name = "datafusion-physical-expr-common" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d5472c3230584c150197b3f2c23f2392b9dc54dbfb62ad41e7e36447cfce4be" +dependencies = [ + "arrow", + "datafusion-common 38.0.0", + "datafusion-expr 38.0.0", +] + [[package]] name = "datafusion-physical-plan" version = "37.1.0" @@ -965,11 +1124,11 @@ dependencies = [ "arrow-schema", "async-trait", "chrono", - "datafusion-common", + "datafusion-common 37.1.0", "datafusion-common-runtime", - "datafusion-execution", - "datafusion-expr", - "datafusion-physical-expr", + "datafusion-execution 37.1.0", + "datafusion-expr 37.1.0", + "datafusion-physical-expr 37.1.0", "futures", "half", "hashbrown 0.14.3", @@ -989,9 +1148,9 @@ version = "37.1.0" dependencies = [ "async-trait", "datafusion", - "datafusion-common", - "datafusion-expr", - "datafusion-functions-array", + "datafusion-common 37.1.0", + "datafusion-expr 37.1.0", + "datafusion-functions-array 38.0.0", "datafusion-optimizer", "datafusion-sql", "datafusion-substrait", @@ -1020,10 +1179,10 @@ dependencies = [ "arrow", "arrow-array", "arrow-schema", - "datafusion-common", - "datafusion-expr", + "datafusion-common 37.1.0", + "datafusion-expr 37.1.0", "log", - "sqlparser", + "sqlparser 0.44.0", "strum 0.26.1", ] @@ -2770,6 +2929,16 @@ dependencies = [ "sqlparser_derive", ] +[[package]] +name = "sqlparser" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7bbffee862a796d67959a89859d6b1046bb5016d63e23835ad0da182777bbe0" +dependencies = [ + "log", + "sqlparser_derive", +] + [[package]] name = "sqlparser_derive" version = "0.2.2" diff --git a/Cargo.toml b/Cargo.toml index 9da36d710..06a46a9a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ pyo3 = { version = "0.20", features = ["extension-module", "abi3", "abi3-py38"] datafusion = { version = "37.1.0", features = ["pyarrow", "avro", "unicode_expressions"] } datafusion-common = { version = "37.1.0", features = ["pyarrow"] } datafusion-expr = "37.1.0" -datafusion-functions-array = "37.1.0" +datafusion-functions-array = "38.0.0" datafusion-optimizer = "37.1.0" datafusion-sql = "37.1.0" datafusion-substrait = { version = "37.1.0", optional = true }