Skip to content

Commit a065ad3

Browse files
authored
test(databricks): enable xpassing json to pyarrow test (#11002)
1 parent 85cabf6 commit a065ad3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ibis/backends/tests/test_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,9 +1526,6 @@ def test_close_connection(con):
15261526
raises=TypeError,
15271527
reason="snowflake uses a custom pyarrow extension type for JSON pretty printing",
15281528
)
1529-
@pytest.mark.notimpl(
1530-
["databricks"], raises=json.JSONDecodeError, reason="not yet implemented"
1531-
)
15321529
@pytest.mark.notimpl(["athena"], raises=AttributeError, reason="not yet implemented")
15331530
def test_json_to_pyarrow(con):
15341531
t = con.tables.json_t

0 commit comments

Comments
 (0)