afedulov commented on code in PR #20127:
URL: https://github.com/apache/flink/pull/20127#discussion_r915190625
##########
flink-formats/flink-csv/src/main/java/org/apache/flink/formats/csv/CsvRowDataSerializationSchema.java:
##########
@@ -128,8 +132,12 @@ public Builder setNullLiteral(String s) {
return this;
}
+ public void setBigDecimalAsPlain(boolean plain) {
Review Comment:
Strictly speaking, after the changes in this PR,
`CsvRowDataSerializationSchema` with this parameter set to true cannot be
considered to be equal to the one where it is set to false (equals() method).
--
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]