Hisoka-X commented on code in PR #7549:
URL: https://github.com/apache/seatunnel/pull/7549#discussion_r1741381507
##########
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:
But I found it only used on
https://github.com/apache/seatunnel/pull/7549/files/9b67afc0c506b2f64dfad3d1bcc25e23e8d02b31#diff-169060bad0a00b78c4decabbd35d6b27999c1608d8e7aba4ef707622f06ac8c9R142
It be triggered before test case started. So I wonder why it works.
--
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]