From 2fcaddcede4e6ff563195db029e9121073a6e6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 3 Jun 2021 17:07:52 +0200 Subject: [PATCH] Remove TODO note --- python/tests/test_sql.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tests/test_sql.py b/python/tests/test_sql.py index 4b7ed031d7f45..3ad22a2088d4c 100644 --- a/python/tests/test_sql.py +++ b/python/tests/test_sql.py @@ -29,7 +29,6 @@ def ctx(): def test_no_table(ctx): - # TODO(kszucs): should raise a DataFusionError instead of plain Exeption with pytest.raises(Exception, match="DataFusion error"): ctx.sql("SELECT a FROM b").collect()