Skip to content

Commit

Permalink
Change log level to debug for getRowCountFromExternalSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibing-Li committed Dec 21, 2023
1 parent 007f152 commit 32cb34e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private long getRowCountFromExternalSource(boolean isInit) {
rowCount = StatisticsUtil.getIcebergRowCount(this);
break;
default:
LOG.warn("getRowCount for dlaType {} is not supported.", dlaType);
LOG.debug("getRowCount for dlaType {} is not supported.", dlaType);
rowCount = -1;
}
return rowCount;
Expand Down

0 comments on commit 32cb34e

Please sign in to comment.