Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

fix: arrow parsing for nested and nullable fields#519

Merged
leahecole merged 3 commits intogoogleapis:mainfrom
alvarowolfx:fix-arrow-parse-nested-null
Oct 23, 2024
Merged

fix: arrow parsing for nested and nullable fields#519
leahecole merged 3 commits intogoogleapis:mainfrom
alvarowolfx:fix-arrow-parse-nested-null

Conversation

@alvarowolfx
Copy link
Copy Markdown
Contributor

Improves parsing of arrow records to TableRow format by increasing test coverage and checking arrow data types.

Fixes #518 🦕

@alvarowolfx alvarowolfx requested review from a team and mrfaizal October 15, 2024 19:18
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: bigquerystorage Issues related to the googleapis/nodejs-bigquery-storage API. labels Oct 15, 2024
@alvarowolfx alvarowolfx requested a review from leahecole October 15, 2024 19:19
@alvarowolfx alvarowolfx added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 15, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 15, 2024
@alvarowolfx alvarowolfx added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 15, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 15, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 15, 2024
Copy link
Copy Markdown
Contributor

@leahecole leahecole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly questions! Probably just needs a few comments for other maintainers who might not be as familiar with arrow

Comment thread src/reader/arrow_transform.ts
Comment thread src/reader/arrow_transform.ts Outdated
Comment thread system-test/reader_client_test.ts Outdated
@leahecole leahecole self-assigned this Oct 17, 2024
@alvarowolfx alvarowolfx requested a review from leahecole October 17, 2024 15:12
Copy link
Copy Markdown
Contributor

@leahecole leahecole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added two suggestions but otherwise lgtm

Comment thread src/reader/arrow_transform.ts
Comment thread system-test/reader_client_test.ts
@alvarowolfx alvarowolfx added owlbot:run Add this label to trigger the Owlbot post processor. and removed owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 17, 2024
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 23, 2024
@leahecole leahecole merged commit fc052fb into googleapis:main Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/nodejs-bigquery-storage API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ReadClient throws on null values

3 participants