Skip to content

Commit 2887610

Browse files
committed
styles
1 parent 51cae8c commit 2887610

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/DdlBatchingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ void batchIsSplitByAlter() {
236236

237237
@Test
238238
void batchIsSplitByDrop() {
239-
System.out.println("XXX: " + executeCallCounter.get());
240239
AsyncSqlCursor<InternalSqlRow> cursor = gatewayNode.executeQuery(
241240
"CREATE TABLE t1 (id INT PRIMARY KEY, val_1 INT, val_2 INT);"
242241
+ "CREATE TABLE t2 (id INT PRIMARY KEY, val_1 INT, val_2 INT);"

0 commit comments

Comments
 (0)