Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Jul 24, 2024
1 parent 7bec049 commit ffa770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_bigquery/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def make_create_read_session_request():

arrow_options = arrow_options.copy()
if pyarrow_strings_enabled():
types_mapper = _get_types_mapper(arrow_options.get("types_mapper", {}))
types_mapper = _get_types_mapper(arrow_options.get("types_mapper", {}.get))
if types_mapper is not None:
arrow_options["types_mapper"] = types_mapper

Expand Down

0 comments on commit ffa770a

Please sign in to comment.