We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba54f7d commit 584c600Copy full SHA for 584c600
1 file changed
python/datafusion/dataframe.py
@@ -811,6 +811,7 @@ def _prepare_join(
811
and isinstance(on[0], list)
812
and isinstance(on[1], list)
813
):
814
+ # We know this is safe because we've checked the types
815
join_keys = on # type: ignore[assignment]
816
resolved_on = None
817
else:
0 commit comments