You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hbase-compression/hbase-compression-zstd/src/test/java/org/apache/hadoop/hbase/io/compress/zstd/TestHFileCompressionZstd.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public void testReconfLevels() throws Exception {
81
81
longlen_2 = FS.getFileStatus(path_2).getLen();
82
82
LOG.info("Level 1 len {}", len_1);
83
83
LOG.info("Level 22 len {}", len_2);
84
-
assertTrue(len_1 > len_2, "Reconfiguraton with ZSTD_LEVEL_KEY did not seem to work");
84
+
assertTrue(len_1 > len_2, "Reconfiguration with ZSTD_LEVEL_KEY did not seem to work");
0 commit comments