EMsnap commented on code in PR #9924:
URL: https://github.com/apache/inlong/pull/9924#discussion_r1554807281
##########
inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.13/src/test/java/org/apache/inlong/sort/tests/Mysql2KafkaTest.java:
##########
@@ -165,7 +166,7 @@ public void testKafkaWithSqlFile() throws Exception {
"INSERT INTO test_input "
+ "VALUES (1,'jacket','water resistent white wind
breaker',0.2, null, null, null);");
stat.execute(
- "INSERT INTO test_input VALUES (2,'scooter','Big 2-wheel
scooter ',5.18, null, null, null);");
+ "INSERT INTO test_input VALUES (2,'scooter','Big 2-wheel
scooter',5.18, null, null, null);");
Review Comment:
the extra blank will influence the test result ?
--
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]