Skip to content

Commit

Permalink
fix(meta): fix vnode count data type when querying system table `rw_f…
Browse files Browse the repository at this point in the history
…ragments`

Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Oct 28, 2024
1 parent 81703a9 commit 03a1021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/controller/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ pub struct FragmentDesc {
pub state_table_ids: I32Array,
pub upstream_fragment_id: I32Array,
pub parallelism: i64,
pub vnode_count: i64,
pub vnode_count: i32,
}

/// List all objects that are using the given one in a cascade way. It runs a recursive CTE to find all the dependencies.
Expand Down

0 comments on commit 03a1021

Please sign in to comment.