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

Upgrade parquet to fix boolean storage #2400

Merged
merged 4 commits into from
Apr 28, 2023
Merged

Conversation

joe-elliott
Copy link
Member

@joe-elliott joe-elliott commented Apr 28, 2023

What this PR does:
Updates Parquet go to fix the flipping of booleans at storage time.

Which issue(s) this PR fixes:
Fixes #2343

Checklist

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

Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
Signed-off-by: Joe Elliott <[email protected]>
This reverts commit db1461c.
@joe-elliott joe-elliott merged commit 8339589 into grafana:main Apr 28, 2023
@joe-elliott joe-elliott added backport release-v2.1 type/bug Something isn't working labels Apr 28, 2023
@github-actions
Copy link
Contributor

Hello @joe-elliott!
Backport pull requests need to be either:

  • Pull requests which address bugs,
  • Urgent fixes which need product approval, in order to get merged,
  • Docs changes.

Please, if the current pull request addresses a bug fix, label it with the type/bug label.
If it already has the product approval, please add the product-approved label. For docs changes, please add the type/docs label.
If the pull request modifies CI behaviour, please add the type/ci label.
If none of the above applies, please consider removing the backport label and target the next major/minor release.
Thanks!

@github-actions
Copy link
Contributor

The backport to release-v2.1 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-2400-to-release-v2.1 origin/release-v2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 8339589e5b479d4b617d82ffa6cef130283a5d5a
# Push it to GitHub
git push --set-upstream origin backport-2400-to-release-v2.1
git switch main
# Remove the local backport branch
git branch -D backport-2400-to-release-v2.1

Then, create a pull request where the base branch is release-v2.1 and the compare/head branch is backport-2400-to-release-v2.1.

joe-elliott added a commit that referenced this pull request Apr 28, 2023
* update mod

Signed-off-by: Joe Elliott <[email protected]>

* add bools to tests

Signed-off-by: Joe Elliott <[email protected]>

* changelog

Signed-off-by: Joe Elliott <[email protected]>

* Revert "add bools to tests"

This reverts commit db1461c.

---------

Signed-off-by: Joe Elliott <[email protected]>
(cherry picked from commit 8339589)
joe-elliott added a commit that referenced this pull request Apr 28, 2023
* Upgrade parquet to fix boolean storage (#2400)

* update mod

Signed-off-by: Joe Elliott <[email protected]>

* add bools to tests

Signed-off-by: Joe Elliott <[email protected]>

* changelog

Signed-off-by: Joe Elliott <[email protected]>

* Revert "add bools to tests"

This reverts commit db1461c.

---------

Signed-off-by: Joe Elliott <[email protected]>
(cherry picked from commit 8339589)

* fix

Signed-off-by: Joe Elliott <[email protected]>

---------

Signed-off-by: Joe Elliott <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tempo flipping boolean attributes from spans and storing wrong value
2 participants