Skip to content

ORC-1291: Fix NPE in TypeDescription.hashCode() for primitive types#1283

Closed
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:ORC-1291
Closed

ORC-1291: Fix NPE in TypeDescription.hashCode() for primitive types#1283
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:ORC-1291

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 18, 2022

What changes were proposed in this pull request?

This PR aims to fix NPE in TypeDescription.hashCode() for primitive types.

Why are the changes needed?

To fix a regression at 1.8.0.

How was this patch tested?

Pass the CI with the newly added test case.

@github-actions github-actions bot added the JAVA label Oct 18, 2022
@dongjoon-hyun dongjoon-hyun changed the title ORC-1291: Fix NPE in TypeDescription.hashCode() ORC-1291: Fix NPE in TypeDescription.hashCode() for primitive types Oct 18, 2022
@dongjoon-hyun dongjoon-hyun added this to the 1.8.1 milestone Oct 18, 2022
@dongjoon-hyun
Copy link
Member Author

cc @williamhyun and @wgtmac

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

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

+1. Thanks @dongjoon-hyun for addressing this.

Copy link
Member

@williamhyun williamhyun left a comment

Choose a reason for hiding this comment

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

+1 LGTM

williamhyun pushed a commit that referenced this pull request Oct 19, 2022
### What changes were proposed in this pull request?

This PR aims to fix NPE in `TypeDescription.hashCode()` for primitive types.

### Why are the changes needed?

To fix a regression at 1.8.0.

### How was this patch tested?

Pass the CI with the newly added test case.

Closes #1283 from dongjoon-hyun/ORC-1291.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: William Hyun <william@apache.org>
(cherry picked from commit d1971ea)
Signed-off-by: William Hyun <william@apache.org>
@dongjoon-hyun
Copy link
Member Author

dongjoon-hyun commented Oct 19, 2022

Thank you, @wgtmac and @williamhyun !

@dongjoon-hyun dongjoon-hyun deleted the ORC-1291 branch October 19, 2022 05:16
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
### What changes were proposed in this pull request?

This PR aims to fix NPE in `TypeDescription.hashCode()` for primitive types.

### Why are the changes needed?

To fix a regression at 1.8.0.

### How was this patch tested?

Pass the CI with the newly added test case.

Closes apache#1283 from dongjoon-hyun/ORC-1291.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: William Hyun <william@apache.org>
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