Skip to content

Commit 1a4d6aa

Browse files
authored
Revert "Small test sql fixes (#30)" (#31)
This reverts commit 9ce6d75.
1 parent 9ce6d75 commit 1a4d6aa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

benchmarks/test/my_post_stage_script.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
22
from utils import increment_file_value
3-
import os
43

54
# Main function to handle the command-line argument
65
if __name__ == "__main__":

benchmarks/test/stage_4.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
select 'query 6'
2-
from region;
2+
from foo;
33
select 'query 7';

benchmarks/test/stage_6.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
select c, sum(a) as sum, count(*) as count, max(b) as max
1+
select c, sum1(a) as sum, count(*) as count, max(b) as max
22
from (values (1, 2, 'shanghai'),
33
(3, 4, 'dalian'),
44
(5, 6, 'new york'),

0 commit comments

Comments
 (0)