diff --git a/src/frontend/src/catalog/system_catalog/rw_catalog/rw_worker_nodes.rs b/src/frontend/src/catalog/system_catalog/rw_catalog/rw_worker_nodes.rs index e975a2665d9a6..c3f270cd422fe 100644 --- a/src/frontend/src/catalog/system_catalog/rw_catalog/rw_worker_nodes.rs +++ b/src/frontend/src/catalog/system_catalog/rw_catalog/rw_worker_nodes.rs @@ -35,8 +35,8 @@ pub const RW_WORKER_NODES: BuiltinTable = BuiltinTable { (DataType::Boolean, "is_serving"), (DataType::Boolean, "is_unschedulable"), (DataType::Varchar, "rw_version"), - (DataType::Int64, "total_memory_bytes"), - (DataType::Int64, "total_cpu_cores"), + (DataType::Int64, "system_total_memory_bytes"), + (DataType::Int64, "system_total_cpu_cores"), (DataType::Timestamptz, "started_at"), ], pk: &[0],