Skip to content

Commit 31cdf59

Browse files
JNSimbaclaude
andcommitted
[Feature] fix spotless formatting for DorisSinkITCase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0ad9ed4 commit 31cdf59

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

flink-doris-connector/flink-doris-connector-it/src/test/java/org/apache/doris/flink/sink/DorisSinkITCase.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,7 @@ public void testTableDefaultGzFormat() throws Exception {
525525
List<String> expected = Arrays.asList("doris,1", "flink,2");
526526
String query =
527527
String.format(
528-
"select name,age from %s.%s order by 1",
529-
DATABASE, TABLE_GZ_FORMAT_DEFAULT);
528+
"select name,age from %s.%s order by 1", DATABASE, TABLE_GZ_FORMAT_DEFAULT);
530529
ContainerUtils.checkResult(getDorisQueryConnection(), LOG, expected, query, 2);
531530
}
532531

@@ -572,8 +571,7 @@ public void testTableNoCompressFormat() throws Exception {
572571
Thread.sleep(25000);
573572
List<String> expected = Arrays.asList("doris,1", "flink,2");
574573
String query =
575-
String.format(
576-
"select name,age from %s.%s order by 1", DATABASE, TABLE_NO_COMPRESS);
574+
String.format("select name,age from %s.%s order by 1", DATABASE, TABLE_NO_COMPRESS);
577575
ContainerUtils.checkResult(getDorisQueryConnection(), LOG, expected, query, 2);
578576
}
579577

0 commit comments

Comments
 (0)