Skip to content

[Misc] Remove non-test uses of commons-lang3#2102

Merged
rdblue merged 1 commit intoapache:masterfrom
pan3793:2100
Jan 22, 2021
Merged

[Misc] Remove non-test uses of commons-lang3#2102
rdblue merged 1 commit intoapache:masterfrom
pan3793:2100

Conversation

@pan3793
Copy link
Copy Markdown
Member

@pan3793 pan3793 commented Jan 17, 2021

close #2100

Comment thread core/src/main/java/org/apache/iceberg/util/ArrayUtil.java
Comment thread core/src/main/java/org/apache/iceberg/util/SerdeUtil.java Outdated
@github-actions github-actions Bot added the MR label Jan 18, 2021
@pan3793 pan3793 requested a review from rdsr January 18, 2021 02:53
Comment thread core/src/main/java/org/apache/iceberg/util/ArrayUtil.java Outdated
@pan3793
Copy link
Copy Markdown
Member Author

pan3793 commented Jan 19, 2021

@rdblue Could you please review this PR ?

@rdsr
Copy link
Copy Markdown
Contributor

rdsr commented Jan 19, 2021

LG!. I realize that you might have to update the LICENSE file which lists all the code we have borrowed from different project.

@pan3793
Copy link
Copy Markdown
Member Author

pan3793 commented Jan 19, 2021

LG!. I realize that you might have to update the LICENSE file which lists all the code we have borrowed from different project.

Updated

Comment thread core/src/main/java/org/apache/iceberg/util/ArrayUtil.java Outdated
Comment thread LICENSE
Comment thread core/src/main/java/org/apache/iceberg/util/SerdeUtil.java Outdated
@pan3793
Copy link
Copy Markdown
Member Author

pan3793 commented Jan 20, 2021

CI failed because of #2098

@pan3793 pan3793 force-pushed the 2100 branch 2 times, most recently from 4272888 to c551b1b Compare January 21, 2021 06:20
public static byte[] serializeToBytes(Object obj) {
try (ByteArrayOutputStream baos = new ByteArrayOutputStream();
ObjectOutputStream oos = new ObjectOutputStream(baos)) {
ObjectOutputStream oos = new ObjectOutputStream(baos)) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you remove the whitespace only changes in this file?

@rdblue rdblue merged commit 760a20b into apache:master Jan 22, 2021
@rdblue
Copy link
Copy Markdown
Contributor

rdblue commented Jan 22, 2021

The only remaining issues were nits, so I merged this. Thanks @pan3793!

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.

Remove non-test uses of commons-lang3

4 participants