Skip to content

Commit

Permalink
Removed system.out from test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion committed Jan 8, 2025
1 parent f13b9dc commit 5d0ff7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public void testAllColumns() {
mutation.put(ExternalCompactionColumnFamily.STR_NAME, ecid.canonical(), ecMeta.toJson());

SortedMap<Key,Value> rowMap = toRowMap(mutation);
System.out.println(rowMap);

TabletMetadata tm = TabletMetadata.convertRow(rowMap.entrySet().iterator(),
EnumSet.allOf(ColumnType.class), true, false);
Expand Down

0 comments on commit 5d0ff7f

Please sign in to comment.