morningman commented on code in PR #28621:
URL: https://github.com/apache/doris/pull/28621#discussion_r1431003688
##########
fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVUtil.java:
##########
@@ -470,7 +470,7 @@ private static boolean isSync(long visibleVersionTime,
Set<BaseTableInfo> tables
try {
table = getTable(baseTableInfo);
} catch (AnalysisException e) {
- e.printStackTrace();
+ LOG.warn("get table failed, " + baseTableInfo);
Review Comment:
```suggestion
LOG.warn("get table failed, {}", baseTableInfo, e);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]