Skip to content

Fix timestamp reader in delete executor.#2116

Merged
fmassot merged 2 commits intomainfrom
fmassot--fix-timestamp-reader-in-delete-executor--issues/2115
Oct 15, 2022
Merged

Fix timestamp reader in delete executor.#2116
fmassot merged 2 commits intomainfrom
fmassot--fix-timestamp-reader-in-delete-executor--issues/2115

Conversation

@fmassot
Copy link
Copy Markdown
Collaborator

@fmassot fmassot commented Oct 15, 2022

Test updated to check it's fixed.

@fmassot fmassot merged commit 92c03a7 into main Oct 15, 2022
@fmassot fmassot deleted the fmassot--fix-timestamp-reader-in-delete-executor--issues/2115 branch October 15, 2022 13:14
rand = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
tantivy = { workspace = true }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm really bummed that fastfield_codecs and tantivy were added as quickwit-common dependencies. Now, sub-crates that have nothing to do with tantivy pull those dependencies transitively. It really sucks when you do a cargo build/test -p quickwit-<...>, which I do a lot when developing to avoid compiling the whole project.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was almost sure you will be annoyed by that :/
I'm opening an issue to move that, maybe in the doc mapper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants