mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 11:17:23 +00:00
Fix typo in JSONFILE serialization
Closes https://github.com/ballista-compute/sqlparser-rs/issues/237
This commit is contained in:
parent
9a2d86dcb5
commit
a6e30b3fad
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ impl fmt::Display for FileFormat {
|
|||
PARQUET => "PARQUET",
|
||||
AVRO => "AVRO",
|
||||
RCFILE => "RCFILE",
|
||||
JSONFILE => "TEXTFILE",
|
||||
JSONFILE => "JSONFILE",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue