Skip to content

Commit 2ab0698

Browse files
committed
RuntimeConfig has been deprecated since DF44
1 parent d5283ef commit 2ab0698

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

python/datafusion/context.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,6 @@ def with_temp_file_path(self, path: str | pathlib.Path) -> RuntimeEnvBuilder:
425425
return self
426426

427427

428-
@deprecated("Use `RuntimeEnvBuilder` instead.")
429-
class RuntimeConfig(RuntimeEnvBuilder):
430-
"""See `RuntimeEnvBuilder`."""
431-
432-
433428
class SQLOptions:
434429
"""Options to be used when performing SQL queries."""
435430

0 commit comments

Comments
 (0)