Skip to content

Commit

Permalink
deps: use our patched fork of polars until our fs4 0.11 dependency bu…
Browse files Browse the repository at this point in the history
…mp PR is merged

as fs4 0.10 has been yanked
also disable polars cloud feature until we start using it
  • Loading branch information
jqnatividad committed Nov 4, 2024
1 parent 9fbe3b5 commit e85c1f4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ mlua = { version = "0.10", features = [
num_cpus = "1"
odht = "0.3"
phf = { version = "0.11", features = ["macros"], optional = true }
polars = { version = "0.44", features = [
polars = { version = "0.44.2", features = [
"asof_join",
"avro",
"avx512",
"aws",
"binary_encoding",
"cloud",
# "cloud",
"coalesce",
"cross_join",
# "dtype-full",
Expand Down Expand Up @@ -316,9 +316,10 @@ strum_macros = { git = "https://github.com/jqnatividad/strum", branch = "bump-ph
# BUILD NOTE: Be sure to set QSV_POLARS_REV below to the latest commit short hash or tag
# of polars/py-polars before building qsv. This allows us to show the polars rev/tag in --version.
# if we are using a release version of Rust Polars, leave QSV_POLARS_REV empty
# QSV_POLARS_REV=45a9313
# QSV_POLARS_REV=bump-fs4-to-0.11z
# polars = { git = "https://github.com/pola-rs/polars", tag = "rs-0.42.2" }
polars = { git = "https://github.com/pola-rs/polars", rev = "45a9313" }
# polars = { git = "https://github.com/pola-rs/polars", rev = "45a9313" }
polars = { git = "https://github.com/jqnatividad/polars", branch = "bump-fs4-to-0.11" }

[features]
default = ["mimalloc"]
Expand Down

0 comments on commit e85c1f4

Please sign in to comment.