-
Notifications
You must be signed in to change notification settings - Fork 544
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
Conversation
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.
Hello @joe-elliott!
Please, if the current pull request addresses a bug fix, label it with the |
The backport to
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 |
* 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)
* 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]>
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
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]