zstan commented on code in PR #6872:
URL: https://github.com/apache/ignite-3/pull/6872#discussion_r2494413730


##########
modules/compatibility-tests/src/integrationTest/java/org/apache/ignite/internal/client/OldClientWithCurrentServerCompatibilityTest.java:
##########
@@ -314,5 +316,10 @@ public void close() {
         public Collection<ClusterNode> clusterNodes() {
             return client.clusterNodes();
         }
+
+        @Override
+        public String tableNamePrefix() {
+            return clientVersion.compareTo("3.0.0") > 0 ? "PUBLIC." : "";

Review Comment:
   @ptupitsyn are you ok with this changes ? plz approve this PR if this class 
changes are ok for you, thanks !



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