lincoln-lil commented on code in PR #22525:
URL: https://github.com/apache/flink/pull/22525#discussion_r1196190483
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/batch/sql/DeleteTableITCase.java:
##########
@@ -138,7 +181,7 @@ public void testMixDelete() throws Exception {
@Test
public void testStatementSetContainDeleteAndInsert() throws Exception {
tEnv().executeSql(
- "CREATE TABLE t (a int, b string, c double) WITH"
+ "CREATE TABLE t (a int , b string, c double) WITH"
Review Comment:
nit: rm extra space
--
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]