Skip to content

Commit 975a8dc

Browse files
committed
Updating tantivy in order to include the hotfix of the bug which was causing a merge panic
... on fastfiedl columns containing a very large number of values.
1 parent 9f3e803 commit 975a8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ quickwit-telemetry = { path = "quickwit-telemetry" }
330330

331331
#tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "71cf198", default-features = false, features = [
332332

333-
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "82b510b88bca638fea7959b4d2a858e381ccf227", default-features = false, features = [
333+
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "5e550bee", default-features = false, features = [
334334
"lz4-compression",
335335
"mmap",
336336
"quickwit",

0 commit comments

Comments
 (0)