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

lang/funcs/transpose: Avoid crash due to map with null values #36611

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

radeksimko
Copy link
Member

@radeksimko radeksimko commented Mar 3, 2025

Fixes #36547

Target Release

1.11.x

CHANGELOG entry

  • This change is user-facing and I added a changelog entry.
  • This change is not user-facing.

@radeksimko radeksimko changed the title lang/funcs/transpose: Avoid crash on map with null value lang/funcs/transpose: Avoid crash due to map with null values Mar 3, 2025
@radeksimko radeksimko force-pushed the radek/b-fix-transpose-crash branch from da4c496 to 9405e29 Compare March 3, 2025 12:58
@radeksimko radeksimko marked this pull request as ready for review March 3, 2025 13:14
@radeksimko radeksimko requested a review from a team as a code owner March 3, 2025 13:14
@radeksimko radeksimko added the 1.11-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged label Mar 3, 2025
@radeksimko radeksimko force-pushed the radek/b-fix-transpose-crash branch from 9405e29 to f83aacc Compare March 3, 2025 13:21
@radeksimko radeksimko merged commit 473e593 into main Mar 3, 2025
8 checks passed
@radeksimko radeksimko deleted the radek/b-fix-transpose-crash branch March 3, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.11-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

transpose panics on null input
3 participants