Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

test: fix unit tests affected by pyarrow changes#28

Merged
shollyman merged 2 commits into
googleapis:masterfrom
shollyman:fixup
May 21, 2020
Merged

test: fix unit tests affected by pyarrow changes#28
shollyman merged 2 commits into
googleapis:masterfrom
shollyman:fixup

Conversation

@shollyman

Copy link
Copy Markdown
Contributor

Previously, tests attempted to set field metadata in cases where there
was no metadata values to communicate. Changes in pyarrow consider this
invalid as there's an expectation that metadata should be coercable to
bytes.

This change alters testing behavior to only propagate column
description metadata when it is present.

Previously, tests attempted to set field metadata in cases where there
was no metadata values to communicate.  Changes in pyarrow consider this
invalid as there's an expectation that metadata should be coercable to
bytes.

This change alters testing behavior to only propagate column
description metadata when it is present.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 21, 2020
@shollyman shollyman changed the title testing: fix unit tests affected by pyarrow changes. test: fix unit tests affected by pyarrow changes May 21, 2020
@shollyman shollyman requested review from plamut and steffnay May 21, 2020 17:58
@shollyman shollyman merged commit 77b373b into googleapis:master May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants