Skip to content

Commit

Permalink
code spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
ludlows committed Nov 30, 2024
1 parent a3957ee commit 57dc449
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ private RewriteDataFilesSparkAction basicRewrite(Table table) {
return actions().rewriteDataFiles(table).option(SizeBasedFileRewriter.MIN_INPUT_FILES, "1");
}


private Expression filterExpression(String name, String where) {
try {
org.apache.spark.sql.catalyst.expressions.Expression expression =
Expand All @@ -186,7 +185,6 @@ private Expression filterExpression(String name, String where) {
}
}


@TestTemplate
public void testEmptyTable() {
PartitionSpec spec = PartitionSpec.unpartitioned();
Expand All @@ -201,7 +199,6 @@ public void testEmptyTable() {
assertThat(table.currentSnapshot()).as("Table must stay empty").isNull();
}


@TestTemplate
public void testFilterCaseSensitivityBeforeChange() {
Table table = createTable(4);
Expand All @@ -224,7 +221,6 @@ public void testFilterCaseSensitivityAfterChange() {
assertThat(result.rewrittenDataFilesCount()).isEqualTo(0);
}


@TestTemplate
public void testBinPackUnpartitionedTable() {
Table table = createTable(4);
Expand Down

0 comments on commit 57dc449

Please sign in to comment.