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


##########
modules/jdbc/src/main/java/org/apache/ignite/internal/jdbc/ConnectionPropertiesImpl.java:
##########
@@ -300,6 +305,16 @@ public void setConnectionTimeZone(ZoneId timeZoneId) {
         connectionTimeZone.setValue(timeZoneId);
     }
 
+    @Override
+    public int getPartitionAwarenessMetadataCacheSize() {
+        return partitionAwarenessMetadataCacheSize.value();
+    }
+
+    @Override
+    public void setPartitionAwarenessMetadataCacheSize(int size) throws 
SQLException {

Review Comment:
   do we need to cover it with tests too ? where it plan to be used ?



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to