You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/04/21 03:49:50 UTC

[GitHub] [hadoop] xinglin commented on pull request #4208: HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data.

xinglin commented on PR #4208:
URL: https://github.com/apache/hadoop/pull/4208#issuecomment-1104678805

   assertj-core 3.x requires java 8 and thus we can not compile it with jdk 1.7 (java 7) for branch-2.10. Also tried assert-core at 2.9.1 (the latest 2.x release) and it did not compile neither. So, we decided not to use assertj and replaced with AssertTrue/AssertEquals(). 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org