This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new bdcf2e7ed2 [Improvement] set table name in olap scanner (#10102)
bdcf2e7ed2 is described below
commit bdcf2e7ed2c2c3c012c0cac06bb6772d1d211c7a
Author: Gabriel <[email protected]>
AuthorDate: Tue Jun 14 08:18:18 2022 +0800
[Improvement] set table name in olap scanner (#10102)
---
fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java
b/fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java
index ee02af4b44..fff10e95ad 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java
@@ -775,6 +775,7 @@ public class OlapScanNode extends ScanNode {
msg.olap_scan_node.setSortColumn(sortColumn);
}
msg.olap_scan_node.setKeyType(olapTable.getKeysType().toThrift());
+ msg.olap_scan_node.setTableName(olapTable.getName());
}
// export some tablets
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]