Hisoka-X commented on code in PR #7549:
URL: https://github.com/apache/seatunnel/pull/7549#discussion_r1741382146


##########
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:
   oh, I got it. You trigger `before` method after change `isCaseSensitive `.



-- 
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]

Reply via email to