Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
lbooker42 committed Jan 7, 2025
1 parent 8e41bfc commit 08e1b51
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ public void indexRetentionThroughGC() {

@Test
public void remappedIndexRetentionThroughGC() {
final String destPath = Path.of(rootFile.getPath(), "ParquetTest_remappedIndexRetention_test.parquet").toString();
final String destPath =
Path.of(rootFile.getPath(), "ParquetTest_remappedIndexRetention_test.parquet").toString();
final int tableSize = 10_000;

final Table testTable = TableTools.emptyTable(tableSize).update(
Expand Down

0 comments on commit 08e1b51

Please sign in to comment.