[Improvement] set table name in olap scanner (#10102)

This commit is contained in:
Gabriel
2022-06-14 08:18:18 +08:00
committed by GitHub
parent d4d2e82bdf
commit bdcf2e7ed2

View File

@ -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