Skip to content

Upgrade parquet to fix boolean storage - #2400

Merged
joe-elliott merged 4 commits into
grafana:mainfrom
joe-elliott:fix-bools
Apr 28, 2023
Merged

Upgrade parquet to fix boolean storage#2400
joe-elliott merged 4 commits into
grafana:mainfrom
joe-elliott:fix-bools

Conversation

@joe-elliott

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

Copy link
Copy Markdown
Collaborator

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 <number101010@gmail.com>
Signed-off-by: Joe Elliott <number101010@gmail.com>
Signed-off-by: Joe Elliott <number101010@gmail.com>
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
Copy Markdown
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
Copy Markdown
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 <number101010@gmail.com>

* add bools to tests

Signed-off-by: Joe Elliott <number101010@gmail.com>

* changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Revert "add bools to tests"

This reverts commit db1461c.

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
(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 <number101010@gmail.com>

* add bools to tests

Signed-off-by: Joe Elliott <number101010@gmail.com>

* changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Revert "add bools to tests"

This reverts commit db1461c.

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
(cherry picked from commit 8339589)

* fix

Signed-off-by: Joe Elliott <number101010@gmail.com>

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
mattdurham pushed a commit to mattdurham/tempo that referenced this pull request Jun 18, 2026
* update mod

Signed-off-by: Joe Elliott <number101010@gmail.com>

* add bools to tests

Signed-off-by: Joe Elliott <number101010@gmail.com>

* changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Revert "add bools to tests"

This reverts commit db1461c.

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants