This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch opt_dict_perf
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/opt_dict_perf by this push:
new 955a44b66d f
955a44b66d is described below
commit 955a44b66db2a5294898deff00a00151dfc1bcac
Author: yiguolei <[email protected]>
AuthorDate: Tue Mar 14 10:54:29 2023 +0800
f
---
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
b/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
index 97532558e9..78bb622e7f 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
@@ -801,6 +801,10 @@ public class StmtExecutor implements ProfileWriter {
List<TableIf> tables = Lists.newArrayList(tableMap.values());
int analyzeTimes = 2;
for (int i = 1; i <= analyzeTimes; i++) {
+ LOG.info("yyyyy tablessize {}", tables.size());
+ for (int aa = 0; aa < tables.size(); ++aa) {
+ LOG.info("yyyyy tablename {}", tables.get(aa).getName());
+ }
MetaLockUtils.readLockTables(tables);
try {
analyzeAndGenerateQueryPlan(tQueryOptions);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]