Skip to content

Commit b8203d1

Browse files
committed
chore: remove redundant example from docs
1 parent b4c0bc6 commit b8203d1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

lib/codecs/src/encoding/format/arrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub struct ArrowStreamSerializerConfig {
5656
/// When disabled (default), missing values for non-nullable fields will cause encoding errors,
5757
/// ensuring all required data is present before sending to the sink.
5858
#[serde(default)]
59-
#[configurable(metadata(docs::examples = true))]
59+
#[configurable(derived)]
6060
pub allow_nullable_fields: bool,
6161
}
6262

website/cue/reference/components/sinks/generated/clickhouse.cue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,7 @@ generated: components: sinks: clickhouse: configuration: {
264264
ensuring all required data is present before sending to the sink.
265265
"""
266266
required: false
267-
type: bool: {
268-
default: false
269-
examples: [true]
270-
}
267+
type: bool: default: false
271268
}
272269
codec: {
273270
description: """

0 commit comments

Comments
 (0)