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 b7fea47 commit 597ef33Copy full SHA for 597ef33
python/datafusion/context.py
@@ -499,11 +499,11 @@ def __init__(
499
self.ctx = SessionContextInternal(config, runtime)
500
501
@classmethod
502
- def global_ctx(cls) -> "SessionContext":
503
- """Retrieve the global context
+ def global_ctx(cls) -> "SessionContextInternal":
+ """Retrieve the global context.
504
505
Returns:
506
- A `SessionContext` object that corresponds to the global context
+ A `SessionContextInternal` object that corresponds to the global context
507
"""
508
return SessionContextInternal.global_ctx()
509
0 commit comments