This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 916721ce93 IGNITE-20941 Fix broken build (#2866)
916721ce93 is described below

commit 916721ce932995a96b71477a9ad8574d870f5d93
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Thu Nov 23 12:41:08 2023 +0200

    IGNITE-20941 Fix broken build (#2866)
---
 .../java/org/apache/ignite/client/handler/FakeCatalogService.java    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakeCatalogService.java
 
b/modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakeCatalogService.java
index 5f128a8aad..a563b5f08c 100644
--- 
a/modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakeCatalogService.java
+++ 
b/modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakeCatalogService.java
@@ -139,6 +139,11 @@ public class FakeCatalogService implements CatalogService {
         return 0;
     }
 
+    @Override
+    public int earliestCatalogVersion() {
+        return 0;
+    }
+
     @Override
     public int latestCatalogVersion() {
         return 0;

Reply via email to