PatrickRen commented on code in PR #20127: URL: https://github.com/apache/flink/pull/20127#discussion_r914383609
########## flink-formats/flink-csv/src/main/java/org/apache/flink/formats/csv/CsvCommons.java: ########## @@ -35,6 +35,7 @@ import static org.apache.flink.formats.csv.CsvFormatOptions.IGNORE_PARSE_ERRORS; import static org.apache.flink.formats.csv.CsvFormatOptions.NULL_LITERAL; import static org.apache.flink.formats.csv.CsvFormatOptions.QUOTE_CHARACTER; +import static org.apache.flink.formats.csv.CsvFormatOptions.WRITE_BIGDECIMAL_AS_PLAIN; Review Comment: I'm not quite familiar with Jackson but I think we need a test at least. @sunshineJK Could you add a test case to validate this feature? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
