yzeng1618 commented on code in PR #9576:
URL: https://github.com/apache/seatunnel/pull/9576#discussion_r2370780482
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/src/test/resources/doris_source_and_sink_with_custom_sql.conf:
##########
@@ -26,6 +26,10 @@ source{
row.num = 100
split.num = 10
string.length = 1
+ auto.increment.enabled = true
+ auto.increment.start = 2
+ bigint.min = 2
+ bigint.max = 1000
Review Comment:
@Hisoka-X Regarding the Start module, its content has been fully optimized
and restructured.
--
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]