yzeng1618 commented on issue #10144: URL: https://github.com/apache/seatunnel/issues/10144#issuecomment-3604954348
Hello, this issue is likely caused by a conflict between the partition configuration and the LIMIT clause. - If you want to test with a small amount of data: Remove partition-related configurations such as partition_column. - If you need to synchronize the entire table data: Remove LIMIT 10, and correctly set partition_upper_bound to the actual maximum value of the id (or the partition column). -- 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]
