nizhikov commented on a change in pull request #7319: IGNITE-12583 : refactored 
JdbcThinBulkLoadAbstractSelfTest into a parametrized one
URL: https://github.com/apache/ignite/pull/7319#discussion_r371714802
 
 

 ##########
 File path: 
modules/clients/src/test/java/org/apache/ignite/jdbc/thin/JdbcThinBulkLoadSelfTest.java
 ##########
 @@ -154,21 +184,21 @@ private CacheConfiguration cacheConfigWithQueryEntity() {
      *
      * @return true if we are testing near cache.
      */
-    protected abstract boolean nearCache();
+    protected boolean nearCache(){ return isNear; };
 
 Review comment:
   Can we also remove this methods and use variables?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to