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 984b906 commit 1326d71Copy full SHA for 1326d71
python/datafusion/context.py
@@ -615,8 +615,8 @@ def __init__(
615
"""
616
config = config.config_internal if config is not None else None
617
runtime = runtime.config_internal if runtime is not None else None
618
-
619
- self.ctx = SessionContextInternal(config, runtime)
+ display_config = DataframeDisplayConfigInternal()
+ self.ctx = SessionContextInternal(config, runtime, display_config)
620
621
@classmethod
622
def global_ctx(cls) -> SessionContext:
0 commit comments