Skip to content

Commit

Permalink
Remove whitespace diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankabak committed Apr 29, 2024
1 parent 5d5cf88 commit b826d29
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/sqllogictest/test_files/select.slt
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,7 @@ physical_plan
04)------RepartitionExec: partitioning=RoundRobinBatch(2), input_partitions=1
05)--------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/core/tests/data/window_2.csv]]}, projection=[a0, a, b, c, d], output_ordering=[a@1 ASC NULLS LAST, b@2 ASC NULLS LAST, c@3 ASC NULLS LAST], has_header=true


statement ok
drop table annotated_data_finite2;

Expand Down
1 change: 1 addition & 0 deletions datafusion/sqllogictest/test_files/tpch/q12.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ physical_plan
18)----------------------CsvExec: file_groups={4 groups: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/orders.tbl:0..4223281], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/orders.tbl:4223281..8446562], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/orders.tbl:8446562..12669843], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/orders.tbl:12669843..16893122]]}, projection=[o_orderkey, o_orderpriority], has_header=false



query TII
select
l_shipmode,
Expand Down
2 changes: 2 additions & 0 deletions datafusion/sqllogictest/test_files/tpch/q3.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ physical_plan
31)----------------------------FilterExec: l_shipdate@3 > 9204
32)------------------------------CsvExec: file_groups={4 groups: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/lineitem.tbl:0..18561749], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/lineitem.tbl:18561749..37123498], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/lineitem.tbl:37123498..55685247], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/lineitem.tbl:55685247..74246996]]}, projection=[l_orderkey, l_extendedprice, l_discount, l_shipdate], has_header=false



query IRDI
select
l_orderkey,
Expand Down
2 changes: 2 additions & 0 deletions datafusion/sqllogictest/test_files/tpch/q8.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ physical_plan
71)------------------------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
72)--------------------------------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/region.tbl]]}, projection=[r_regionkey, r_name], has_header=false



query RR
select
o_year,
Expand Down
2 changes: 2 additions & 0 deletions datafusion/sqllogictest/test_files/tpch/q9.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ physical_plan
50)--------------------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
51)----------------------------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/tpch/data/nation.tbl]]}, projection=[n_nationkey, n_name], has_header=false



query TRR
select
nation,
Expand Down
3 changes: 3 additions & 0 deletions datafusion/sqllogictest/test_files/window.slt
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,7 @@ physical_plan
05)--------SortExec: expr=[c1@0 ASC NULLS LAST,c9@1 DESC]
06)----------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/testing/data/csv/aggregate_test_100.csv]]}, projection=[c1, c9], has_header=true


query III
SELECT
c9,
Expand Down Expand Up @@ -1704,6 +1705,7 @@ physical_plan
09)----------------RepartitionExec: partitioning=RoundRobinBatch(2), input_partitions=1
10)------------------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/testing/data/csv/aggregate_test_100.csv]]}, projection=[c2, c3, c4, c9], has_header=true


query III
SELECT c3,
SUM(c9) OVER(ORDER BY c3+c4 DESC, c9 DESC, c2 ASC) as sum1,
Expand Down Expand Up @@ -1804,6 +1806,7 @@ physical_plan
12)----------------------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/testing/data/csv/aggregate_test_100.csv]]}, projection=[c2, c3, c9], has_header=true



query III
SELECT c3,
SUM(c9) OVER(ORDER BY c3 DESC, c9 DESC, c2 ASC) as sum1,
Expand Down

0 comments on commit b826d29

Please sign in to comment.