Skip to content

Commit

Permalink
chore: move fsst directory to rust/lance-encoding/src/compression_algo (
Browse files Browse the repository at this point in the history
  • Loading branch information
broccoliSpicy authored Oct 10, 2024
1 parent 8e3570b commit eeebbff
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
"rust/lance-table",
"rust/lance-test-macros",
"rust/lance-testing",
"rust/lance-encoding/compression-algo/fsst",
"rust/lance-encoding/src/compression_algo/fsst",
]
exclude = ["python"]
# Python package needs to be built by maturin.
Expand Down Expand Up @@ -111,7 +111,7 @@ datafusion-physical-expr = { version = "41.0", features = [
] }
deepsize = "0.2.0"
either = "1.0"
fsst = { version = "=0.18.3", path = "./rust/lance-encoding/compression-algo/fsst" }
fsst = { version = "=0.18.3", path = "./rust/lance-encoding/src/compression_algo/fsst" }
futures = "0.3"
http = "0.2.9"
hyperloglogplus = { version = "0.4.1", features = ["const-loop"] }
Expand Down

0 comments on commit eeebbff

Please sign in to comment.