Skip to content

Commit

Permalink
fic ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Mar 30, 2024
1 parent 07fc0ba commit 887c48f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions datafusion/sqllogictest/test_files/order.slt
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,10 @@ Sort: atan_c11 ASC NULLS LAST
----TableScan: aggregate_test_100 projection=[c11]
physical_plan
SortPreservingMergeExec: [atan_c11@0 ASC NULLS LAST]
--ProjectionExec: expr=[atan(c11@0) as atan_c11]
----RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/testing/data/csv/aggregate_test_100.csv]]}, projection=[c11], output_ordering=[c11@0 ASC NULLS LAST], has_header=true
--SortExec: expr=[atan_c11@0 ASC NULLS LAST]
----ProjectionExec: expr=[atan(c11@0) as atan_c11]
------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
--------CsvExec: file_groups={1 group: [[WORKSPACE_ROOT/testing/data/csv/aggregate_test_100.csv]]}, projection=[c11], output_ordering=[c11@0 ASC NULLS LAST], has_header=true

query TT
EXPLAIN SELECT CEIL(c11) as ceil_c11
Expand Down

0 comments on commit 887c48f

Please sign in to comment.