Skip to content

Commit

Permalink
[hotfix][json] Add serialVersionUID to JsonInputFormat class
Browse files Browse the repository at this point in the history
This closes #13809
  • Loading branch information
wangxlong committed Oct 29, 2020
1 parent 234b814 commit 69c3373
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ public Optional<BulkWriter.Factory<RowData>> createBulkWriterFactory(WriterConte
* from json format files.
*/
public static class JsonInputFormat extends DelimitedInputFormat<RowData> {

private static final long serialVersionUID = 1L;

/**
* Code of \r, used to remove \r from a line when the line ends with \r\n.
*/
Expand Down

0 comments on commit 69c3373

Please sign in to comment.