Skip to content

Commit a6e30b3

Browse files
committed
Fix typo in JSONFILE serialization
Closes apache#237
1 parent 9a2d86d commit a6e30b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ impl fmt::Display for FileFormat {
923923
PARQUET => "PARQUET",
924924
AVRO => "AVRO",
925925
RCFILE => "RCFILE",
926-
JSONFILE => "TEXTFILE",
926+
JSONFILE => "JSONFILE",
927927
})
928928
}
929929
}

0 commit comments

Comments
 (0)