hawk9821 commented on code in PR #9467:
URL: https://github.com/apache/seatunnel/pull/9467#discussion_r2167980332


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/src/test/resources/fake_to_dynamic_bucket_paimon_case1.conf:
##########
@@ -42,10 +42,6 @@ source {
         c_timestamp = timestamp
         c_time = time
       }
-      primaryKey {
-          name = "pk_id"
-          columnNames = [pk_id]
-        }

Review Comment:
   data generated by fakesource may indeed be repetitive.    0 - 
Integer.MAX_VALUE  the probability of repetition is relatively low, so this 
case can run correctly.  I think to ensure absolute certainty, we can enable 
fakesource to support the capability of auto-incrementing primary keys.  cc 
@Hisoka-X  @WenDing-Y 



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