Skip to content

Commit 8fe9b65

Browse files
committed
cosmetic
1 parent 06e2541 commit 8fe9b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/core/engine_adapter/test_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2744,7 +2744,6 @@ def test_replace_query_data_object_type_mismatch(
27442744
"test_table", parse_one("SELECT a FROM tbl"), {"a": exp.DataType.build("INT")}
27452745
)
27462746

2747-
# TODO: Shouldn't we enforce that `a` is casted to an int?
27482747
assert to_sql_calls(adapter) == [
27492748
'DROP VIEW IF EXISTS "test_table"',
27502749
'CREATE OR REPLACE TABLE "test_table" AS SELECT CAST("a" AS INT) AS "a" FROM (SELECT "a" FROM "tbl") AS "_subquery"',

0 commit comments

Comments
 (0)