We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d011e7b commit 6f4b085Copy full SHA for 6f4b085
tests/unit/test_ocelots_pandas_utils.py
@@ -67,8 +67,8 @@ def __repr__(self):
67
# Tests for Trino-specific types
68
def test_safe_convert_to_string_trino_namedrowtuple():
69
"""Test that Trino's NamedRowTuple is converted to valid JSON strings."""
70
- pytest.importorskip("trino")
71
- from trino.client import NamedRowTuple
+ pytest.importorskip("trino.types")
+ from trino.types import NamedRowTuple
72
73
# Create a NamedRowTuple with field names and values (as returned by Trino)
74
row = NamedRowTuple(
0 commit comments