Skip to content

Fix incorrect comparison in RowSignature.#11905

Merged
clintropolis merged 1 commit intoapache:masterfrom
gianm:fix-rs-type-comparison
Nov 11, 2021
Merged

Fix incorrect comparison in RowSignature.#11905
clintropolis merged 1 commit intoapache:masterfrom
gianm:fix-rs-type-comparison

Conversation

@gianm
Copy link
Copy Markdown
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
Copy Markdown
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