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 cba68ae commit bbf1ef5Copy full SHA for bbf1ef5
src/pyarrow/bigquery/read.py
@@ -21,9 +21,6 @@
21
logger = logging.getLogger(__name__)
22
23
24
-# NOTE: This is required for the multiprocessing to correcly serialize the worker arguments
25
-multiprocessing.set_start_method("fork")
26
-
27
def _bq_table_exists(project: str, location: str):
28
client = bigquery.Client(project=project)
29
0 commit comments