Skip to content

Commit

Permalink
Cleanup hash_utils adding support for decimal256 and f16 (apache#4053)
Browse files Browse the repository at this point in the history
* Cleanup hash_utils

* Lint

* Clippy
  • Loading branch information
tustvold authored and Dandandan committed Nov 5, 2022
1 parent 92d2884 commit 497ce73
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 467 deletions.
3 changes: 3 additions & 0 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ unicode_expressions = ["datafusion-physical-expr/regex_expressions", "datafusion
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
apache-avro = { version = "0.14", optional = true }
arrow = { version = "25.0.0", features = ["prettyprint"] }
arrow-buffer = "25.0.0"
arrow-schema = "25.0.0"
async-compression = { version = "0.3.14", features = ["bzip2", "gzip", "futures-io", "tokio"] }
async-trait = "0.1.41"
bytes = "1.1"
Expand All @@ -72,6 +74,7 @@ datafusion-sql = { path = "../sql", version = "13.0.0" }
flate2 = "1.0.24"
futures = "0.3"
glob = "0.3.0"
half = { version = "2.1", default-features = false }
hashbrown = { version = "0.12", features = ["raw"] }
itertools = "0.10"
lazy_static = { version = "^1.4.0" }
Expand Down
Loading

0 comments on commit 497ce73

Please sign in to comment.