mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 11:17:23 +00:00
Fix one last clippy warning (#374)
This commit is contained in:
parent
0e1027ce96
commit
41997b5750
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue