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

Fix incorrect comparison in RowSignature. #11905

Merged
merged 1 commit into from
Nov 11, 2021

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Nov 11, 2021

PR #11882 introduced a type comparison using ==, but while it was in flight,
another PR #11713 changed the type enum to a class. So the comparison should
properly be done with "equals".

PR apache#11882 introduced a type comparison using ==, but while it was in flight,
another PR apache#11713 changed the type enum to a class. So the comparison should
properly be done with "equals".
@gianm gianm added the Bug label Nov 11, 2021
@clintropolis
Copy link
Member

ci failure seems unrelated, and cannot retrigger jobs in travis for some reason

@clintropolis clintropolis merged commit fe2f774 into apache:master Nov 11, 2021
@abhishekagarwal87 abhishekagarwal87 added this to the 0.23.0 milestone May 11, 2022
@gianm gianm deleted the fix-rs-type-comparison branch September 23, 2022 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants