zhilinli123 commented on code in PR #6082:
URL: https://github.com/apache/seatunnel/pull/6082#discussion_r1437477221
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/resources/avro/kafka_avro_to_assert.conf:
##########
@@ -82,7 +82,21 @@ sink {
rule_value = 99
}
]
- }
+ },
+ {
+ field_name = c_string
+ field_type = string
+ field_value = [
+ {
+ rule_type = MIN_LENGTH
+ rule_value = 6
+ },
+ {
+ rule_type = MAX_LENGTH
+ rule_value = 6
+ }
+ ]
+ }
Review Comment:
I still hope to do an end-to-end test on all fields to ensure that the data
is not only consistent in the amount of data, but also to ensure that each data
and field are consistent, and it is best to write the data to the database for
a Check
cc @hailin0 @Hisoka-X
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]