Skip to content

Commit

Permalink
fix primary key
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Nov 20, 2024
1 parent a475ec3 commit 40227bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use crate::catalog::system_catalog::SysCatalogReaderImpl;
use crate::error::Result;

#[derive(Fields)]
#[primary_key(fragment_id, node_name)]
struct RwRateLimit {
fragment_id: i32,
fragment_type: Vec<String>,
Expand Down

0 comments on commit 40227bb

Please sign in to comment.