Skip to content

Commit

Permalink
update nexmark
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Dec 25, 2023
1 parent a4945e4 commit 5106232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/connector/src/with_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ impl<T: crate::source::cdc::CdcSourceTypeTrait> WithOptions
{
}

// We might want to box the struct if it has too many fields.

impl<T: WithOptions> WithOptions for Box<T> {}

// impl the trait for value types

impl<T: WithOptions> WithOptions for Option<T> {}
Expand Down
2 changes: 1 addition & 1 deletion src/connector/with_options_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ NatsProperties:
- name: stream
field_type: String
required: true
NexmarkPropertiesInner:
NexmarkProperties:
fields:
- name: nexmark.split.num
field_type: i32
Expand Down

0 comments on commit 5106232

Please sign in to comment.