morrySnow commented on code in PR #42921:
URL: https://github.com/apache/doris/pull/42921#discussion_r1822285071
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HMSExternalTable.java:
##########
@@ -525,7 +525,7 @@ public long fetchRowCount() {
long rowCount = getRowCountFromExternalSource();
// Only hive table supports estimate row count by listing file.
if (rowCount == -1 && dlaType.equals(DLAType.HIVE)) {
- LOG.debug("Will estimate row count from file list.");
+ LOG.info("Will estimate row count for table {} from file list.",
name);
Review Comment:
print catalog.database.table?
--
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]