dawidwys commented on code in PR #26206:
URL: https://github.com/apache/flink/pull/26206#discussion_r1969176958


##########
flink-formats/flink-csv/src/test/java/org/apache/flink/formats/csv/CsvRowDataSerDeSchemaTest.java:
##########
@@ -84,11 +84,11 @@ void testSerializeDeserialize() throws Exception {
         testNullableField(DOUBLE(), "0.33333333332", 0.33333333332d);
         testNullableField(
                 DECIMAL(38, 25),
-                "\"1234.0000000000000000000000001\"",
+                "1234.0000000000000000000000001",

Review Comment:
   where does this change come from? It seems significant...



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to