mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-10 06:19:36 +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)]
|
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||||
|
#[allow(clippy::large_enum_variant)]
|
||||||
pub enum HiveIOFormat {
|
pub enum HiveIOFormat {
|
||||||
IOF {
|
IOF {
|
||||||
input_format: Expr,
|
input_format: Expr,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue