Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Reviewed
Description
Found two issues when reviewing the patches in HADOOP-11627.
1. There is no @Test annotation, so the test is not executed.
public void testCodecPoolAndGzipDecompressor() {
2. The method should be private because it is called from other tests.
public void testGzipCodecWrite(boolean useNative) throws IOException {
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-11627 Remove io.native.lib.available
- Resolved