We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8534f51 commit ae9b6a2Copy full SHA for ae9b6a2
1 file changed
python/tests/test_context.py
@@ -32,8 +32,6 @@
32
literal,
33
)
34
35
-from datafusion._internal import SessionContext as SessionContextInternal
36
-
37
38
def test_create_context_no_args():
39
SessionContext()
@@ -633,11 +631,6 @@ def test_sql_with_options_no_statements(ctx):
633
631
ctx.sql_with_options(sql, options=options)
634
632
635
636
-def test_global_context_type():
637
- ctx = SessionContext.global_ctx()
638
- assert isinstance(ctx, SessionContext)
639
640
641
@pytest.fixture
642
def batch():
643
return pa.RecordBatch.from_arrays(
0 commit comments