Skip to content

fix: Fix a null value record not returning null and causing a type mismatch on function call#8963

Merged
bshaffer merged 1 commit intomainfrom
bigquery-null-fix
Mar 9, 2026
Merged

fix: Fix a null value record not returning null and causing a type mismatch on function call#8963
bshaffer merged 1 commit intomainfrom
bigquery-null-fix

Conversation

@Hectorhammett
Copy link
Copy Markdown
Collaborator

Issue: #8872

Added a null check on the TYPE_RECORD handling for the value mapper. This is to:

  • Avoid calling a method with the incorrect type crashing the program
  • Return the correct value for null (Which would be null)

@Hectorhammett Hectorhammett requested a review from a team as a code owner March 3, 2026 23:47
@Hectorhammett Hectorhammett added the next release PRs to be included in the next release label Mar 7, 2026
@bshaffer bshaffer merged commit 2bb05ad into main Mar 9, 2026
35 checks passed
@bshaffer bshaffer deleted the bigquery-null-fix branch March 9, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

next release PRs to be included in the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants