Fix one last clippy warning (#374)

This commit is contained in:
Andrew Lamb 2021-12-08 15:41:07 -05:00 committed by GitHub
parent 0e1027ce96
commit 41997b5750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1564,6 +1564,7 @@ pub enum HiveRowFormat {
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[allow(clippy::large_enum_variant)]
pub enum HiveIOFormat {
IOF {
input_format: Expr,