Skip to content

Commit

Permalink
Remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Oct 20, 2023
1 parent 9f96a48 commit ec64571
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions datafusion/sqllogictest/test_files/decimal.slt
Original file line number Diff line number Diff line change
Expand Up @@ -706,11 +706,6 @@ select arrow_typeof(sum(c1)), sum(c1) from decimal256_simple;
----
Decimal256(60, 6) 0.00055

query TR
select arrow_typeof(avg(c1)), avg(c1) from decimal256_simple;
----
Decimal256(54, 10) 0.0000366666

query TR
select arrow_typeof(median(c1)), median(c1) from decimal256_simple;
----
Expand Down

0 comments on commit ec64571

Please sign in to comment.