From aeef155cb37c4eedafed588d53ee3b48eee4ad3f Mon Sep 17 00:00:00 2001 From: ritchie Date: Mon, 17 Jun 2024 16:23:49 +0200 Subject: [PATCH] ci: Point polars-stream to git --- Cargo.lock | 434 +++++++++++++++++++++++++++++++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 342 insertions(+), 94 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c8dd4d65b7b..4fff352094c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2920,17 +2920,17 @@ dependencies = [ "ethnum", "futures", "getrandom", - "polars-arrow", - "polars-core", - "polars-error", - "polars-io", + "polars-arrow 0.40.0", + "polars-core 0.40.0", + "polars-error 0.40.0", + "polars-io 0.40.0", "polars-lazy", - "polars-ops", - "polars-parquet", - "polars-plan", + "polars-ops 0.40.0", + "polars-parquet 0.40.0", + "polars-plan 0.40.0", "polars-sql", "polars-time", - "polars-utils", + "polars-utils 0.40.0", "proptest", "rand", "tokio", @@ -2974,8 +2974,8 @@ dependencies = [ "multiversion", "num-traits", "polars-arrow-format", - "polars-error", - "polars-utils", + "polars-error 0.40.0", + "polars-utils 0.40.0", "proptest", "rand", "regex", @@ -2994,6 +2994,36 @@ dependencies = [ "zstd", ] +[[package]] +name = "polars-arrow" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "atoi_simd", + "bytemuck", + "chrono", + "dyn-clone", + "either", + "ethnum", + "fast-float", + "foreign_vec", + "futures", + "getrandom", + "hashbrown", + "itoa", + "multiversion", + "num-traits", + "polars-arrow-format", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "ryu", + "simdutf8", + "streaming-iterator", + "strength_reduce", + "version_check", +] + [[package]] name = "polars-arrow-format" version = "0.1.0" @@ -3013,14 +3043,29 @@ dependencies = [ "bytemuck", "either", "num-traits", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.40.0", + "polars-error 0.40.0", + "polars-utils 0.40.0", "rand", "strength_reduce", "version_check", ] +[[package]] +name = "polars-compute" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "bytemuck", + "either", + "num-traits", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "strength_reduce", + "version_check", +] + [[package]] name = "polars-core" version = "0.40.0" @@ -3039,11 +3084,11 @@ dependencies = [ "ndarray", "num-traits", "once_cell", - "polars-arrow", - "polars-compute", - "polars-error", - "polars-row", - "polars-utils", + "polars-arrow 0.40.0", + "polars-compute 0.40.0", + "polars-error 0.40.0", + "polars-row 0.40.0", + "polars-utils 0.40.0", "rand", "rand_distr", "rayon", @@ -3056,6 +3101,33 @@ dependencies = [ "xxhash-rust", ] +[[package]] +name = "polars-core" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "bitflags 2.5.0", + "bytemuck", + "either", + "hashbrown", + "indexmap", + "num-traits", + "once_cell", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-compute 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-row 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "rand", + "rand_distr", + "rayon", + "smartstring", + "thiserror", + "version_check", + "xxhash-rust", +] + [[package]] name = "polars-doc-examples" version = "0.40.0" @@ -3082,6 +3154,17 @@ dependencies = [ "thiserror", ] +[[package]] +name = "polars-error" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "polars-arrow-format", + "regex", + "simdutf8", + "thiserror", +] + [[package]] name = "polars-expr" version = "0.40.0" @@ -3089,14 +3172,32 @@ dependencies = [ "ahash", "bitflags 2.5.0", "once_cell", - "polars-arrow", - "polars-core", - "polars-io", + "polars-arrow 0.40.0", + "polars-core 0.40.0", + "polars-io 0.40.0", "polars-json", - "polars-ops", - "polars-plan", + "polars-ops 0.40.0", + "polars-plan 0.40.0", "polars-time", - "polars-utils", + "polars-utils 0.40.0", + "rayon", + "smartstring", +] + +[[package]] +name = "polars-expr" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "bitflags 2.5.0", + "once_cell", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-core 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-io 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-ops 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-plan 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", "rayon", "smartstring", ] @@ -3105,8 +3206,8 @@ dependencies = [ name = "polars-ffi" version = "0.40.0" dependencies = [ - "polars-arrow", - "polars-core", + "polars-arrow 0.40.0", + "polars-core 0.40.0", ] [[package]] @@ -3132,13 +3233,13 @@ dependencies = [ "object_store", "once_cell", "percent-encoding", - "polars-arrow", - "polars-core", - "polars-error", + "polars-arrow 0.40.0", + "polars-core 0.40.0", + "polars-error 0.40.0", "polars-json", - "polars-parquet", + "polars-parquet 0.40.0", "polars-time", - "polars-utils", + "polars-utils 0.40.0", "rayon", "regex", "reqwest 0.11.27", @@ -3155,6 +3256,33 @@ dependencies = [ "zstd", ] +[[package]] +name = "polars-io" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "async-trait", + "bytes", + "futures", + "home", + "memchr", + "memmap2", + "num-traits", + "once_cell", + "percent-encoding", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-core 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-parquet 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "rayon", + "regex", + "smartstring", + "tokio", + "tokio-util", +] + [[package]] name = "polars-json" version = "0.40.0" @@ -3166,9 +3294,9 @@ dependencies = [ "indexmap", "itoa", "num-traits", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.40.0", + "polars-error 0.40.0", + "polars-utils 0.40.0", "ryu", "simd-json", "streaming-iterator", @@ -3183,17 +3311,17 @@ dependencies = [ "futures", "glob", "once_cell", - "polars-arrow", - "polars-core", - "polars-expr", - "polars-io", + "polars-arrow 0.40.0", + "polars-core 0.40.0", + "polars-expr 0.40.0", + "polars-io 0.40.0", "polars-json", - "polars-ops", + "polars-ops 0.40.0", "polars-pipe", - "polars-plan", - "polars-stream", + "polars-plan 0.40.0", + "polars-stream 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", "polars-time", - "polars-utils", + "polars-utils 0.40.0", "pyo3", "rayon", "serde_json", @@ -3220,12 +3348,12 @@ dependencies = [ "jsonpath_lib_polars_vendor", "memchr", "num-traits", - "polars-arrow", - "polars-compute", - "polars-core", - "polars-error", + "polars-arrow 0.40.0", + "polars-compute 0.40.0", + "polars-core 0.40.0", + "polars-error 0.40.0", "polars-json", - "polars-utils", + "polars-utils 0.40.0", "rand", "rand_distr", "rayon", @@ -3237,6 +3365,30 @@ dependencies = [ "version_check", ] +[[package]] +name = "polars-ops" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "argminmax", + "bytemuck", + "either", + "hashbrown", + "indexmap", + "memchr", + "num-traits", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-compute 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-core 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "rayon", + "regex", + "smartstring", + "version_check", +] + [[package]] name = "polars-parquet" version = "0.40.0" @@ -3253,10 +3405,10 @@ dependencies = [ "lz4_flex", "num-traits", "parquet-format-safe", - "polars-arrow", - "polars-compute", - "polars-error", - "polars-utils", + "polars-arrow 0.40.0", + "polars-compute 0.40.0", + "polars-error 0.40.0", + "polars-utils 0.40.0", "rand", "seq-macro", "serde", @@ -3267,6 +3419,27 @@ dependencies = [ "zstd", ] +[[package]] +name = "polars-parquet" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "async-stream", + "base64 0.22.1", + "ethnum", + "futures", + "num-traits", + "parquet-format-safe", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-compute 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "seq-macro", + "simdutf8", + "streaming-decompression", +] + [[package]] name = "polars-pipe" version = "0.40.0" @@ -3277,15 +3450,15 @@ dependencies = [ "futures", "hashbrown", "num-traits", - "polars-arrow", - "polars-compute", - "polars-core", - "polars-expr", - "polars-io", - "polars-ops", - "polars-plan", - "polars-row", - "polars-utils", + "polars-arrow 0.40.0", + "polars-compute 0.40.0", + "polars-core 0.40.0", + "polars-expr 0.40.0", + "polars-io 0.40.0", + "polars-ops 0.40.0", + "polars-plan 0.40.0", + "polars-row 0.40.0", + "polars-utils 0.40.0", "rayon", "smartstring", "tokio", @@ -3308,15 +3481,15 @@ dependencies = [ "libloading", "once_cell", "percent-encoding", - "polars-arrow", - "polars-core", + "polars-arrow 0.40.0", + "polars-core 0.40.0", "polars-ffi", - "polars-io", + "polars-io 0.40.0", "polars-json", - "polars-ops", - "polars-parquet", + "polars-ops 0.40.0", + "polars-parquet 0.40.0", "polars-time", - "polars-utils", + "polars-utils 0.40.0", "pyo3", "rayon", "recursive", @@ -3327,14 +3500,48 @@ dependencies = [ "version_check", ] +[[package]] +name = "polars-plan" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "bytemuck", + "either", + "hashbrown", + "once_cell", + "percent-encoding", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-core 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-io 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-ops 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "rayon", + "recursive", + "smartstring", + "strum_macros 0.26.3", + "version_check", +] + +[[package]] +name = "polars-row" +version = "0.40.0" +dependencies = [ + "bytemuck", + "polars-arrow 0.40.0", + "polars-error 0.40.0", + "polars-utils 0.40.0", +] + [[package]] name = "polars-row" version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" dependencies = [ "bytemuck", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", ] [[package]] @@ -3343,12 +3550,12 @@ version = "0.40.0" dependencies = [ "hex", "once_cell", - "polars-arrow", - "polars-core", - "polars-error", + "polars-arrow 0.40.0", + "polars-core 0.40.0", + "polars-error 0.40.0", "polars-lazy", - "polars-ops", - "polars-plan", + "polars-ops 0.40.0", + "polars-plan 0.40.0", "polars-time", "rand", "serde", @@ -3365,12 +3572,34 @@ dependencies = [ "crossbeam-utils", "parking_lot", "pin-project-lite", - "polars-core", - "polars-error", - "polars-expr", - "polars-io", - "polars-plan", - "polars-utils", + "polars-core 0.40.0", + "polars-error 0.40.0", + "polars-expr 0.40.0", + "polars-io 0.40.0", + "polars-plan 0.40.0", + "polars-utils 0.40.0", + "rand", + "recursive", + "slotmap", + "version_check", +] + +[[package]] +name = "polars-stream" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "atomic-waker", + "crossbeam-deque", + "crossbeam-utils", + "parking_lot", + "pin-project-lite", + "polars-core 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-expr 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-io 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-plan 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "polars-utils 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", "rand", "recursive", "slotmap", @@ -3387,11 +3616,11 @@ dependencies = [ "chrono-tz", "now", "once_cell", - "polars-arrow", - "polars-core", - "polars-error", - "polars-ops", - "polars-utils", + "polars-arrow 0.40.0", + "polars-core 0.40.0", + "polars-error 0.40.0", + "polars-ops 0.40.0", + "polars-utils 0.40.0", "regex", "serde", "smartstring", @@ -3407,7 +3636,7 @@ dependencies = [ "indexmap", "num-traits", "once_cell", - "polars-error", + "polars-error 0.40.0", "rand", "raw-cpuid", "rayon", @@ -3417,6 +3646,25 @@ dependencies = [ "version_check", ] +[[package]] +name = "polars-utils" +version = "0.40.0" +source = "git+https://github.com/pola-rs/polars?rev=69e3824#69e38244c36a38ace5a219991a366c821a2860ce" +dependencies = [ + "ahash", + "bytemuck", + "hashbrown", + "indexmap", + "num-traits", + "once_cell", + "polars-error 0.40.0 (git+https://github.com/pola-rs/polars?rev=69e3824)", + "raw-cpuid", + "rayon", + "smartstring", + "stacker", + "version_check", +] + [[package]] name = "portable-atomic" version = "1.6.0" @@ -3510,15 +3758,15 @@ dependencies = [ "numpy", "once_cell", "polars", - "polars-core", - "polars-error", - "polars-io", + "polars-core 0.40.0", + "polars-error 0.40.0", + "polars-io 0.40.0", "polars-lazy", - "polars-ops", - "polars-parquet", - "polars-plan", + "polars-ops 0.40.0", + "polars-parquet 0.40.0", + "polars-plan 0.40.0", "polars-time", - "polars-utils", + "polars-utils 0.40.0", "pyo3", "recursive", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5b50b6e5094d..d17a980750d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ polars-pipe = { version = "0.40.0", path = "crates/polars-pipe", default-feature polars-plan = { version = "0.40.0", path = "crates/polars-plan", default-features = false } polars-row = { version = "0.40.0", path = "crates/polars-row", default-features = false } polars-sql = { version = "0.40.0", path = "crates/polars-sql", default-features = false } -polars-stream = { version = "0.40.0", path = "crates/polars-stream", default-features = false } +polars-stream = { version = "0.40.0", git = "https://github.com/pola-rs/polars", rev = "69e3824", default-features = false } polars-time = { version = "0.40.0", path = "crates/polars-time", default-features = false } polars-utils = { version = "0.40.0", path = "crates/polars-utils", default-features = false }