Skip to content

Commit 0bffd60

Browse files
authoredDec 11, 2022
chore: re-format .slt files (#6841)
* Revert "chore: regenerate & format slt tests (#6776)" This reverts commit f4abbcd. * rerun sqllogictest --override
1 parent c5c7d1e commit 0bffd60

File tree

112 files changed

+120
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+120
-506
lines changed
 

‎e2e_test/batch/aggregate/avg.slt.part

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
statement ok
23
SET RW_IMPLICIT_FLUSH TO true;
34

‎e2e_test/batch/aggregate/distinct.slt.part

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ select distinct sum(v1) from t group by v2;
1919
5
2020

2121
# v2, v3 can be either 2, 3 or 3, 2
22-
2322
query I
2423
select distinct on(v1) v2 + v3 from t order by v1;
2524
----

0 commit comments

Comments
 (0)
Please sign in to comment.