Hongjiang Zhang
Hongjiang Zhang
Milvus cluster: v2.0.1 milvus-sdk-java: 2.0.4 ``` public static void runQuickSearch(String collectionName) { DescIndexResponseWrapper.IndexDesc indexDesc = describeIndexInfo(collectionName) .getIndexDescByFieldName(PROPERTIES.getProperty("VECTOR_FIELD")); int topK = 20; int nq = 5; final List vectors = new...
Morpheus does not support "path" (https://github.com/opencypher/morpheus/blob/master/documentation/asciidoc/cypher-cypher9-features.adoc), but I encountered a problem which requires "path", I'd like to know is there any workaround. ``` MATCH path = (start:Application {alias: "r1shsummaryv2"})-[:DependsOn*]->(end:Application {alias:...
The current annotations object created by Collections.synchronizedMap() will be shared across multiple threads, and some methods which access this object do not apply lock (synchronized), as a result, NPE occurs....
Fix the issue #4658: ModifierType and TypeDefinitionCategory has circular initialization dependency, as a result, if we access ModifierType before TypeDefinitionCategory, it will cause java.lang.ExceptionInInitializerError problem. A UT is included. No...
This bug can be reproduced without any configuration. Anyway, if you have configuration and some backends, this bug may be triggered randomly. The root cause is there is initialization dependency...