Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngwb committed Nov 5, 2024
1 parent 3460983 commit 761356b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,6 @@ Set<String> getUpdatedPartitionNames(Table table, LocalDateTime checkTime) {
Assert.assertTrue(result.isPresent());
Assert.assertTrue(result.get() instanceof ExternalAnalyzeStatus);
externalAnalyzeStatusResult = (ExternalAnalyzeStatus) result.get();
Assert.assertSame(externalAnalyzeStatusResult.getType(), StatsConstants.AnalyzeType.FULL);
Assert.assertSame(externalAnalyzeStatusResult.getType(), StatsConstants.AnalyzeType.SAMPLE);
}
}

0 comments on commit 761356b

Please sign in to comment.