Skip to content

Commit

Permalink
Add test (#6041)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored Apr 18, 2023
1 parent 463ec30 commit cf27870
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datafusion/core/tests/sqllogictests/test_files/decimal.slt
Original file line number Diff line number Diff line change
Expand Up @@ -592,3 +592,8 @@ query TB
select arrow_typeof(null <= a), null <= a from (values (1.1::decimal)) as t(a);
----
Boolean NULL

query R
select try_cast(1234567 as decimal(7,3));
----
NULL

0 comments on commit cf27870

Please sign in to comment.