Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python/sedonadb/python/sedonadb/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def __init__(self):
import sedonadb

self.con = sedonadb.connect()
self.con.sql("SET datafusion.execution.target_partitions TO 1")

@classmethod
def name(cls):
Expand Down Expand Up @@ -343,6 +344,7 @@ def __init__(self):
self.con.install_extension("spatial")
self.con.load_extension("spatial")
self.con.sql("CALL register_geoarrow_extensions()")
self.con.sql("SET threads TO 1")

@classmethod
def name(cls):
Expand Down