Hisoka-X commented on code in PR #6358:
URL: https://github.com/apache/seatunnel/pull/6358#discussion_r1500287480
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/src/test/java/org/apache/seatunnel/e2e/connector/doris/DorisIT.java:
##########
@@ -284,8 +284,8 @@ private List<SeaTunnelRow> genDorisTestData(Long nums) {
GenerateTestData.genString(1),
GenerateTestData.genString(11),
GenerateTestData.genString(12),
- GenerateTestData.genDatetimeString(false),
GenerateTestData.genDatetimeString(true),
+ GenerateTestData.genDatetimeString(false),
Review Comment:
Before this PR, the data of generated not match with field order, so the
datetime with nano field always insert datetime without nano. So this pr
correct it to make sure test work fine.
--
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]