Skip to content

Commit

Permalink
Update datafusion/proto-common/src/generated/pbjson.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ejbyfeldt <[email protected]>
  • Loading branch information
jonathanc-n and eejbyfeldt authored Nov 4, 2024
1 parent 8e64786 commit 8f38fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto-common/src/generated/pbjson.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3913,7 +3913,7 @@ impl<'de> serde::Deserialize<'de> for JoinType {
"RIGHTSEMI" => Ok(JoinType::Rightsemi),
"RIGHTANTI" => Ok(JoinType::Rightanti),
"LEFTMARK" => Ok(JoinType::Leftmark),
"RIGHTMARK" => Ok(JoinTYpe::Rightmark),
"RIGHTMARK" => Ok(JoinType::Rightmark),
_ => Err(serde::de::Error::unknown_variant(value, FIELDS)),
}
}
Expand Down

0 comments on commit 8f38fb4

Please sign in to comment.