nizhikov commented on code in PR #10936:
URL: https://github.com/apache/ignite/pull/10936#discussion_r1328619516
##########
modules/indexing/src/test/java/org/apache/ignite/internal/cdc/SqlCdcTest.java:
##########
@@ -376,7 +376,7 @@ else if (evt.configuration().getName().equals(USER)) {
}
/** */
- static List<List<?>> executeSql(IgniteEx node, String sqlText, Object...
args) {
+ public static List<List<?>> executeSql(IgniteEx node, String sqlText,
Object... args) {
Review Comment:
I don't think we should copy `executeSql` method all over the test.
--
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]