-
Notifications
You must be signed in to change notification settings - Fork 453
Bump format version from 0.5 to 0.6 #3338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump format version from 0.5 to 0.6 #3338
Conversation
Changes the serialization version from 0.5 to 0.6 and cleans up duplicate backward compatibility test files for older versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -26,7 +26,7 @@ jobs: | |||
CI=false yarn --cwd quickwit-ui build | |||
cargo build --features=postgres | |||
mkdir qwdata | |||
cargo run --features=postgres -- run --service searcher --service metastore --config ../config/quickwit.yaml & | |||
target/debug/quickwit run --service searcher --service metastore --config ../config/quickwit.yaml & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A workaround for #3346
Description
Changes the serialization version from 0.5 to 0.6 and cleans up duplicate backward compatibility test files for older versions.
Fixes #3325
How was this PR tested?