Skip to content

Commit 57062ce

Browse files
authored
update tantivy (#5500)
* update tantivy * update test to cover datetime ns precision
1 parent 29338a8 commit 57062ce

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

quickwit/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ quickwit-serve = { path = "quickwit-serve" }
327327
quickwit-storage = { path = "quickwit-storage" }
328328
quickwit-telemetry = { path = "quickwit-telemetry" }
329329

330-
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "55b0b52", default-features = false, features = [
330+
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "2f2db16", default-features = false, features = [
331331
"lz4-compression",
332332
"mmap",
333333
"quickwit",

quickwit/rest-api-tests/scenarii/multi_splits/0001-request-optimizations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ expected:
7272
hits:
7373
- _source: {"timestamp": "2015-01-10T12:00:00Z"}
7474
- _source: {"timestamp": "2015-01-10T13:00:00Z"}
75-
- _source: {"timestamp": "2015-01-10T14:00:00Z"}
75+
- _source: {"timestamp": "2015-01-10T14:00:00.000000001Z"}
7676
- _source: {"timestamp": "2015-01-11T12:00:00Z"}
7777
- _source: {"timestamp": "2015-01-11T12:00:00Z"}
7878
--- # ASC + TIMESTAMP filter
@@ -129,5 +129,5 @@ expected:
129129
- _source: {"timestamp": "2015-01-11T12:00:00Z"}
130130
- _source: {"timestamp": "2015-01-11T12:00:00Z"}
131131
- _source: {"timestamp": "2015-01-11T12:00:00Z"}
132-
- _source: {"timestamp": "2015-01-10T14:00:00Z"}
132+
- _source: {"timestamp": "2015-01-10T14:00:00.000000001Z"}
133133

quickwit/rest-api-tests/scenarii/multi_splits/_setup.quickwit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ shuffle_ndjson:
3636
- {"timestamp": "2015-01-10T13:00:00Z"}
3737
- {"timestamp": "2015-01-11T12:00:00Z"}
3838
- {"timestamp": "2015-01-10T10:00:00Z"}
39-
- {"timestamp": "2015-01-10T14:00:00Z"} # 1h later than 2.doc
39+
- {"timestamp": "2015-01-10T14:00:00.000000001Z"} # 1h later than 2.doc
4040
- {"timestamp": "2015-01-11T12:00:00Z"}
4141
- {"timestamp": "2015-01-10T10:00:00Z"}
4242
- {"timestamp": "2015-01-10T12:00:00Z"} # 1h earlier than 2. doc

0 commit comments

Comments
 (0)