We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515ce2c commit 8fa928fCopy full SHA for 8fa928f
datafusion/groupby-datafusion.py
@@ -51,7 +51,7 @@ def ans_shape(batches):
51
52
ctx = df.SessionContext()
53
if on_disk:
54
- runtime = df.RuntimeConfig().with_temp_file_path(f"{spill_dir}")
+ runtime = df.RuntimeEnvBuilder().with_temp_file_path(f"{spill_dir}")
55
config = (df.SessionConfig())
56
ctx = df.SessionContext(config, runtime)
57
datafusion/join-datafusion.py
@@ -54,7 +54,7 @@ def ans_shape(batches):
58
59
60
0 commit comments