Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Mar 18, 2024
1 parent fda2960 commit 3a33c85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/connector/with_options_sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,33 +522,33 @@ StarrocksConfig:
fields:
- name: starrocks.host
field_type: String
comments: The StarRocks host address.
comments: The `StarRocks` host address.
required: true
- name: starrocks.mysqlport
field_type: String
comments: The port to the MySQL server of StarRocks FE.
comments: The port to the MySQL server of `StarRocks` FE.
required: true
alias: starrocks.query_port
- name: starrocks.httpport
field_type: String
comments: The port to the HTTP server of StarRocks FE.
comments: The port to the HTTP server of `StarRocks` FE.
required: true
alias: starrocks.http_port
- name: starrocks.user
field_type: String
comments: The user name used to access the StarRocks database.
comments: The user name used to access the `StarRocks` database.
required: true
- name: starrocks.password
field_type: String
comments: The password associated with the user.
required: true
- name: starrocks.database
field_type: String
comments: The StarRocks database where the target table is located
comments: The `StarRocks` database where the target table is located
required: true
- name: starrocks.table
field_type: String
comments: The StarRocks table you want to sink data to.
comments: The `StarRocks` table you want to sink data to.
required: true
- name: starrocks.partial_update
field_type: String
Expand Down
4 changes: 2 additions & 2 deletions src/connector/with_options_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ KafkaProperties:
alias: scan.startup.timestamp_millis
- name: upsert
field_type: String
comments: 'This parameter is used to tell KafkaSplitReader to produce `UpsertMessage`s, which combine both key and value fields of the Kafka message. TODO: Currently, `Option<bool>` can not be parsed here.'
comments: 'This parameter is used to tell `KafkaSplitReader` to produce `UpsertMessage`s, which combine both key and value fields of the Kafka message. TODO: Currently, `Option<bool>` can not be parsed here.'
required: false
- name: properties.bootstrap.server
field_type: String
Expand Down Expand Up @@ -551,7 +551,7 @@ OpendalS3Properties:
required: false
- name: s3.assume_role
field_type: String
comments: The following are only supported by s3_v2 (opendal) source.
comments: The following are only supported by `s3_v2` (opendal) source.
required: false
default: Default::default
PosixFsProperties:
Expand Down

0 comments on commit 3a33c85

Please sign in to comment.