Skip to content

Commit 1f58462

Browse files
authored
Fix formatting in group_by.slt test file
1 parent 09c92c8 commit 1f58462

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

datafusion/sqllogictest/test_files/group_by.slt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5215,12 +5215,12 @@ from duplicate_grouping_sets
52155215
group by grouping sets ((deptno, job), (deptno, sal), (deptno, job))
52165216
order by deptno, job, sal, grouping(deptno), grouping(job), grouping(sal);
52175217
----
5218-
10 CLERK NULL NULL 0 0 1
5219-
10 CLERK NULL NULL 0 0 1
5220-
10 NULL 1300 NULL 0 1 0
5218+
10 CLERK NULL NULL 0 0 1
5219+
10 CLERK NULL NULL 0 0 1
5220+
10 NULL 1300 NULL 0 1 0
52215221
20 MANAGER NULL NULL 0 0 1
52225222
20 MANAGER NULL NULL 0 0 1
5223-
20 NULL 3000 NULL 0 1 0
5223+
20 NULL 3000 NULL 0 1 0
52245224

52255225
statement ok
52265226
drop table duplicate_grouping_sets;

0 commit comments

Comments
 (0)