Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneguow committed Jun 15, 2024
1 parent 249999e commit b573ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/connect/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ def __init__(
elif how == "cross":
join_type = proto.Join.JoinType.JOIN_TYPE_CROSS
else:
raise IllegalArgumentException(
raise AnalysisException(
error_class="UNSUPPORTED_JOIN_TYPE",
message_parameters={"join_type": how},
)
Expand Down

0 comments on commit b573ddf

Please sign in to comment.