Skip to content

Comments

Add tests for Arrow Flight support for StringViewArray and BinaryViewArray#5601

Merged
alamb merged 2 commits intoapache:masterfrom
XiangpengHao:master
Apr 8, 2024
Merged

Add tests for Arrow Flight support for StringViewArray and BinaryViewArray#5601
alamb merged 2 commits intoapache:masterfrom
XiangpengHao:master

Conversation

@XiangpengHao
Copy link
Contributor

Which issue does this PR close?

Closes #5507.

Rationale for this change

To confirm that StringViewArray and BinaryViewArray works with Arrow Flight format.

What changes are included in this PR?

Just added a few test case to show that they should work, and they indeed work.
Nothing important really, it just works as @alamb said.

Please let me know if I need to make some more complex test cases like ones we added to in the IPC reader test cases.

Are there any user-facing changes?

No

@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Apr 8, 2024
@alamb
Copy link
Contributor

alamb commented Apr 8, 2024

Thanks @XiangpengHao !

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good to me -- thank you @XiangpengHao 😍

@alamb alamb changed the title Arrow Flight format support for StringViewArray and BinaryViewArray Add tests for Arrow Flight support for StringViewArray and BinaryViewArray Apr 8, 2024
@alamb alamb merged commit 51c1b4b into apache:master Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Arrow Flight format support for StringViewArray and BinaryViewArray

2 participants