Hisoka-X commented on code in PR #6082:
URL: https://github.com/apache/seatunnel/pull/6082#discussion_r1439126660


##########
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:
   > yeah, so i add the data check after job finish, read data from kafka topic 
and verify the data consistent
   
   ok for me.



-- 
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]

Reply via email to