From 5fec723731eccc9c8e7973ce0539c5dce2866201 Mon Sep 17 00:00:00 2001 From: Matt Green Date: Thu, 15 Aug 2024 04:56:59 -0700 Subject: [PATCH] update clippy rules --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- clippy.toml | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d37b34..5a9ae2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -797,7 +797,7 @@ dependencies = [ [[package]] name = "datafusion" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "ahash", "arrow", @@ -852,7 +852,7 @@ dependencies = [ [[package]] name = "datafusion-catalog" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "arrow-schema", "async-trait", @@ -865,7 +865,7 @@ dependencies = [ [[package]] name = "datafusion-common" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "ahash", "arrow", @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "datafusion-common-runtime" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "tokio", ] @@ -899,7 +899,7 @@ dependencies = [ [[package]] name = "datafusion-execution" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "arrow", "chrono", @@ -919,7 +919,7 @@ dependencies = [ [[package]] name = "datafusion-expr" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "ahash", "arrow", @@ -937,7 +937,7 @@ dependencies = [ [[package]] name = "datafusion-functions" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "arrow", "arrow-buffer", @@ -963,7 +963,7 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "ahash", "arrow", @@ -980,7 +980,7 @@ dependencies = [ [[package]] name = "datafusion-functions-nested" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "arrow", "arrow-array", @@ -1001,7 +1001,7 @@ dependencies = [ [[package]] name = "datafusion-optimizer" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "arrow", "async-trait", @@ -1020,7 +1020,7 @@ dependencies = [ [[package]] name = "datafusion-physical-expr" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "ahash", "arrow", @@ -1049,7 +1049,7 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-common" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "ahash", "arrow", @@ -1062,7 +1062,7 @@ dependencies = [ [[package]] name = "datafusion-physical-optimizer" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "datafusion-common", "datafusion-execution", @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "datafusion-physical-plan" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "ahash", "arrow", @@ -1106,7 +1106,7 @@ dependencies = [ [[package]] name = "datafusion-sql" version = "41.0.0" -source = "git+https://github.com/probably-nothing-labs/arrow-datafusion#fc67038398c05f760b1bf910809444446d7348ba" +source = "git+https://github.com/probably-nothing-labs/arrow-datafusion?rev=fc67038#fc67038398c05f760b1bf910809444446d7348ba" dependencies = [ "arrow", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index 6d3cc8c..cbdf84f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,4 +55,4 @@ chrono = { version = "0.4.38", default-features = false } itertools = "0.13" [patch.crates-io] -datafusion = { git = "https://github.com/probably-nothing-labs/arrow-datafusion" } +datafusion = { git = "https://github.com/probably-nothing-labs/arrow-datafusion", rev="fc67038" } diff --git a/clippy.toml b/clippy.toml index c329b7a..4abee59 100644 --- a/clippy.toml +++ b/clippy.toml @@ -10,4 +10,4 @@ disallowed-types = [ # Lowering the threshold to help prevent stack overflows (default is 16384) # See: https://rust-lang.github.io/rust-clippy/master/index.html#/large_futures future-size-threshold = 10000 -too-many-arguments-threshold = 10 +too-many-arguments-threshold = 15