Skip to content

Commit bbf1ef5

Browse files
committed
update
1 parent cba68ae commit bbf1ef5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pyarrow/bigquery/read.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
logger = logging.getLogger(__name__)
2222

2323

24-
# NOTE: This is required for the multiprocessing to correcly serialize the worker arguments
25-
multiprocessing.set_start_method("fork")
26-
2724
def _bq_table_exists(project: str, location: str):
2825
client = bigquery.Client(project=project)
2926

0 commit comments

Comments
 (0)