Skip to content
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

Merged
merged 6 commits into from
May 18, 2023

Conversation

imotov
Copy link
Collaborator

@imotov imotov commented May 16, 2023

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?

make test-all

Changes the serialization version from 0.5 to 0.6 and cleans up
duplicate backward compatibility test files for older versions.
Copy link
Member

@guilload guilload left a comment

Choose a reason for hiding this comment

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

Thanks!

docs/internals/backward-compatibility.md Show resolved Hide resolved
@imotov imotov requested a review from fulmicoton May 17, 2023 04:28
@@ -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 &
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

A workaround for #3346

@imotov imotov merged commit 83041f7 into quickwit-oss:main May 18, 2023
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.

Bump format version
3 participants