From 5106232677c13e5a773903e075f88570d6bd9ac8 Mon Sep 17 00:00:00 2001 From: xxchan Date: Mon, 25 Dec 2023 15:46:44 +0800 Subject: [PATCH] update nexmark --- src/connector/src/with_options.rs | 4 ---- src/connector/with_options_source.yaml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/connector/src/with_options.rs b/src/connector/src/with_options.rs index e886d5a3ab01f..c39301c8892bf 100644 --- a/src/connector/src/with_options.rs +++ b/src/connector/src/with_options.rs @@ -37,10 +37,6 @@ impl WithOptions { } -// We might want to box the struct if it has too many fields. - -impl WithOptions for Box {} - // impl the trait for value types impl WithOptions for Option {} diff --git a/src/connector/with_options_source.yaml b/src/connector/with_options_source.yaml index b9c50c6a09083..0698d761db59a 100644 --- a/src/connector/with_options_source.yaml +++ b/src/connector/with_options_source.yaml @@ -256,7 +256,7 @@ NatsProperties: - name: stream field_type: String required: true -NexmarkPropertiesInner: +NexmarkProperties: fields: - name: nexmark.split.num field_type: i32