This is an automated email from the ASF dual-hosted git repository.
zstan 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 5c50133c26 IGNITE-17474 Indexes, rework configuration hierarchy, fix
5c50133c26 is described below
commit 5c50133c267dda97ce7a08acf844a4530636bc6c
Author: zstan <[email protected]>
AuthorDate: Tue Sep 20 16:22:24 2022 +0300
IGNITE-17474 Indexes, rework configuration hierarchy, fix
---
.../test/java/org/apache/ignite/internal/index/IndexManagerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/index/src/test/java/org/apache/ignite/internal/index/IndexManagerTest.java
b/modules/index/src/test/java/org/apache/ignite/internal/index/IndexManagerTest.java
index fc79ebdd4f..56fa46ef97 100644
---
a/modules/index/src/test/java/org/apache/ignite/internal/index/IndexManagerTest.java
+++
b/modules/index/src/test/java/org/apache/ignite/internal/index/IndexManagerTest.java
@@ -169,7 +169,7 @@ public class IndexManagerTest {
"name", awaitIdxName,
"type", "SORTED",
"uniq", false,
- "tableId", tableId
+ "tableId", tableId.toString()
)
);