darenwkt commented on code in PR #203:
URL:
https://github.com/apache/flink-connector-aws/pull/203#discussion_r2063351527
##########
flink-connector-aws/flink-connector-dynamodb/src/test/java/org/apache/flink/connector/dynamodb/table/RowDataToAttributeValueConverterTest.java:
##########
@@ -216,7 +216,7 @@ void testFloat() {
Map<String, AttributeValue> actualResult =
rowDataToAttributeValueConverter.convertRowData(createElement(value));
Map<String, AttributeValue> expectedResult =
- singletonMap(key,
AttributeValue.builder().n("1.23456791E17").build());
+ singletonMap(key,
AttributeValue.builder().n("1.2345679E17").build());
Review Comment:
> we use java11 right?
We use Java 8 based on
https://repo1.maven.org/maven2/org/apache/flink/flink-connector-parent/1.0.0/flink-connector-parent-1.0.0.pom
--
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]