Skip to content

PARQUET-174: Replaces AssertionError constructor introduced in Java7#101

Closed
laurentgo wants to merge 1 commit intoapache:masterfrom
laurentgo:fix-java7ism
Closed

PARQUET-174: Replaces AssertionError constructor introduced in Java7#101
laurentgo wants to merge 1 commit intoapache:masterfrom
laurentgo:fix-java7ism

Conversation

@laurentgo
Copy link
Contributor

AssertionError(String, Throwable) was introduced in Java7. Replacing it with AssertionError(String) + initCause(Throwable)

AssertionError(String, Throwable) was introduced in Java7. Replacing it with AssertionError(String) + initCause(Throwable)
@laurentgo laurentgo changed the title Replaces AssertionError constructor introduced in Java7 PARQUET-174: Replaces AssertionError constructor introduced in Java7 Jan 28, 2015
@julienledem
Copy link
Member

+1

@asfgit asfgit closed this in 0751f97 Jan 29, 2015
@laurentgo laurentgo deleted the fix-java7ism branch January 31, 2015 05:31
dongche pushed a commit to dongche/incubator-parquet-mr that referenced this pull request Feb 3, 2015
AssertionError(String, Throwable) was introduced in Java7. Replacing it with AssertionError(String) + initCause(Throwable)

Author: Laurent Goujon <[email protected]>

Closes apache#101 from laurentgo/fix-java7ism and squashes the following commits:

c00fb7c [Laurent Goujon] Replaces AssertionError constructor introduced in Java7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants