This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 7d51456d138 branch-4.0: [fix](fe) add column_data_sizes to
BackendPartitionedSchemaScanNode #61086 (#61106)
7d51456d138 is described below
commit 7d51456d1382939a99c6d2b8b747fc752c62cbd3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 7 15:31:41 2026 +0800
branch-4.0: [fix](fe) add column_data_sizes to
BackendPartitionedSchemaScanNode #61086 (#61106)
Cherry-picked from #61086
Co-authored-by: hoshinojyunn
<[email protected]>
---
.../java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
b/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
index 635cf1bbac0..4338ecbabd9 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/planner/BackendPartitionedSchemaScanNode.java
@@ -75,6 +75,8 @@ public class BackendPartitionedSchemaScanNode extends
SchemaScanNode {
BACKEND_TABLE.add("backend_tablets");
BACKEND_TABLE.add("backend_configuration");
+
+ BACKEND_TABLE.add("column_data_sizes");
}
public static boolean isBackendPartitionedSchemaTable(String tableName) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]