Skip to content

Commit

Permalink
trino: Mark cast_types.sql as pending
Browse files Browse the repository at this point in the history
This seems to trigger some driver bugs.
  • Loading branch information
emk committed Oct 19, 2023
1 parent 07c3e43 commit 1e433ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sql/data_types/cast_types.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- pending: trino Rust driver seems to have problems with NULL in certain columns

-- CAST(NULL AS <type>) for common types.
CREATE OR REPLACE TABLE __result1 AS
SELECT
Expand Down

0 comments on commit 1e433ff

Please sign in to comment.