Skip to content

Commit

Permalink
Remove a warn log
Browse files Browse the repository at this point in the history
  • Loading branch information
codope committed Jul 25, 2022
1 parent 6c272e7 commit d5c4d54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public void run() {
}
FileStatus[] files = tableMetadata.getAllFilesInPartition(new Path(part));
filesNumber.addAndGet(files.length);
LOG.warn(Arrays.toString(files) + " : " + files.length);
assertEquals(1, files.length);
} catch (Exception e) {
flag.set(true);
Expand Down

0 comments on commit d5c4d54

Please sign in to comment.