nhuantho commented on code in PR #2814:
URL: https://github.com/apache/fluss/pull/2814#discussion_r2905815446
##########
fluss-client/src/test/java/org/apache/fluss/client/converter/RowToPojoConverterTest.java:
##########
@@ -41,7 +44,7 @@ public void testRoundTripFullSchema() {
ConvertersTestFixtures.TestPojo pojo =
ConvertersTestFixtures.TestPojo.sample();
GenericRow row = writer.toRow(pojo);
- assertThat(row.getFieldCount()).isEqualTo(15);
+ assertThat(row.getFieldCount()).isEqualTo(17);
Review Comment:
I added two fields: arrayField and mapField
<img width="620" height="546" alt="image"
src="https://github.com/user-attachments/assets/4cf3ef59-cec6-4314-9a13-adf06713849e"
/>
--
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]