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

ORC-1077: Remove commons-codec dependency and use java.util.Base64 #993

Merged
merged 1 commit into from
Jan 6, 2022
Merged

ORC-1077: Remove commons-codec dependency and use java.util.Base64 #993

merged 1 commit into from
Jan 6, 2022

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 6, 2022

What changes were proposed in this pull request?

This PR aims to remove commons-codec dependency and use java.util.Base64.

Why are the changes needed?

Java version is faster and we can minimize our dependency.

How was this patch tested?

Pass the CIs.

@guiyanakuang
Copy link
Member

LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you so much, @guiyanakuang !

@dongjoon-hyun dongjoon-hyun merged commit 92cfc69 into apache:main Jan 6, 2022
@dongjoon-hyun dongjoon-hyun deleted the ORC-1077 branch January 6, 2022 18:14
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
…pache#993)

### What changes were proposed in this pull request?

This PR aims to remove `commons-codec` dependency and use `java.util.Base64`.

### Why are the changes needed?

Java version is faster and we can minimize our dependency.
- http://java-performance.info/base64-encoding-and-decoding-performance/

### How was this patch tested?

Pass the CIs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants