chenjian2664 commented on code in PR #10579:
URL: https://github.com/apache/ignite/pull/10579#discussion_r1157983878
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/odbc/SqlListenerUtilsTest.java:
##########
@@ -48,6 +48,9 @@ public void translateWildchar() {
check(".ome", "_ome");
check("so_e", "so\\_e");
+ check("so__e", "so\\_\\_e");
+ check("so__e___f", "so\\_\\_e\\_\\_\\_f");
Review Comment:
@AMashenkov I updated the impl, please help to review, thanks. The things
need to discuss is that the test cases about the
`translateSeriesOfBackslashes`, that would fail currently
--
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]