Skip to content

Commit

Permalink
Revert "调试"
Browse files Browse the repository at this point in the history
This reverts commit a54c433.
  • Loading branch information
Yihao-Xu committed Nov 21, 2024
1 parent 82bc272 commit 74fa144
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1389,10 +1389,6 @@ public void testFirstLastQuery() {
+ "Total line number = 1\n";
executor.executeAndCompare(statement, expected);

System.out.println(executor.execute("SELECT count(s2) FROM us.d1 WHERE KEY < 114514;"));
System.out.println(executor.execute("SELECT LAST(s1) FROM us.d1;"));
System.out.println(executor.execute("SELECT s2 FROM us.d1;"));

statement = "SELECT LAST(s2) FROM us.d1 WHERE key > 0;";
expected =
"ResultSets:\n"
Expand Down

0 comments on commit 74fa144

Please sign in to comment.