dailai commented on code in PR #7549:
URL: https://github.com/apache/seatunnel/pull/7549#discussion_r1741379476
##########
seatunnel-connectors-v2/connector-paimon/src/test/java/org/apache/seatunnel/connectors/seatunnel/paimon/utils/RowConverterTest.java:
##########
@@ -248,6 +261,34 @@ public void seaTunnelToPaimon() {
InternalRow reconvert =
RowConverter.reconvert(seaTunnelRow, seaTunnelRowType,
getTableSchema(30, 8));
Assertions.assertEquals(reconvert, internalRow);
+
+ isCaseSensitive = true;
Review Comment:
Yes, it works, otherwise there would be no uppercase field generated. I
iterate through the fields array to make every field generate an uppercase
field and check.
--
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]