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

deprecating vparquet v1 #3377

Merged
merged 4 commits into from
Feb 9, 2024
Merged

deprecating vparquet v1 #3377

merged 4 commits into from
Feb 9, 2024

Conversation

ie-pham
Copy link
Collaborator

@ie-pham ie-pham commented Feb 8, 2024

What this PR does: Deprecating vParquet v1. vParquet v1 blocks can still be read but write is no longer allowed.

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@ie-pham ie-pham marked this pull request as ready for review February 8, 2024 21:28
@@ -32,14 +32,14 @@ You can still use the previous format `vParquet2`.
To enable it, set the block version option to `vParquet2` in the Storage section of the configuration file.
Copy link
Member

Choose a reason for hiding this comment

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

this is weird advice. we should likely not be advising anyone to set their version to vParquet2 at this point.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Well, the full context was. Default = vParquet3. But "You can still use the previous format vParquet2."

tempodb/encoding/common/config.go Show resolved Hide resolved
@@ -85,7 +85,7 @@ func LatestEncoding() VersionedEncoding {
func AllEncodings() []VersionedEncoding {
return []VersionedEncoding{
v2.Encoding{},
vparquet.Encoding{},
// vparquet.Encoding{},
Copy link
Member

Choose a reason for hiding this comment

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

this will help with tests. good call.

Copy link
Member

Choose a reason for hiding this comment

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

can we remove it instead of commenting it out?

Copy link
Member

@electron0zero electron0zero left a comment

Choose a reason for hiding this comment

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

one nit, rest lgtm.

let's goooo 🚀

@ie-pham ie-pham merged commit 9d82759 into grafana:main Feb 9, 2024
15 checks passed
kvrhdn pushed a commit to kvrhdn/tempo that referenced this pull request Feb 26, 2024
* deprecating vparquet v1

* update docs and tests

* meow

* remove line
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.

3 participants